BUG(框架): 注销地址修改

pull/27/head
李强 2021-05-05 14:03:06 +08:00
parent d479697594
commit d192610994
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ export default {
type: "warning",
}).then(() => {
this.$store.dispatch("LogOut").then(() => {
location.href = "/index";
location.href = "/home/index";
});
});
},