From 0442bd638d442748523c7ce45c7500b21c2a4e5f Mon Sep 17 00:00:00 2001 From: LiuHao Date: Fri, 5 Apr 2024 14:08:02 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E7=BC=A9=E8=BF=9B?= 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 45bb1e6..2343685 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -173,7 +173,7 @@ export const dynamicRoutes: RouteRecordRaw[] = [ path: 'index', component: () => import('@/views/workflow/leave/leaveEdit.vue'), name: 'leaveEdit', - meta: { title: '请假申请', activeMenu: '/demo/leave',noCache:true }, + meta: { title: '请假申请', activeMenu: '/demo/leave', noCache: true } } ] }