新增数据统计页面
This commit was merged in pull request #47.
This commit is contained in:
@@ -129,6 +129,12 @@ const routes: RouteRecordRaw[] = [
|
||||
name: 'MemberCardManagement',
|
||||
component: () => import('@/views/member/MemberCardManagement.vue'),
|
||||
meta: { title: '会员卡管理' }
|
||||
},
|
||||
{
|
||||
path: 'statistics',
|
||||
name: 'StatisticsDashboard',
|
||||
component: () => import('@/views/statistics/StatisticsDashboard.vue'),
|
||||
meta: { title: '数据统计看板' }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user