瀏覽代碼

测试dingding

戴艳蓉 3 年之前
父節點
當前提交
8b558f2207

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.141ace1d.js


二進制
dist/static/js/app.141ace1d.js.gz


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.45c379fe.js


二進制
dist/static/js/app.45c379fe.js.gz


+ 2 - 1
src/App.vue

@@ -73,6 +73,7 @@ export default {
       this.$store
         .dispatch("user/getMenuList", this)
         .then(async (res) => {
+          console.log(res);
           if (res === "noToken") {
             await this.logout();
           } else if (res === "success") {
@@ -84,7 +85,7 @@ export default {
               window.vm.$router.replace("/welcome");
             }
           } else {
-            await this.logout();
+            // await this.logout();
           }
         })
         .catch(async (err) => {

+ 2 - 1
src/store/modules/user.js

@@ -168,7 +168,8 @@ const actions = {
           // state.commit("loginInfoCommit", res.data);
           resolve("success")
         } else if (res.code === 101 || res.code === 102) {
-          resolve("noToken")
+          resolve(res)
+          // resolve("noToken")
         } else {
           resolve(res)
         }

Some files were not shown because too many files changed in this diff