请问在vue里使用这个部分的代码有个错误。
首先,jquery我已经配置好了。 正常使用$是没问题的。
显示的错误是
Failed to load http://api.bing.com/qsonhs.aspx?q=undefined: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8080' is therefore not allowed access.
机械翻译是这样的:
未能加载http://api.bing.com/qsonhs.aspx?Q=未定义:请求的资源上不存在“访问控制允许来源”头。因此,不允许访问源“http://localhost:8080”。
不知道应该怎么解决。。