@@ -9,4 +9,4 @@ VITE_APP_BASE_API = '/dev-api'
VITE_APP_WS_API = '/test-api'
-VITE_APP_IP = '36.134.91.96'
+VITE_APP_IP = '121.37.194.75'
@@ -12,4 +12,4 @@ VITE_APP_WS_API = '/test-api'
# 是否在打包时开启压缩,支持 gzip 和 brotli
VITE_BUILD_COMPRESS = gzip
@@ -39,7 +39,7 @@ export default defineConfig(({
proxy: {
// https://cn.vitejs.dev/config/#server-proxy
'/dev-api': {
- target: 'http://36.134.91.96:9898/test-api',
+ target: 'http://121.37.194.75:20006/test-api',
// 正式地址
// target:"http://139.159.251.109/prod-api",
changeOrigin: true,