xiaodai2022 2 rokov pred
rodič
commit
603bfc642e
2 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  1. 0 0
      dist/static/js/app.js
  2. 2 2
      src/App.vue

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 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 === "/" ||

Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov