chore: 不使用基础布局(仅在顶级生效)

This commit is contained in:
dap 2025-01-15 17:13:46 +08:00
parent 02fba565e0
commit bef98489b1

View File

@ -161,6 +161,8 @@ const profileRoute: RouteRecordStringComponent[] = [
keepAlive: true,
title: '请假申请',
hideInMenu: true,
// 不使用基础布局(仅在顶级生效)
noBasicLayout: true,
},
name: 'WorkflowLeaveInner',
path: '/workflow/leaveEdit/index/iframe',