|
|
|
@ -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" |
|
|
|
|