你这里引用的图片应该是跨域了。 给Image图片设置crossorigin属性为"anonymous" 存储图片的地方(如oss)配置CORS,如 allow-control-allow-origin: *