帮助页处理

This commit is contained in:
2025-12-30 20:22:54 -08:00
parent 8d64f66cca
commit f7a28c1c86
10 changed files with 190 additions and 139 deletions
+2 -1
View File
@@ -158,7 +158,8 @@ export default class Request {
}
}
axiosCanceler.removePending(config)
if (data.code == 401) {
if (data.code == 40004) {
toast.error('登录状态已失效, 请重新登录')
redirectLogin()
return
}