fix: rating

This commit is contained in:
zzc
2026-06-09 07:52:09 +08:00
parent ffbd355393
commit b5a246f11b
4 changed files with 272 additions and 0 deletions

View File

@@ -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: '评分话题分类' },
},
],
},
{