vue Network接口有数据,但是console界面报跨域问题

vue Network接口有数据,但是console界面报跨域问题
vue Network接口有数据,但是console界面报跨域问题

我用的是axios访问的接口

vue Network接口有数据,但是console界面报跨域问题

下面是main.js里面axios配置

vue Network接口有数据,但是console界面报跨域问题
vue Network接口有数据,但是console界面报跨域问题

我想问问这是什么原因引起来的,有什么解决方法吗

回答

dev环境用devserver-proxy进行代理
prod环境用nginxproxy_pass进行代理转发就行

浏览器端JS中的http请求(XMLHttpRequest/fetch)受同源策略限制。
解决方案CORS

以上是 vue Network接口有数据,但是console界面报跨域问题 的全部内容, 来源链接: utcz.com/a/71421.html

回到顶部