This commit is contained in:
jxxghp
2023-06-24 22:26:58 +08:00
parent 71ebaa2898
commit 98db4eb853
2 changed files with 10 additions and 4 deletions
+3
View File
@@ -11,6 +11,9 @@ const router = createRouter({
{
path: 'dashboard',
component: () => import('../pages/dashboard.vue'),
meta: {
requiresAuth: true,
},
},
{
path: 'ranking',