Explorar o código

退出登录更改2

yxc %!s(int64=2) %!d(string=hai) anos
pai
achega
f04fb3a91d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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';
         })
     },
   },