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