热门

最新

红包

立Flag

投票

同城

我的

发布
u011018979
java、iOS、Vue 移动开发领域新星创作者
5 年前
trueu011018979

找到一款超级自然的美瞳[憧憬] ​​​

上班摸鱼
CSDN App 扫码分享
分享
评论
1
打赏
  • 复制链接
  • 举报
下一条:
Vue Cli 4中,为了解决开发时遇到的服务器和开发机器不同域的问题,可以配置vue.config.js文件,该文件的路径必须置于package.json同位置//润刚created this file in order to resolve the cross-problemn// to our django servermodule.exports={ devServer: { host: '192.168.2.110', port: 8002, https:false, open:true, disableHostCheck:true, proxy:{ "/user/":{ target:"http://192.168.2.110:8000", changeOrigin:true, pathRewrite:{ "^/user":"/" } } } },}
立即登录