Pre Merge pull request !1011 from 美一天/N/A

pull/1011/MERGE
美一天 2025-12-02 05:09:15 +00:00 committed by Gitee
commit 3c336f94ce
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

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