| applications/mobile-web-view/src/axios.js | ●●●●● patch | view | raw | blame | history |
applications/mobile-web-view/src/axios.js
@@ -48,9 +48,9 @@ // 初始化错误提示状态 isErrorShown = false //地址为已经配置状态则不添加前缀 if (!isBase && !isURL(config.url) && !config.url.startsWith(VITE_APP_API)) { config.url = VITE_APP_API + config.url } // if (!isBase && !isURL(config.url) && !config.url.startsWith(VITE_APP_API)) { // config.url = VITE_APP_API + config.url // } config.url = VITE_APP_ENV === 'development' ? config.url : VITE_APP_XT_URL + config.url config.headers['areaCode'] = store.state.user.selectedAreaCode