小程序打开一个内嵌webview的页面出现循环调用微信api接口,导致页面loading一直加载无法停止。
循环调用接口列表
https://mmbizwxadpobcos-bak-v13-1258344707.cos-dualstack.ap-shanghai.myqcloud.com/
https://servicewechat.com/ob/wxob
https://zhizu.lanhanba.net/pms-api/v1/im/getUnreadMsgNum
https://sh.servicewechat.com/ob/sdkmonitor?devtools_ignore=true
https://sh.servicewechat.com/ob/sdkmonitor
下面是页面相关代码
<template>
<web-view
:key="imUrl"
:src="imUrl"
class="im"
@message="handleMessage"
/>
</template>
