吉安感知网项目-前端
罗广辉
2026-02-05 4b1a78a53ebf4f0e2019f6fdad85d5fbcf77f263
feat: 代理
1 files modified
1 ■■■■ changed files
applications/mobile-web-view/src/axios.js 1 ●●●● 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
        }