zhiyuan-007 1 tahun lalu
induk
melakukan
33d5d0adcf
2 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 2 2
      .env.production
  2. 1 1
      vite.config.js

+ 2 - 2
.env.production

@@ -1,2 +1,2 @@
-VITE_BASE_API='https://10.90.11.49:2002/data-business-prod/'
-VITE_OPEN_URL='https://10.90.11.49:2002/data-business-prod/'
+VITE_BASE_API='https://10.90.11.49:2007/data-business-prod/'
+VITE_OPEN_URL='https://10.90.11.49:2007/data-business-prod/'

+ 1 - 1
vite.config.js

@@ -16,7 +16,7 @@ export default defineConfig({
       // 代理所有 /api 的请求,该求情将被代理到 target 中
       '/api': {
         // 代理请求之后的请求地址(你的真实接口地址)
-        target: 'https://10.90.11.49:2002/data-business-prod/',
+        target: 'https://10.90.11.49:2007/data-business-prod/',
         secure: false,
         ws: true,
         // 跨域