Open xiaoyiming2018 opened 3 years ago
http,js中:axios.defaults.baseURL = '/sso'; config.js中: proxyTable: { '/sso':{ target:'https://api-sso-ensaas.hz.wise-paas.com.cn/v4.0', secure: true, changeOrigin:true, pathRewrite:{ '^/sso':'/' } } }
后台配置文件把前端地址加进去
------------------ 原始邮件 ------------------ 发件人: yi.luo <notifications@github.com> 发送时间: 2020年12月8日 20:18 收件人: cq-panda/Vue.NetCore <Vue.NetCore@noreply.github.com> 抄送: Subscribed <subscribed@noreply.github.com> 主题: 回复:[cq-panda/Vue.NetCore] http.js中跨域设置 (#135)
想请教一下,axios.defaults.baseURL为服务器链接,dev下运行时报跨域问题,后来在proxyTable中设置了一下,但是没生效,请问是啥原因?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
想请教一下,axios.defaults.baseURL为服务器链接,dev下运行时报跨域问题,后来在proxyTable中设置了一下,但是没生效,请问是啥原因?