feat: 对接OSS配置管理

This commit is contained in:
AN
2025-04-27 14:53:55 +08:00
parent 74fcdc4e2c
commit 19fe1b05eb
13 changed files with 738 additions and 7 deletions

View File

@ -211,6 +211,17 @@ export const generatedRoutes: GeneratedRoute[] = [
i18nKey: 'route.system_oss'
}
},
{
name: 'system_oss-config',
path: '/oss-config',
component: 'view.system_oss-config',
meta: {
title: 'system_oss-config',
i18nKey: 'route.system_oss-config',
constant: true,
hideInMenu: true
}
},
{
name: 'system_post',
path: '/system/post',