feat: 添加排行榜页面

This commit is contained in:
alger
2025-05-15 21:16:33 +08:00
parent e1ddffc8ae
commit a8010c8ca7
3 changed files with 194 additions and 0 deletions
+11
View File
@@ -33,6 +33,17 @@ const layoutRouter = [
},
component: () => import('@/views/list/index.vue')
},
{
path: '/toplist',
name: 'toplist',
meta: {
title: '排行榜',
icon: 'ri-bar-chart-grouped-fill',
keepAlive: true,
isMobile: true
},
component: () => import('@/views/toplist/index.vue')
},
{
path: '/mv',
name: 'mv',