fix: pk comment
This commit is contained in:
@@ -110,10 +110,10 @@ export const asyncRoutes = [
|
||||
meta: { title: 'PK赛列表', icon: 'setting' },
|
||||
},
|
||||
{
|
||||
path: 'pkRecord',
|
||||
name: 'PkRecord',
|
||||
component: () => import('@/views/rating/pk/record/index'),
|
||||
meta: { title: 'PK赛记录', icon: 'setting' },
|
||||
path: 'pkComment',
|
||||
name: 'PkComment',
|
||||
component: () => import('@/views/rating/pk/comment/index'),
|
||||
meta: { title: 'pK赛评论', icon: 'setting' },
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user