From 0a3b54e320e70ec416417117cd1dd0def7c7504e Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Mon, 16 Dec 2024 17:11:53 +0800 Subject: [PATCH] chore: activePath --- apps/web-antd/src/router/routes/local.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web-antd/src/router/routes/local.ts b/apps/web-antd/src/router/routes/local.ts index 6cbf2497..3da04240 100644 --- a/apps/web-antd/src/router/routes/local.ts +++ b/apps/web-antd/src/router/routes/local.ts @@ -146,6 +146,7 @@ const profileRoute: RouteRecordStringComponent[] = [ icon: 'eos-icons:role-binding-outlined', keepAlive: true, title: '请假申请', + activePath: '/demo/leave', }, name: 'WorkflowLeaveIndex', path: '/workflow/leaveEdit/index',