fix: reward page
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user