5.21修改所有已出现的bug和优化。
This commit is contained in:
parent
8ed8c085e8
commit
c3059fa275
|
@ -274,6 +274,7 @@ export default {
|
|||
this.$store.dispatch("LogOut").then(() => {
|
||||
Cookies.remove("automaticLogin");
|
||||
this.$store.commit("REMOVE_ROUTER");
|
||||
this.$store.dispatch("tagsView/delAllViews");
|
||||
// location.href = '/login';
|
||||
this.$router.replace({ path: "/login" });
|
||||
// this.$router.push("/login");
|
||||
|
|
Loading…
Reference in New Issue