three.js编译的时候出问题了

用的谷歌的浏览器编译代码的时候,出错
three.js:23525 Uncaught DOMException: Failed to execute 'texImage2D' on 'WebGLRenderingContext': The image element contains cross-origin data, and may not be loaded.
新手,求解这个错误怎么解决,网上搜的几种方法貌似不对

https://stackoverflow.com/questions/24087757/three-js-and-loading-a-cross-domain-image/24103129 看看这个,和你的问题很像