This commit is contained in:
zzc
2026-06-01 18:25:23 +08:00
parent af23adfd2b
commit 4789ac6ca0
4 changed files with 468 additions and 0 deletions

View File

@@ -67,6 +67,12 @@ export const asyncRoutes = [
component: () => import('@/views/rating/topicItem/index'),
meta: { title: '评分项' },
},
{
path: 'topic-record',
name: 'RatingTopicRecordIndex',
component: () => import('@/views/rating/topicScoreRecord/index'),
meta: { title: '用户评分记录' },
},
],
},
{