@@ -1,5 +1,5 @@
{
"message": "发现有新版本发布,确定更新系统?",
"vendorJsVersion": "",
- "version": 1663841283728
+ "version": 1663842524299
}
@@ -229,8 +229,10 @@ export default {
wsMessage (a, b) {
if (a !== b && a) {
// 新未读消息
- if (a.type == 'new_remind' && this.nowRoute.indexOf('notice') < 0) {
- this.getNotes()
+ if (a.type == 'new_remind') {
+ if (this.nowRoute.indexOf('notice') < 0) {
+ this.getNotes()
+ }
// 播放音效
this.playAudio()