let param={
account:this.user.name,
password:this.user.password,
isEncrypt: false
}
uni.request({
url:'/shop/sso/login/login.do',
method:"POST",
data:param,
}).then(res => {
console.log("888")
console.log(res)
// this.allLogin(res[1].data)
})
就这样,在h5页面上请求是可以的,有大佬知道吗
3 个回复
1***@qq.com
我也是这个问题 大佬解决了吗
jrexe
我也是这个问题,安卓好好地,iOS之前2.9.5编译的时候没问题,这次编译后真机测试就不行了,接口也是https
7***@qq.com
兄弟解决了吗
2021-04-05 13:46
7***@qq.com
请问解决了吗 我现在也是这个问题