|
@@ -64,18 +64,17 @@ let proxyTable = {
|
|
|
},
|
|
|
// 所有数据的请求域名地址
|
|
|
"/api/v1": {
|
|
|
- target: "http://localhost:8080",
|
|
|
- // target: "http://192.168.1.112:8019",
|
|
|
- // target: "http://localhost:8019",
|
|
|
- // target: "http://192.168.1.107:8080",
|
|
|
+ target: "http://172.16.33.166:8080",
|
|
|
+ // target: "http://localhost:8080",
|
|
|
+
|
|
|
ws: true,
|
|
|
pathRewrite: {
|
|
|
"^/api/v1": "/api/v1"
|
|
|
}
|
|
|
},
|
|
|
"/views/api/v1": {
|
|
|
- target: "http://localhost:8080",
|
|
|
- // target: "http://172.16.33.166:8080",
|
|
|
+ // target: "http://localhost:8080",
|
|
|
+ target: "http://172.16.33.166:8080",
|
|
|
// target: "http://192.168.1.115:8080",
|
|
|
ws: true,
|
|
|
pathRewrite: {
|