跨域1

nginx规则Nginx添加跨域限制规则
跨域解决方案 将下面的代码,添加到你的Nginx里面即可; location ~* .(eot|ttf|woff|svg|otf|woff2|otf)$ { add_header Access-C ...