人脸识别与大模型问答
This commit is contained in:
parent
21dbc43674
commit
2dded72955
|
|
@ -143,7 +143,7 @@ service.interceptors.response.use(
|
|||
}).then(() => {
|
||||
isRelogin.show = false
|
||||
store.dispatch('LogOut').then(() => {
|
||||
location.href = '/index'
|
||||
location.href = '/login'
|
||||
})
|
||||
}).catch(() => {
|
||||
isRelogin.show = false
|
||||
|
|
|
|||
Loading…
Reference in New Issue