fix: pk comment

This commit is contained in:
zzc
2026-06-15 22:02:59 +08:00
parent 5f9a5aeae7
commit 9e59ae710a
7 changed files with 1003 additions and 4 deletions

View File

@@ -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' },
},
],
},