Browse Source

:bug: Fixing a bug.fix #16

lishangbu 6 years ago
parent
commit
bc0ed45ac1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/page/login/index.vue

+ 1 - 0
src/page/login/index.vue

@@ -84,6 +84,7 @@
       }
       }
     },
     },
     created() {
     created() {
+      this.active = getStore({ name: "tenantId" });
       this.getTime();
       this.getTime();
       setInterval(() => {
       setInterval(() => {
         this.getTime();
         this.getTime();