修复pushplus通知设置

This commit is contained in:
whyour 2021-11-10 23:33:19 +08:00
parent 90ede97797
commit 606bac2e43

View File

@ -302,7 +302,7 @@ export default class NotificationService {
token: `${pushPlusToken}`, token: `${pushPlusToken}`,
title: `${this.title}`, title: `${this.title}`,
content: `${this.content.replace(/[\n\r]/g, '<br>')}`, content: `${this.content.replace(/[\n\r]/g, '<br>')}`,
topic: `${pushPlusUser}`, topic: `${pushPlusUser || ''}`,
}, },
}) })
.json(); .json();