From dcf8067a21fd1641151a705320049744ef1ceaaf Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 17 Jun 2024 16:51:07 +0800 Subject: [PATCH] =?UTF-8?q?2024-06-17=20=E7=B3=BB=E7=BB=9F=E9=83=A8?= =?UTF-8?q?=E7=BD=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 2 +- static/config/index-qa.js | 2 +- static/config/index-uat.js | 2 +- static/config/index.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/index.js b/config/index.js index f7e3395..61f0ffe 100644 --- a/config/index.js +++ b/config/index.js @@ -13,7 +13,7 @@ module.exports = { // 代理列表, 是否开启代理通过[./dev.env.js]配置 proxyTable: devEnv.OPEN_PROXY === false ? {} : { '/proxyApi': { - target: 'http://127.0.0.1:9090', + target: 'http://127.0.0.1:9002', changeOrigin: true, pathRewrite: { // 把 /proxyApi 替换成 / diff --git a/static/config/index-qa.js b/static/config/index-qa.js index 8051d4c..f788cc0 100644 --- a/static/config/index-qa.js +++ b/static/config/index-qa.js @@ -5,7 +5,7 @@ window.SITE_CONFIG = {}; // api接口请求地址 - window.SITE_CONFIG['baseUrl'] = 'http://127.0.0.1:9090/xujie-fast'; + window.SITE_CONFIG['baseUrl'] = 'http://127.0.0.1:9002/xujie-fast'; // cdn地址 = 域名 + 版本号 window.SITE_CONFIG['domain'] = './'; // 域名 diff --git a/static/config/index-uat.js b/static/config/index-uat.js index cff83ca..550695f 100644 --- a/static/config/index-uat.js +++ b/static/config/index-uat.js @@ -5,7 +5,7 @@ window.SITE_CONFIG = {}; // api接口请求地址 - window.SITE_CONFIG['baseUrl'] = 'http://127.0.0.1:9090/xujie-fast'; + window.SITE_CONFIG['baseUrl'] = 'http://127.0.0.1:9002/xujie-fast'; // cdn地址 = 域名 + 版本号 window.SITE_CONFIG['domain'] = './'; // 域名 diff --git a/static/config/index.js b/static/config/index.js index 48229cf..fcf8eb1 100644 --- a/static/config/index.js +++ b/static/config/index.js @@ -5,7 +5,7 @@ window.SITE_CONFIG = {}; // api接口请求地址 - window.SITE_CONFIG['baseUrl'] = 'http://127.0.0.1:9090/xujie-fast'; + window.SITE_CONFIG['baseUrl'] = 'http://127.0.0.1:9002/xujie-fast'; // cdn地址 = 域名 + 版本号 window.SITE_CONFIG['domain'] = './'; // 域名