瀏覽代碼

Merge branch 'Inspection' into online

wolyshaw 4 年之前
父節點
當前提交
32d84a5e97
共有 1 個文件被更改,包括 1 次插入5 次删除
  1. 1 5
      src/views/main/index.vue

+ 1 - 5
src/views/main/index.vue

@@ -47,12 +47,8 @@ export default {
     }
     }
   },
   },
   computed: {
   computed: {
-    hasError() {
-      const { indexErrData, remindMatterData } = this.status
-      return indexErrData || remindMatterData
-    },
     status() {
     status() {
-      return this.$store.state.app.status
+      return this.$store.state.app.status || {}
     }
     }
   },
   },
   watch: {
   watch: {