|
@@ -23,7 +23,7 @@ if (Cookie.get('From') || fromString)
|
|
|
|
|
|
NewAxiosInstanceFunc.interceptors.response.use(
|
|
|
(response: AxiosResponse): AxiosResponse | Promise<AxiosResponse> => {
|
|
|
- if (response.data?.Ret === 408) {
|
|
|
+ if (response.data?.Ret === 406) {
|
|
|
Modal.confirm({
|
|
|
title: '登录提示',
|
|
|
content: '您的登录状态已过期,请重新登录',
|