fix: rating
This commit is contained in:
@@ -79,6 +79,12 @@ export const asyncRoutes = [
|
||||
component: () => import('@/views/rating/topicCommentRecord/index'),
|
||||
meta: { title: '用户评论记录' },
|
||||
},
|
||||
{
|
||||
path: 'topic-category',
|
||||
name: 'RatingTopicCategoryIndex',
|
||||
component: () => import('@/views/rating/topicCategory/index'),
|
||||
meta: { title: '评分话题分类' },
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user