改为本地ip

This commit is contained in:
wangzzpeng
2026-06-24 11:55:51 +08:00
parent e4d014cf8c
commit 2d2f46b6f1

View File

@@ -24,7 +24,8 @@ export default defineConfig(({ mode, command }) => {
open: true,
proxy: {
[env.VITE_APP_BASE_API]: {
target: 'http://47.104.208.94:8089',
// target: 'http://47.104.208.94:8089',
target: 'http://192.168.0.214:8089',
changeOrigin: true,
ws: true,
rewrite: (path) => path.replace(new RegExp('^' + env.VITE_APP_BASE_API), '')