修改退出登录

main
杜函宇 2 years ago
parent ef7338a718
commit c1817822e3

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

Loading…
Cancel
Save