只需要修改Nginx的vhosts.ini,加上以下代码即可修复该问题
location ~ .(eot|otf|ttf|woff|woff2|svg)$ { add_header Access-Control-Allow-Origin *; }