1 Star 0 Fork 1.1K

Jason/dc3-web

forked from 张红元/dc3-web 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
vue.config.js 870 Bytes
Copy Edit Raw Blame History
张红元 authored 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': ''
}
}
}
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/er_eggs/dc3-web.git
git@gitee.com:er_eggs/dc3-web.git
er_eggs
dc3-web
dc3-web
master

Search