chore(管理员中心): 调整文件结构

This commit is contained in:
hzj 2025-11-20 19:47:59 +08:00
parent 9f382fc9bb
commit 2c3cbf55a3
2 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ const router = createRouter({
{
path: '/admin-center',
name: 'admin-center',
component: () => import('../views/Admin/AdminCenter.vue'),
component: () => import('../views/AdminCenter/AdminCenter.vue'),
meta: { requiresAuth: true },
},
{