diff --git a/src/router/index.ts b/src/router/index.ts index 730a729..a0e95ef 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -216,7 +216,7 @@ export const dynamicRoutes: RouteRecordRaw[] = [ path: 'index/:definitionId(\\d+)', component: () => import('@/views/workflow/formInstance/edit.vue'), name: 'dynFormEdit', - meta: { title: '表单设计', activeMenu: '/workflow/formInstance', noCache: true } + meta: { title: '表单实例', activeMenu: '/workflow/formInstance', noCache: true } } ] },