' s/ O4 Y5 U7 b! C3 s, @! g在浏览器调试模式下,很容易发现端倪。
4 F( t4 O, E& o& }: M! u比如:这个图片链接- http://www.huanyamagnet.com/me/images/100_0001_20160521233913_o_0.jpg
复制代码 实际上是跳转到- http://www.huanyamagnet.com.hi.72la.com/me/images/100_0001_20160521233913_o_0.jpg
复制代码 ,单独打开能够加载成功,但是在pano2vr项目里面存在跨域的问题,导致加载失败。7 {* o) P6 A& m2 d" h, q
* M- `- p8 b/ [- i* r# p/ \# y
- index.htm:1 Image from origin 'http://www.huanyamagnet.com.hi.72la.com' has been blocked from loading by Cross-Origin Resource Sharing policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://www.huanyamagnet.com' is therefore not allowed access.
复制代码 上面这个提示已经说得很清楚了
, G5 c$ `; `2 q, S% D! x3 x. Y |