角色管理

This commit is contained in:
jlzhangyx5
2025-05-13 10:15:36 +08:00
parent a1122897f8
commit 4a4a51bc77
3 changed files with 302 additions and 0 deletions

View File

@ -33,6 +33,11 @@ export default {
changeOrigin: true,
pathRewrite: { '/api/biz-service-ebtp-project': '' },
},
'/api/sys-manager-ebtp-project': {
target: 'http://localhost:18012',
changeOrigin: true,
pathRewrite: { '/api/sys-manager-ebtp-project': '' },
},
// '/api/wfap/v1/audit/bill/find/by/procid': {
// target: 'http://10.242.31.158:8891/',//审批单 uat环境自动审批暂时用不到
// changeOrigin: true,