cq-panda / Vue.NetCore

(已支持sqlsugar).NetCore、.Net6、Vue2、Vue3、Vite、TypeScript、Element plus+uniapp前后端分离,全自动生成代码;支持移动端(ios/android/h5/微信小程序。http://www.volcore.xyz/
MIT License
3.88k stars 1.26k forks source link

http.js中跨域设置 #135

Open xiaoyiming2018 opened 3 years ago

xiaoyiming2018 commented 3 years ago

想请教一下,axios.defaults.baseURL为服务器链接,dev下运行时报跨域问题,后来在proxyTable中设置了一下,但是没生效,请问是啥原因? 2YWON RE)FQ83VMAMPVKYT4 T3W7 07TM GG)2 OS3S{~6S }`4OP4AG$N{$COPVPF~QHKK

xiaoyiming2018 commented 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':'/' } } }

cq-panda commented 3 years ago

后台配置文件把前端地址加进去

------------------ 原始邮件 ------------------ 发件人: 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.