修改退出登录

main
杜函宇 2 years ago
parent ef7338a718
commit c1817822e3

@ -134,8 +134,7 @@ export default {
})
.then(() => {
this.$store.dispatch("LogOut").then(() => {
// this.$router.replace("/login").catch(() => {});
location.href = "/";
location.href = "/demo/suzhouyingjiPC/";
});
})
.catch(() => {});

Loading…
Cancel
Save