fix : 细节优化
This commit is contained in:
@@ -70,6 +70,15 @@ const router = createRouter({
|
||||
breadcrumb: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/workflow/process',
|
||||
name: 'process',
|
||||
component: () => import('@/views/workflow/process/index.vue'),
|
||||
meta: {
|
||||
title: '流程管理',
|
||||
breadcrumb: true
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/workflow/process/edit',
|
||||
name: 'processAdd',
|
||||
|
||||
Reference in New Issue
Block a user