fix: reward page
This commit is contained in:
@@ -329,6 +329,51 @@ export const asyncRoutes = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: '/systemManagement',
|
||||
component: Layout,
|
||||
redirect: 'noRedirect',
|
||||
name: 'SystemManagement',
|
||||
meta: { title: '系统', icon: 'users-cog', permissions: ['admin'] },
|
||||
children: [
|
||||
{
|
||||
path: 'deviceManagement',
|
||||
name: 'DeviceManagement',
|
||||
component: () => import('@/views/systemManagement/device/index'),
|
||||
meta: { title: '设备管理' },
|
||||
},
|
||||
{
|
||||
path: 'rewardManagement',
|
||||
name: 'RewardManagement',
|
||||
component: () => import('@/views/systemManagement/reward/index'),
|
||||
meta: { title: '奖励管理' },
|
||||
},
|
||||
{
|
||||
path: 'abilityManagement',
|
||||
name: 'AbilityManagement',
|
||||
component: () => import('@/views/systemManagement/ability/index'),
|
||||
meta: { title: '用户能力管理' },
|
||||
},
|
||||
{
|
||||
path: 'accessLogManagement',
|
||||
name: 'AccessLogManagement',
|
||||
component: () => import('@/views/personnelManagement/accessLogManagement/index'),
|
||||
meta: { title: '访问日志' },
|
||||
},
|
||||
{
|
||||
path: 'suspiciousRequest',
|
||||
name: 'SuspiciousRequest',
|
||||
component: () => import('@/views/personnelManagement/suspiciousRequest/index'),
|
||||
meta: { title: '异常请求' },
|
||||
},
|
||||
{
|
||||
path: 'uploadedFileManagement',
|
||||
name: 'UploadedFileManagement',
|
||||
component: () => import('@/views/personnelManagement/uploadedFileManagement/index'),
|
||||
meta: { title: '已上传文件' },
|
||||
},
|
||||
],
|
||||
},
|
||||
// {
|
||||
// path: '/maomaotou',
|
||||
// component: Layout,
|
||||
@@ -694,45 +739,7 @@ export const asyncRoutes = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: '/systemManagement',
|
||||
component: Layout,
|
||||
redirect: 'noRedirect',
|
||||
name: 'SystemManagement',
|
||||
meta: { title: '系统', icon: 'users-cog', permissions: ['admin'] },
|
||||
children: [
|
||||
{
|
||||
path: 'deviceManagement',
|
||||
name: 'DeviceManagement',
|
||||
component: () => import('@/views/systemManagement/device/index'),
|
||||
meta: { title: '设备管理' },
|
||||
},
|
||||
{
|
||||
path: 'rewardManagement',
|
||||
name: 'RewardManagement',
|
||||
component: () => import('@/views/systemManagement/reward/index'),
|
||||
meta: { title: '奖励管理' },
|
||||
},
|
||||
{
|
||||
path: 'accessLogManagement',
|
||||
name: 'AccessLogManagement',
|
||||
component: () => import('@/views/personnelManagement/accessLogManagement/index'),
|
||||
meta: { title: '访问日志' },
|
||||
},
|
||||
{
|
||||
path: 'suspiciousRequest',
|
||||
name: 'SuspiciousRequest',
|
||||
component: () => import('@/views/personnelManagement/suspiciousRequest/index'),
|
||||
meta: { title: '异常请求' },
|
||||
},
|
||||
{
|
||||
path: 'uploadedFileManagement',
|
||||
name: 'UploadedFileManagement',
|
||||
component: () => import('@/views/personnelManagement/uploadedFileManagement/index'),
|
||||
meta: { title: '已上传文件' },
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
// {
|
||||
// path: '/mall',
|
||||
// component: Layout,
|
||||
|
||||
Reference in New Issue
Block a user