人脸识别与大模型问答

This commit is contained in:
jiang 2024-08-26 18:01:10 +08:00
parent 21dbc43674
commit 2dded72955
1 changed files with 17 additions and 17 deletions

View File

@ -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