xiaodai2022 2 年 前
コミット
603bfc642e
2 ファイル変更2 行追加2 行削除
  1. 0 0
      dist/static/js/app.js
  2. 2 2
      src/App.vue

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/app.js


+ 2 - 2
src/App.vue

@@ -37,7 +37,7 @@ export default {
       this.$store
         .dispatch("user/dingUserInfor", model)
         .then(async (res) => {
-          if (res === "success") {
+          if (res === "success" ) {
             await this.getMenu();
           } else {
             await this.logout();
@@ -53,7 +53,7 @@ export default {
         .then(async (res) => {
           if (res === "noToken") {
             await this.logout();
-          } else if (res === "success") {
+          } else if (res === "success"|| res === "success-dataV") {
             if (
               this.$route.path === "/loadingPage" ||
               this.$route.path === "/" ||

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません