This commit is contained in:
houjishuang
2025-05-28 17:23:05 +08:00
8 changed files with 3827 additions and 773 deletions

View File

@ -34,10 +34,15 @@ export default {
pathRewrite: { '/api/biz-service-ebtp-project': '' },
},
'/api/sys-manager-ebtp-project': {
target: 'http://localhost:18012',
target: 'http://localhost:18030',
changeOrigin: true,
pathRewrite: { '/api/sys-manager-ebtp-project': '' },
},
'/api/biz-service-ebtp-rsms': {
target: 'http://localhost:18014',
changeOrigin: true,
pathRewrite: { '/api/biz-service-ebtp-rsms': '' },
},
'/api/biz-service-ebtp-agency': {
target: 'http://localhost:18099',
changeOrigin: true,
@ -91,4 +96,3 @@ export default {
},
}
};