实现系统管理后台 V1

This commit is contained in:
andy
2026-07-10 18:32:34 +08:00
parent e76cb80f28
commit aa5783ba61
92 changed files with 9383 additions and 21 deletions

View File

@@ -174,6 +174,7 @@ const menuLabelKeys: Record<string, string> = {
RESERVATION_ORDERS: 'nav.orders',
RESERVATION_TASKS: 'nav.taskQueue',
DEBUG_EML_SUPERAGENT: 'nav.debugEml',
SYSTEM_SETTINGS: 'nav.systemSettings',
}
const navItems = computed(() => authStore.visibleMenus)