- 添加 jenkins 构建环境配置,

This commit is contained in:
sin
2019-03-10 16:40:16 +08:00
parent 6d93e6cec8
commit 45874e36d3
6 changed files with 75 additions and 20 deletions

View File

@@ -0,0 +1,14 @@
// 开发环境,的代理配置
export default {
'/admin-api/': {
target: 'http://180.167.213.26:18083/',
changeOrigin: true,
pathRewrite: {},
},
'/server/api/': {
target: 'https://preview.pro.ant.design/',
changeOrigin: true,
pathRewrite: { '^/server': '' },
},
};