feat: add audit logs and system configs
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user