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