From fbcb3c6caff395640c6fd51ed4073ac15635d193 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Thu, 12 Dec 2024 16:19:25 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=9C=80=E8=A6=81=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E8=8F=9C=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 2997efdf..23522465 100644 --- a/apps/web-antd/src/router/routes/local.ts +++ b/apps/web-antd/src/router/routes/local.ts @@ -158,6 +158,7 @@ const profileRoute: RouteRecordStringComponent[] = [ icon: 'eos-icons:role-binding-outlined', keepAlive: true, title: '请假申请', + hideInMenu: true, }, name: 'WorkflowLeaveInner', path: '/workflow/leave-inner',