mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
优化代码
This commit is contained in:
parent
37000d5c42
commit
a8de14ee25
@ -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协议的代理
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user