feat: oss config

This commit is contained in:
dap
2024-09-18 15:19:37 +08:00
parent 64218084bb
commit ad342810e3
7 changed files with 374 additions and 4 deletions

View File

@@ -33,6 +33,30 @@ const profileRoute: RouteRecordStringComponent[] = [
},
],
},
{
component: 'BasicLayout',
meta: {
hideChildrenInMenu: true,
hideInMenu: true,
title: 'oss配置',
},
name: 'OssConfig',
path: '/',
redirect: '/system/oss-config',
children: [
{
component: '/system/oss-config/index',
meta: {
activePath: '/system/oss',
icon: 'mingcute:profile-line',
keepAlive: true,
title: 'oss配置',
},
name: 'OssConfigIndex',
path: '/system/oss-config',
},
],
},
];
/**