1 Star 0 Fork 11

Rehmet/my-game

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
vue.config.js 467 Bytes
一键复制 编辑 原始数据 按行查看 历史
// vue.config.js
module.exports = {
devServer: {
proxy: {
// 配置跨域,请求后端接口
'/api': {
// target: 'http://47.107.38.211:8080',//源地址
target: 'http://localhost:3000',//源地址
// target: 'http://120.77.241.208:3000',//源地址
changeOrigin: true,//是否允许跨域
// ws: false,//是否代理websockets
pathRewrite: {
'^/api': '/'
}
},
},
},
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/rehmet/my-game.git
git@gitee.com:rehmet/my-game.git
rehmet
my-game
my-game
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385