用户接口对接

This commit is contained in:
仲么了
2023-03-20 08:51:21 +08:00
parent c5ed54924b
commit c308a7131b
10 changed files with 284 additions and 110 deletions

View File

@@ -125,6 +125,26 @@
"mp-baidu" : {
"usingComponents" : true
},
"h5" : {
"devServer" : {
"port" : 8088,
"proxy" : {
"/api" : {
"https" : true,
// "target" : "https://china.indpecker.com",
"target" : "http://pqmcc.com:8040",
"changOrigin" : true,
"pathRewrite" : {
"/api" : ""
}
}
},
"https" : false
},
"router" : {
"base" : ""
}
},
"mp-toutiao" : {
"usingComponents" : true
},