Browse Source

正式地址切换

cz 1 year ago
parent
commit
db6c78fa7f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .env.prod
  2. 1 1
      vue.config.js

+ 1 - 1
.env.prod

@@ -12,4 +12,4 @@ VUE_APP_COMPRESS = gzip
 
 VUE_APP_WS_API = ':9900/prod-api'
 
-VUE_APP_IP = '139.9.102.170'
+VUE_APP_IP = '106.54.243.161'

+ 1 - 1
vue.config.js

@@ -30,7 +30,7 @@ module.exports = defineConfig({
 				rewrite: (p) => p.replace(/^\/dev-api/, '')
 			},
 			'/prod-api': {
-				target: 'http://139.9.102.170:9900',
+				target: 'http://106.54.243.161',
 				changeOrigin: true,
 				rewrite: (p) => p.replace(/^\/prod-api/, '')
 			}