From 39248bc48bd1c2b66e18337dadd70d50b2bfaae6 Mon Sep 17 00:00:00 2001 From: houzhongjian <houzhongyi@126.com> Date: 星期五, 13 九月 2024 16:31:12 +0800 Subject: [PATCH] 框架及页面bug修改 --- src/utils/constants.ts | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index ae06f28..b21f067 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -28,6 +28,15 @@ } /** + * 应用菜单的类型枚举 + */ +export const SystemAppMenuTypeEnum = { + DIR: 1, // 应用 + MENU: 2, // 菜单 + BUTTON: 3 // 按钮 +} + +/** * 角色的类型枚举 */ export const SystemRoleTypeEnum = { -- Gitblit v1.9.3