修改菜单,角色,部门,字典等功能

This commit is contained in:
刘倡
2025-07-16 09:38:21 +08:00
parent d594ad95e0
commit bcb704afd2
16 changed files with 749 additions and 1330 deletions

View File

@ -14,7 +14,7 @@ export default {
},
UAT: {
'/api/sys-manager-ebtp-project': {
target: 'http://localhost:18023',
target: 'http://localhost:18030',
changeOrigin: true,
pathRewrite: { '/api/sys-manager-ebtp-project': '' },
},
@ -57,8 +57,8 @@ export default {
target: 'http://localhost:18096',
changeOrigin: true,
pathRewrite: { '/api/biz-supplier-manage': '' },
}
},
// '/api/wfap/v1/audit/bill/find/by/procid': {
// target: 'http://10.242.31.158:8891/',//审批单 uat环境自动审批暂时用不到
// changeOrigin: true,
@ -70,11 +70,11 @@ export default {
// changeOrigin: true,
// pathRewrite: { '/living/api': '' },
// },
// '/api/*': {
// target: 'http://10.242.31.158:18022',//连接天宫的ng
// changeOrigin: true,
// pathRewrite: { '^': '' },
// },
'/api/*': {
target: 'http://localhost:18030',//连接天宫的ng
changeOrigin: true,
pathRewrite: { '^/api': '' },
},
// '/doc/v1.0/*': {
// target: 'http://10.242.31.158:8806',//连接天宫的ng
// changeOrigin: true,

View File

@ -19,6 +19,10 @@ export default [{
path: '/System/Menu',
component: './System/Menu',
},
{//字典管理
path: '/System/Dict',
component: './System/Dict',
},
{//定时任务管理
path: '/System/Scheduled',
component: './System/Scheduled',