代码修复

This commit is contained in:
BianLzhaoMin 2024-12-26 18:26:05 +08:00
parent c7d6631857
commit 63630742cb
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 = '/glweb/index';
location.href = '/glweb/login';
})
}).catch(() => {});
}