代码优化

This commit is contained in:
BianLzhaoMin 2024-12-13 17:02:02 +08:00
parent a98fcd1702
commit 90d5b498a6
1 changed files with 1 additions and 1 deletions

View File

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