From bef98489b19e864dc99cd7d5858115221d6585e6 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Wed, 15 Jan 2025 17:13:46 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=B8=8D=E4=BD=BF=E7=94=A8=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E5=B8=83=E5=B1=80=EF=BC=88=E4=BB=85=E5=9C=A8=E9=A1=B6?= =?UTF-8?q?=E7=BA=A7=E7=94=9F=E6=95=88=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/router/routes/local.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/web-antd/src/router/routes/local.ts b/apps/web-antd/src/router/routes/local.ts index 5b277b0e..acadb208 100644 --- a/apps/web-antd/src/router/routes/local.ts +++ b/apps/web-antd/src/router/routes/local.ts @@ -161,6 +161,8 @@ const profileRoute: RouteRecordStringComponent[] = [ keepAlive: true, title: '请假申请', hideInMenu: true, + // 不使用基础布局(仅在顶级生效) + noBasicLayout: true, }, name: 'WorkflowLeaveInner', path: '/workflow/leaveEdit/index/iframe',