feat: 修改登录页面

This commit is contained in:
gaoyunqi
2024-02-22 10:23:38 +08:00
parent 5ce61fa5e5
commit d0392bd43a
5 changed files with 522 additions and 30 deletions

View File

@ -149,6 +149,7 @@ export const FLOW_ROUTE: AppRouteRecordRaw = {
title: '审批流程'
}
},
/* 菜单不支持复用不同菜单如果path或者name一样会报错 */
{
path: 'flowList',
name: 'FlowListPage',
@ -156,6 +157,14 @@ export const FLOW_ROUTE: AppRouteRecordRaw = {
meta: {
title: '流程列表'
}
},
{
path: 'flowList2',
name: 'FlowListPage2',
component: () => import('/@/views/secondDev/processTasksPage.vue'),
meta: {
title: '待办列表'
}
}
]
};