fix: reward page

This commit is contained in:
zzc
2026-03-17 08:41:56 +08:00
parent 25b176baa9
commit 2aec094d27
4 changed files with 373 additions and 0 deletions

View File

@@ -707,6 +707,12 @@ export const asyncRoutes = [
component: () => import('@/views/systemManagement/device/index'),
meta: { title: '设备管理' },
},
{
path: 'rewardManagement',
name: 'RewardManagement',
component: () => import('@/views/systemManagement/reward/index'),
meta: { title: '奖励管理' },
},
{
path: 'accessLogManagement',
name: 'AccessLogManagement',