36 Star 352 Fork 200

Kyle / MediaServerUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 458 Bytes
一键复制 编辑 原始数据 按行查看 历史
__z2xy__ 提交于 2020-05-08 12:36 . zxBuild
module.exports = {
devServer: {
proxy: {
'/bpi': { // 以'/bpi'开头的请求会被代理进行转发
target: 'http://172.16.63.208:801/index/api', // 要发向的后台服务器地址 如果后台服务跑在后台开发人员的机器上,就写成 `http://ip:port` 如 `http:192.168.12.213:8081` ip为后台服务器的ip
changeOrigin: true
}
}
}
}
JavaScript
1
https://gitee.com/kkkkk5G/MediaServerUI.git
git@gitee.com:kkkkk5G/MediaServerUI.git
kkkkk5G
MediaServerUI
MediaServerUI
master

搜索帮助