Bladeren bron

Merge branch 'master' of http://git.minpay.cc/SupplyChain/front

ch 3 jaren geleden
bovenliggende
commit
511433c3b3
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      front-vue/src/views/system/user/profile/resetPwd.vue

+ 2 - 2
front-vue/src/views/system/user/profile/resetPwd.vue

@@ -72,7 +72,7 @@ export default {
               loading.close();
               this.msgSuccess("修改成功");
               this.$store.dispatch('LogOut').then(() => {
-                location.href = '/index';
+                location.href = '/home';
               })
             }
           ).catch((response)=>{
@@ -85,7 +85,7 @@ export default {
     close() {
       Global.$emit("removeCache", "closeSelectedTag", this.$route);
       this.$store.dispatch("tagsView/delView", this.$route);
-      this.$router.push({ path: "/index" });
+      this.$router.push({ path: "/home" });
     }
   }
 };