rating
This commit is contained in:
@@ -48,6 +48,27 @@ export const asyncRoutes = [
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: '/rating',
|
||||
component: Layout,
|
||||
redirect: 'noRedirect',
|
||||
name: 'RatingMini',
|
||||
meta: { title: '夯拉评分', icon: 'gift', permissions: ['admin'] },
|
||||
children: [
|
||||
{
|
||||
path: 'topic',
|
||||
name: 'RatingTopicIndex',
|
||||
component: () => import('@/views/rating/topic/index'),
|
||||
meta: { title: '评分话题' },
|
||||
},
|
||||
{
|
||||
path: 'topic-item',
|
||||
name: 'RatingTopicItemIndex',
|
||||
component: () => import('@/views/rating/topicItem/index'),
|
||||
meta: { title: '评分项' },
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: '/spring',
|
||||
component: Layout,
|
||||
|
||||
Reference in New Issue
Block a user