fix: 修复管理后台布局引用错误,恢复侧边栏

This commit is contained in:
2026-05-01 08:10:43 +08:00
parent 4ed00f29e2
commit c6187d726f
+1 -1
View File
@@ -25,7 +25,7 @@ const routes: RouteRecordRaw[] = [
},
{
path: '/admin',
component: () => import('@/layouts/admin.vue'),
component: () => import('@/layouts/developer.vue'),
meta: { auth: true, role: 'admin' },
children: [
{