fix: rating
This commit is contained in:
@@ -85,6 +85,12 @@ export const asyncRoutes = [
|
||||
component: () => import('@/views/rating/topicCategory/index'),
|
||||
meta: { title: '评分话题分类' },
|
||||
},
|
||||
{
|
||||
path: 'topic-review',
|
||||
name: 'RatingTopicReviewIndex',
|
||||
component: () => import('@/views/rating/topicReview/index'),
|
||||
meta: { title: '话题审核' },
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user