활동로그 추가
This commit is contained in:
@@ -9,6 +9,7 @@ const AdminDashboard = () => import('@/views/admin/Dashboard.vue');
|
||||
const ClubManagement = () => import('@/views/admin/ClubManagement.vue');
|
||||
const UserManagement = () => import('@/views/admin/UserManagement.vue');
|
||||
const SubscriptionManagement = () => import('@/views/admin/SubscriptionManagement.vue');
|
||||
const ActivityLogManagement = () => import('@/views/admin/ActivityLogManagement.vue');
|
||||
|
||||
// 클럽 뷰
|
||||
const ClubDashboard = () => import('@/views/club/Dashboard.vue');
|
||||
@@ -76,6 +77,12 @@ const routes = [
|
||||
component: SubscriptionManagement,
|
||||
meta: { requiresAuth: true, requiresAdmin: true }
|
||||
},
|
||||
{
|
||||
path: '/admin/activity-logs',
|
||||
name: 'ActivityLogManagement',
|
||||
component: ActivityLogManagement,
|
||||
meta: { requiresAuth: true, requiresAdmin: true }
|
||||
},
|
||||
|
||||
// 클럽 경로
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user