fix: rating

This commit is contained in:
zzc
2026-06-09 10:05:24 +08:00
parent b5a246f11b
commit acef084df7
5 changed files with 381 additions and 0 deletions

View File

@@ -85,6 +85,12 @@ export const asyncRoutes = [
component: () => import('@/views/rating/topicCategory/index'),
meta: { title: '评分话题分类' },
},
{
path: 'topic-review',
name: 'RatingTopicReviewIndex',
component: () => import('@/views/rating/topicReview/index'),
meta: { title: '话题审核' },
},
],
},
{