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