修复样式问题

This commit is contained in:
thofx
2023-07-22 18:46:54 +08:00
parent 4bd9bc4a1f
commit e146adeecc
8 changed files with 31 additions and 17 deletions

View File

@@ -23,6 +23,7 @@ const router = createRouter({
path: 'ranking',
component: () => import('../pages/ranking.vue'),
meta: {
keepAlive: true,
requiresAuth: true,
},
},