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