From f3f6d19e6ec2b3b25582b8720ab45d72bbf5bbec Mon Sep 17 00:00:00 2001 From: wangqing <408564126@qq.com> Date: Thu, 22 Feb 2024 22:49:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=E4=B8=BAIP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 2 +- config/prod.env.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/index.js b/config/index.js index 8e18e44..bbb2dc6 100644 --- a/config/index.js +++ b/config/index.js @@ -19,7 +19,7 @@ module.exports = { "/": { // target: 'http://39.103.180.196:9011', // 接口域名 // target: "http://localhost:9011", // 接口域名 - target: "http://testapi.indie.cn:9012", // 接口域名 + target: "http://39.103.180.196:9012", // 接口域名 changeOrigin: true, //是否跨域 pathRewrite: { "^/": "/" //需要rewrite重写的, diff --git a/config/prod.env.js b/config/prod.env.js index df75a1c..a888101 100644 --- a/config/prod.env.js +++ b/config/prod.env.js @@ -8,5 +8,5 @@ "use strict"; module.exports = { NODE_ENV: '"production"', - BASE_API: '"http://testapi.indie.cn:9012"' + BASE_API: '"http://39.103.180.196:9012"' };