2019-03-10 16:40:16 +08:00
|
|
|
// 开发环境,的代理配置
|
|
|
|
|
2019-05-09 00:10:44 +08:00
|
|
|
module.exports = {
|
2020-07-04 21:35:15 +08:00
|
|
|
'/management-api/': {
|
2019-04-22 19:11:23 +08:00
|
|
|
target: 'http://127.0.0.1:18083/',
|
2019-03-31 00:12:15 +08:00
|
|
|
// target: 'http://180.167.213.26:18083/',
|
2019-03-10 16:40:16 +08:00
|
|
|
changeOrigin: true,
|
|
|
|
pathRewrite: {},
|
|
|
|
},
|
|
|
|
};
|