소스 검색

退出登录更改2

yxc 2 년 전
부모
커밋
f04fb3a91d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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';
         })
     },
   },