我在使用<web-view>时报错将要访问 xxx 非微信官方网页,请确认是否继续访问。点击继续访问可正常进行访问,但是每次都会弹出该提示,如何解决。
代码片段:
wxml:<view class="webView">
<web-view hidden="{{!aiPersonInfo.id}}" bindmessage="messageHandler" src="{{webViewUrl}}"></web-view>
</view>
JS:const webViewUrl = `https://www.hiisg.com/h5/aiPerson/appletChatVideoQh?AuthorizationApi=${this.data.AuthorizationApi}&id=${res.data.id}&fontSizeType=fontSize1`;

你这个域名在微信里面,直接访问也访问不了:https://www.hiisg.com/h5