add
This commit is contained in:
@@ -286,6 +286,12 @@ const routes = [
|
||||
name: 'AdminStatistics',
|
||||
component: () => import('@/pages/admin/statistics/SystemStatisticsPage.vue'),
|
||||
meta: { title: '系统统计' }
|
||||
},
|
||||
{
|
||||
path: 'ui-components',
|
||||
name: 'AdminUIComponents',
|
||||
component: () => import('@/pages/admin/ui-components/index.vue'),
|
||||
meta: { title: '组件管理' }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user