吉安感知网项目-前端
张含笑
2026-02-26 a9b2a4de7d80c701b43b998aaa96967df2bb8d2a
applications/mobile-web-view/src/axios.js
@@ -40,11 +40,11 @@
   config => {
      // 初始化错误提示状态
      isErrorShown = false
      if (VITE_APP_ENV === 'development') {
         config.url = VITE_APP_API + config.url
      } else {
         config.url = VITE_APP_XT_URL + config.url
      }
      // if (VITE_APP_ENV === 'development') {
      //    config.url = VITE_APP_API + config.url
      // } else {
      //    config.url = VITE_APP_XT_URL + config.url
      // }
      config.headers['areaCode'] = store.state.user.selectedAreaCode
      //安全请求header
      config.headers['Blade-Requested-With'] = 'BladeHttpRequest'