From ed6f642fc31d6e0abe4a90057d1101fb89c3a881 Mon Sep 17 00:00:00 2001 From: Yann <1319542051@qq.com> Date: Mon, 12 May 2025 15:45:30 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } } ] },