請問在vue里使用這個部分的代碼有個錯誤。
首先,jquery我已經(jīng)配置好了。? 正常使用$是沒問題的。
顯示的錯誤是
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.
機(jī)械翻譯是這樣的:
未能加載http://api.bing.com/qsonhs.aspx?Q=未定義:請求的資源上不存在“訪問控制允許來源”頭。因此,不允許訪問源“http://localhost:8080”。
不知道應(yīng)該怎么解決。。