fix: 修复管理后台布局引用错误,恢复侧边栏
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user