"h5" : {
"template" : "index.html",
"devServer" : {
"port" : 8080,
"disableHostCheck" : true,
"proxy" : {
"/api" : {
"target" : "https://wx.tenpay.com",
"changeOrigin" : true,
"secure" : false,
"pathRewrite" : {
"^/api" : ""
}
}
},
"https" : false
},
"router" : {
"mode" : "history"
},
"sdkConfigs" : {
"maps" : {
"qqmap" : {
"key" : "Y7NBZ-KEUKP-JZKDL-V7GZ5-6P2N2-RCB2U"
}
}
}
},
7y
- 发布:2022-06-06 11:04
- 更新:2022-06-06 11:39
- 阅读:1105
uniH5请求配置的是http,请求的却是https
分类:uni-app
7y (作者)
有人吗
7***@qq.com
你解决了吗 我也遇到同样的问题
2024-06-03 20:01