浏览代码

登录优化

yusheng 11 月之前
父节点
当前提交
ad1781246d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/login/index.vue

+ 2 - 2
src/views/login/index.vue

@@ -230,8 +230,8 @@
                 localStorage.removeItem('accountInfo');
               }
 
-              await this.$store.dispatch('user/getCurrentUserAuthorityDept');
-              await this.$store.dispatch('paramsSetData/setParamsDataInfo');
+              // await this.$store.dispatch('user/getCurrentUserAuthorityDept');
+              // await this.$store.dispatch('paramsSetData/setParamsDataInfo');
               this.goHome();
             })
             .catch((e) => {