This commit is contained in:
zzc
2026-06-01 19:00:17 +08:00
parent 908f3ad1b1
commit 6b3dbec68e
5 changed files with 292 additions and 0 deletions

View File

@@ -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: '用户评论记录' },
},
],
},
{