| applications/mobile-web-view/src/axios.js | ●●●●● patch | view | raw | blame | history |
applications/mobile-web-view/src/axios.js
@@ -42,7 +42,6 @@ isErrorShown = false if (VITE_APP_ENV === 'development') { config.url = VITE_APP_API + config.url console.log('请求地址:' + config.url) } else { config.url = VITE_APP_XT_URL + config.url }