You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.
加载 跨域图像资源 时,Chrome 正常显示,但在 IE 和 Edge 报错
查了很久,又检查了几次
Access-Control-Allow-Origin
,都设置正确最终定位到问题,居然是
crossOrigin
和src
的顺序导致live2d.js
替换n.src=e,n.crossOrigin="Anonymous";
为n.crossOrigin="Anonymous",n.src=e;
后问题解决也就是
src/PlatformManager.js
处 应改为The text was updated successfully, but these errors were encountered: