| applications/task-work-order/src/axiosXT.js | ●●●●● patch | view | raw | blame | history |
applications/task-work-order/src/axiosXT.js
@@ -47,7 +47,7 @@ const message = res?.data?.msg || res?.data?.message || '系统错误' // 如果是401并且已经重试过,直接跳转到登录页面 if ((status === 500 || status === 401) && !_retry) { if ((status === 401) && !_retry) { _retry = true // 首次报错时提示 if (!isErrorShown) {