如何加载渲染的vue html文件?

时间:2018-07-03 03:03:43

标签: vue.js cors vuejs2 nuxt.js

enter image description here

我正在尝试使用来自nuxt服务器的axios(ajax)从http://localhost:3002/apps/countdown加载html,但是由于CORS问题,似乎无法获取它。

$.get('http://localhost:3002/apps/countdown')
  

无法加载http://localhost:3002/apps/countdown:否   请求中存在“ Access-Control-Allow-Origin”标头   资源。

反正我可以在Nuxt上设置响应标头,以便向其添加CORS吗?

0 个答案:

没有答案