3 Star 1 Fork 0

猿夫子 / 程序员师徒系统前端

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 544 Bytes
一键复制 编辑 原始数据 按行查看 历史
masiyi 提交于 2022-04-06 11:24 . 新增远端api
module.exports = {
devServer: {
host: '0.0.0.0',
port: '8080',
proxy: {
'/api': {
// target: 'http://localhost:8088/api', //需要请求的目标接口
target: 'http://120.76.201.118:8088/api', //需要请求的目标接口
changeOrigin: true, // 如果接口跨域,需要进行这个参数配置
pathRewrite: {
'/api': ''//这里理解成用‘/api’代替target里面的地址
}
},
}
},
lintOnSave: false //防止出现编译过程中的阻断启动
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/programmer-apprentice/Programmer-Apprentice-Web.git
git@gitee.com:programmer-apprentice/Programmer-Apprentice-Web.git
programmer-apprentice
Programmer-Apprentice-Web
程序员师徒系统前端
develop

搜索帮助

344bd9b3 5694891 D2dac590 5694891