From 12abffe9113a71d4d1780b6350fa473279cf0d8a Mon Sep 17 00:00:00 2001 From: liuxianghui <519646741@qq.com> Date: Thu, 5 Jan 2023 08:11:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9proxy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++----- proxy.config.json | 26 +++++++++++++++----------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index ef6b6a6..8dccd4d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ### 🌻 简介 > 时间:2022、4、1 周五 -> 根据中化要求,尽心优化和调整 +> 根据中化要求,进行优化和调整 ### 🌻 详情 @@ -282,8 +282,5 @@ - [🌱 新增] 无 - [🍀 完善] 无 - - > 时间:2022、7、8 周五 -> 迁移新的git仓库 测试 - +> 迁移新的 git 仓库 测试 diff --git a/proxy.config.json b/proxy.config.json index 35b864a..0c1557f 100644 --- a/proxy.config.json +++ b/proxy.config.json @@ -1,13 +1,17 @@ { - "/api": { - "target": "https://znaq.sinochemoilmarketing.com", - "secure": false, - "changeOrigin": true - }, - "/signalr": { - "target": "https://znaq.sinochemoilmarketing.com", - "secure": false, - "ws": true, - "logLevel": "debug" - } + "/api": { + "测试": "http://121.36.37.70:8906", + "生产": "https://znaq.sinochemoilmarketing.com", + "target": "http://121.36.37.70:8906", + "secure": false, + "changeOrigin": true + }, + "/signalr": { + "测试": "http://121.36.37.70:8906", + "生产": "https://znaq.sinochemoilmarketing.com", + "target": "http://121.36.37.70:8906", + "secure": false, + "ws": true, + "logLevel": "debug" + } } \ No newline at end of file