<img src="https://solution-community.wps.cn/uploads/post/53Yo8jXxQUQ.png" alt="image.png"/>
<img src="https://solution-community.wps.cn/uploads/post/53YEEG9dZxo.png" alt="image.png"/>
<img src="https://solution-community.wps.cn/uploads/post/53Yo8jXxQUQ.png" alt="image.png"/>
<img src="https://solution-community.wps.cn/uploads/post/53YEEG9dZxo.png" alt="image.png"/>
您好,报错信息提示的很清楚:o.wpsgo.com域名下,请求 dev.baolan.hk域名的图片,出现跨域。 处理方式:将o.wpsgo.com 添加到CORS请求白名单
<img src="https://solution-community.wps.cn/uploads/post/53YFydsHRxf.png" alt="image.png"/> 现在提示如上图,页面卡住如何处理
这种情况是内核执行超时,尝试先不要高频执行相关接口逻辑,另外接口加个延时可避免上述问题
<img src="https://solution-community.wps.cn/uploads/post/53YKvwbTxcf.png" alt="image.png"/> 相关代码如上,如何延时处理
请尝试使用setTimeout延时后调用AddPicture接口,其他接口超时异常可按此同样处理