|
@@ -64,7 +64,7 @@ let proxyTable = {
|
|
|
},
|
|
|
// 所有数据的请求域名地址
|
|
|
"/api/v1": {
|
|
|
- target: "http://localhost:8080",
|
|
|
+ target: "http://172.16.33.166:8080",
|
|
|
// target: "http://192.168.1.101:8019",
|
|
|
ws: true,
|
|
|
pathRewrite: {
|
|
@@ -72,7 +72,7 @@ let proxyTable = {
|
|
|
}
|
|
|
},
|
|
|
"/views/api/v1": {
|
|
|
- target: "http://localhost:8080",
|
|
|
+ target: "http://172.16.33.166:8080",
|
|
|
// target: "http://192.168.1.109:8080",
|
|
|
ws: true,
|
|
|
pathRewrite: {
|