BUG(框架): 注销地址修改
parent
d479697594
commit
d192610994
|
@ -109,7 +109,7 @@ export default {
|
|||
type: "warning",
|
||||
}).then(() => {
|
||||
this.$store.dispatch("LogOut").then(() => {
|
||||
location.href = "/index";
|
||||
location.href = "/home/index";
|
||||
});
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue