瀏覽代碼

首页获取消息条数优化

gzb
guozhongbo 7 月之前
父節點
當前提交
a8672b4279
共有 1 個檔案被更改,包括 2 行新增3 行删除
  1. 2
    3
      src/views/layout.vue

+ 2
- 3
src/views/layout.vue 查看文件

@@ -229,9 +229,7 @@ export default {
229 229
         if (this.$route.path.includes("home") && this.powerParams.rtype > 1) {
230 230
           this.init();
231 231
         }
232
-      },
233
-      immediate: true,
234
-      deep: true
232
+      }
235 233
     }
236 234
   },
237 235
   created() {
@@ -239,6 +237,7 @@ export default {
239 237
       localStorage.getItem("xh_control_userInfo")
240 238
     ).content;
241 239
     this.get_check_user();
240
+    this.init();
242 241
   },
243 242
   computed: {
244 243
     // 所属名称

Loading…
取消
儲存