233 Star 1.9K Fork 1.1K

张红元 / dc3-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 870 Bytes
一键复制 编辑 原始数据 按行查看 历史
张红元 提交于 2020-03-06 00:43 . 优化
module.exports = {
publicPath: './',
lintOnSave: true,
productionSourceMap: false,
devServer: {
proxy: {
'/user_api': {
target: 'http://dc3-auth:8300',
changeOrigin: true,
ws: true,
pathRewrite: {
'^/user_api': ''
}
},
'/manager_api': {
target: 'http://dc3-manager:8400',
changeOrigin: true,
ws: true,
pathRewrite: {
'^/manager_api': ''
}
},
'/data_api': {
target: 'http://dc3-data:8500',
changeOrigin: true,
ws: true,
pathRewrite: {
'^/data_api': ''
}
}
}
}
};
NodeJS
1
https://gitee.com/pnoker/dc3-web.git
git@gitee.com:pnoker/dc3-web.git
pnoker
dc3-web
dc3-web
master

搜索帮助