feat: rating
This commit is contained in:
@@ -85,6 +85,32 @@ export const asyncRoutes = [
|
||||
component: () => import('@/views/rating/topicCategory/index'),
|
||||
meta: { title: '评分话题分类' },
|
||||
},
|
||||
{
|
||||
path: 'pk',
|
||||
component: EmptyLayout,
|
||||
alwaysShow: true,
|
||||
redirect: 'noRedirect',
|
||||
name: 'PkIndex',
|
||||
meta: {
|
||||
title: 'PK赛',
|
||||
icon: 'clover',
|
||||
permissions: ['admin'],
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'list',
|
||||
name: 'List',
|
||||
component: () => import('@/views/rating/pk/list/index'),
|
||||
meta: { title: 'PK赛列表', icon: 'setting' },
|
||||
},
|
||||
{
|
||||
path: 'pkRecord',
|
||||
name: 'PkRecord',
|
||||
component: () => import('@/views/rating/pk/record/index'),
|
||||
meta: { title: 'PK赛记录', icon: 'setting' },
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: 'topic-review',
|
||||
name: 'RatingTopicReviewIndex',
|
||||
|
||||
Reference in New Issue
Block a user