|
|
@@ -90,12 +90,28 @@
|
|
90
|
90
|
// 自行修改下方的 /web
|
|
91
|
91
|
"/gateway": {
|
|
92
|
92
|
// "secure": false,
|
|
93
|
|
- "target": "https://testapi.hxxfb.com",
|
|
|
93
|
+ "target": "https://api.hxxfb.com",
|
|
94
|
94
|
"pathRewirte": {
|
|
95
|
95
|
//路径重写
|
|
96
|
96
|
"^/gateway": "/gateway"
|
|
97
|
97
|
}
|
|
98
|
98
|
},
|
|
|
99
|
+ "/yihucha": {
|
|
|
100
|
+ // "secure": false,
|
|
|
101
|
+ "target": "https://cdn.bjtdba.com",
|
|
|
102
|
+ "pathRewirte": {
|
|
|
103
|
+ //路径重写
|
|
|
104
|
+ "^/yihucha": "/yihucha"
|
|
|
105
|
+ }
|
|
|
106
|
+ },
|
|
|
107
|
+ "/vod": {
|
|
|
108
|
+ // "secure": false,
|
|
|
109
|
+ "target": "https://cdn.bjtdba.com",
|
|
|
110
|
+ "pathRewirte": {
|
|
|
111
|
+ //路径重写
|
|
|
112
|
+ "^/vod": "/vod"
|
|
|
113
|
+ }
|
|
|
114
|
+ },
|
|
99
|
115
|
// "target" : "https://api.hebeiyhc.com"
|
|
100
|
116
|
// "target": "http://8.141.0.149:9000",
|
|
101
|
117
|
// "target": "https://app.bjtdba.com"
|