bug 修复

This commit is contained in:
bb_pan 2025-04-08 09:43:02 +08:00
parent d9e319d378
commit e255c670cf
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ service.interceptors.response.use(res => {
}).then(() => {
isRelogin.show = false
store.dispatch('LogOut').then(() => {
location.href = '/index'
location.href = process.env.VUE_APP_BASE_API == '/dev-api' ? '/index' : '/iws/glweb/index'
})
}).catch(() => {
isRelogin.show = false