ludu-cloud/admin-web/config/proxy/proxy.dev.js

11 lines
217 B
Java
Raw Normal View History

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/': {
target: 'http://127.0.0.1:18083/',
// target: 'http://180.167.213.26:18083/',
2019-03-10 16:40:16 +08:00
changeOrigin: true,
pathRewrite: {},
},
};