吉安感知网项目-前端
chenyao
3 days ago a53ece5036c1fa61a63fe5f9e0cd3519210ab928
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) {