lxf 1 jaar geleden
bovenliggende
commit
59c4bb0c88
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 1 1
      .env.production
  2. 1 1
      vite.config.js

+ 1 - 1
.env.production

@@ -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'

+ 1 - 1
vite.config.js

@@ -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,