fix: pk comment
This commit is contained in:
@@ -141,6 +141,12 @@ export const asyncRoutes = [
|
||||
component: () => import('@/views/rating/topicItemReview/index'),
|
||||
meta: { title: '评分项审核' },
|
||||
},
|
||||
{
|
||||
path: 'item-review-log',
|
||||
name: 'RatingTopicItemReviewLogIndex',
|
||||
component: () => import('@/views/rating/topicItemReviewLog/index'),
|
||||
meta: { title: '审核日志' },
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user