无人机管理后台前端(已迁走)
罗广辉
2025-05-21 e4cb19bbc3cced5ba3b98d83bee00949534b8d6d
src/axios.js
@@ -63,9 +63,7 @@
         config.url = baseUrl + config.url;
      }
      //安全请求header
      console.log('selectedAreaCode',store.state.user.userInfo.detail.areaCode);
      config.headers['areaCode'] = store.state.user.userInfo.detail.areaCode
      config.headers['areaCode'] = store?.state?.user?.userInfo?.detail?.areaCode
      config.headers['Blade-Requested-With'] = 'BladeHttpRequest';
      //headers判断是否需要
      const authorization = config.authorization === false;