Browse Source

退出登录更改2

yxc 2 years ago
parent
commit
f04fb3a91d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views1/HomeView.vue

+ 1 - 1
src/views1/HomeView.vue

@@ -240,7 +240,7 @@ export default {
       this.exits = false;
       // this.$router.push("/login1");
       this.$store.dispatch('LogOut').then(() => {
-          location.href = '/login1';
+          location.href = '/login';
         })
     },
   },