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