This commit is contained in:
zhangsz
2025-07-25 11:42:30 +08:00
parent 8137808d44
commit 0ac4e1b7ff

View File

@@ -21,7 +21,7 @@ export default defineConfig(({ mode }) => {
// https://cn.vitejs.dev/config/#server-proxy
[env.VITE_API_BASE_URL]: {
// target: 'http://192.168.2.166:33030',
target: 'http://192.168.5.58:33040',
target: 'http://192.168.2.223:43030',
changeOrigin: true,
rewrite: p => p.replace(env.VITE_API_BASE_URL, ''),
},