由于本次代码变更内容为空,无法生成有效的提交信息。请提供具体的代码变更内容以便生成合适的提交信息。
This commit is contained in:
@@ -119,7 +119,19 @@ const routes: RouteRecordRaw[] = [
|
||||
title: '系统设置',
|
||||
icon: 'SettingOutlined',
|
||||
permissions: ['system:read'],
|
||||
layout: 'main' // 添加布局信息
|
||||
layout: 'main'
|
||||
}
|
||||
},
|
||||
{
|
||||
path: '/system/logs',
|
||||
name: 'SystemLogs',
|
||||
component: () => import('@/pages/system/logs.vue'),
|
||||
meta: {
|
||||
requiresAuth: true,
|
||||
title: '系统日志',
|
||||
icon: 'FileTextOutlined',
|
||||
permissions: ['system:read'],
|
||||
layout: 'main'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user