yusheng 10 месяцев назад
Родитель
Сommit
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');
                 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();
               this.goHome();
             })
             })
             .catch((e) => {
             .catch((e) => {