Browse Source

fix: 修复退出跳转地址

sy-water-data-board-ui
hxh 1 year ago
parent
commit
83e988aad1
  1. 2
      src/layout/components/Navbar.vue

2
src/layout/components/Navbar.vue

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

Loading…
Cancel
Save