吉安感知网项目-前端
chenyao
2026-04-08 0bdbb3fce49bb4e8266a9e5cb4cf6a903e88223d
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) {