最近服务器有点慢,加载一个图片,显示超时,报错4930,找了下源码,发现有个判断:window.location.protocol !== ‘https:’,是https的话就不会retry,直接报错提示。【Do not retry if protocol is https, even if the image is loaded, cross origin image isn’t renderable:如果协议为https,请不要重试,即使加载了图像,也无法渲染跨源图像】?像这种加载出错的,需要咋个处理?求大神指点下