部署
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
liukang 2025-02-12 10:52:49 +08:00
parent 49bbf6ac23
commit 233d44523f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -91,7 +91,7 @@ service.interceptors.response.use(res => {
}).then(() => { }).then(() => {
isRelogin.show = false; isRelogin.show = false;
store.dispatch('LogOut').then(() => { store.dispatch('LogOut').then(() => {
location.href = process.env.VUE_APP_VITE_BASE_PATH + '/index'; location.href = process.env.VUE_APP_VITE_BASE_PATH + 'index';
}) })
}).catch(() => { }).catch(() => {
isRelogin.show = false; isRelogin.show = false;