7y
7y
  • 发布:2022-06-06 11:04
  • 更新:2022-06-06 11:39
  • 阅读:1105

uniH5请求配置的是http,请求的却是https

分类:uni-app

"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"
}
}
}
},

2022-06-06 11:04 负责人:无 分享
已邀请:
7y

7y (作者)

请求变成https

  • 7***@qq.com

    你解决了吗 我也遇到同样的问题

    2024-06-03 20:01

7y

7y (作者)

有人吗

  • 1***@163.com

    可以将项目跟目录的index.html 文件的 <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">这行代码删了试试

    2022-09-30 11:18

  • 1***@163.com

    回复 1***@163.com: 来源 https://blog.csdn.net/yehuaner33/article/details/118192197

    2022-09-30 11:19

该问题目前已经被锁定, 无法添加新回复