fix: 中英CE/测试服务2.166

This commit is contained in:
TsMask
2023-11-13 11:21:29 +08:00
parent 3389146569
commit fc7b4e7223
5 changed files with 24 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ export default defineConfig(({ mode }) => {
proxy: {
// https://cn.vitejs.dev/config/#server-proxy
[env.VITE_API_BASE_URL]: {
// target: 'http://192.168.0.229:3186',
// target: 'http://192.168.2.166:3030',
target: 'http://192.168.2.114:3040',
changeOrigin: true,
rewrite: p => p.replace(env.VITE_API_BASE_URL, ''),