lilei пре 2 година
родитељ
комит
1fc9cee84b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/layouts/BasicLayout.vue

+ 1 - 1
src/layouts/BasicLayout.vue

@@ -229,7 +229,7 @@ export default {
     wsMessage (a, b) {
       if (a !== b && a) {
         // 新未读消息
-        if (a.type == 'no_read_count' && this.nowRoute.indexOf('notice') < 0) {
+        if (a.type == 'new_remind' && this.nowRoute.indexOf('notice') < 0) {
           this.getNotes()
           // 播放音效
           this.playAudio()