优化代码

This commit is contained in:
wuxw 2023-10-27 12:31:09 +08:00
parent 37000d5c42
commit a8de14ee25

View File

@ -87,12 +87,12 @@
"disableHostCheck" : true,
"proxy" : {
"/app" : {
"target" : "http://propertyghwy.homecommunity.cn", //http://192.168.1.16:8012
"target" : "http://192.168.100.108:8088", //http://192.168.1.16:8012
"changeOrigin" : true, //
"secure" : true // https
},
"/callComponent" : {
"target" : "http://propertyghwy.homecommunity.cn", //http://192.168.1.16:8012
"target" : "http://192.168.100.108:8088", //http://192.168.1.16:8012
"changeOrigin" : true, //
"secure" : true // https
}