fix : 修复页面细节

This commit is contained in:
2024-05-30 22:51:06 +08:00
parent 92e935622a
commit 7791648837
6 changed files with 36 additions and 19 deletions

View File

@@ -80,7 +80,7 @@ const router = createRouter({
}
},
{
path: '/workflow/process/edit',
path: '/workflow/process/add',
name: 'processAdd',
component: () => import('@/views/workflow/process/ProcessEdit.vue'),
meta: {