fix: 增加已办页面的独立链接
fix: 组织管理的主列表改为懒加载
This commit is contained in:
@ -182,6 +182,14 @@ export const FLOW_ROUTE: AppRouteRecordRaw[] = [{
|
||||
meta: {
|
||||
title: '我发起的'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: 'done',
|
||||
name: 'FlowListPage4',
|
||||
component: () => import('/@/views/secondDev/processTasksPage.vue'),
|
||||
meta: {
|
||||
title: '已办'
|
||||
}
|
||||
}
|
||||
]
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user