Browse Source

修改proxy

beijing
刘向辉 2 years ago
parent
commit
12abffe911
  1. 5
      README.md
  2. 8
      proxy.config.json

5
README.md

@ -5,7 +5,7 @@
### 🌻 简介
> 时间:2022、4、1 周五
> 根据中化要求,尽心优化和调整
> 根据中化要求,进行优化和调整
### 🌻 详情
@ -282,8 +282,5 @@
- [🌱 新增] 无
- [🍀 完善] 无
> 时间:2022、7、8 周五
> 迁移新的 git 仓库 测试

8
proxy.config.json

@ -1,11 +1,15 @@
{
"/api": {
"target": "https://znaq.sinochemoilmarketing.com",
"测试": "http://121.36.37.70:8906",
"生产": "https://znaq.sinochemoilmarketing.com",
"target": "http://121.36.37.70:8906",
"secure": false,
"changeOrigin": true
},
"/signalr": {
"target": "https://znaq.sinochemoilmarketing.com",
"测试": "http://121.36.37.70:8906",
"生产": "https://znaq.sinochemoilmarketing.com",
"target": "http://121.36.37.70:8906",
"secure": false,
"ws": true,
"logLevel": "debug"

Loading…
Cancel
Save