feat: add audit logs and system configs

This commit is contained in:
2026-01-15 20:07:36 +08:00
parent 914df9edf2
commit b3fc226bbe
25 changed files with 3325 additions and 108 deletions

View File

@@ -174,6 +174,16 @@ const router = createRouter({
name: 'superadmin-notifications',
component: () => import('@/views/superadmin/Notifications.vue')
},
{
path: '/superadmin/audit-logs',
name: 'superadmin-audit-logs',
component: () => import('@/views/superadmin/AuditLogs.vue')
},
{
path: '/superadmin/system-configs',
name: 'superadmin-system-configs',
component: () => import('@/views/superadmin/SystemConfigs.vue')
},
{
path: '/superadmin/orders/:orderID',
name: 'superadmin-order-detail',