评审规则设置

This commit is contained in:
jlzhangyx5
2025-06-11 14:39:30 +08:00
parent 300a9945cf
commit 380a850800
7 changed files with 127 additions and 54 deletions

View File

@ -33,6 +33,11 @@ export default {
changeOrigin: true,
pathRewrite: { '/api/biz-service-ebtp-project': '' },
},
'/api/biz-service-ebtp-process': {
target: 'http://localhost:18011',
changeOrigin: true,
pathRewrite: { '/api/biz-service-ebtp-process': '' },
},
'/api/sys-manager-ebtp-project': {
target: 'http://localhost:18030',
changeOrigin: true,