feat:通知公告功能对接,客户端功能对接

This commit is contained in:
AN
2025-04-19 08:19:20 +08:00
parent 8c5ea2ae72
commit 52c08c1946
12 changed files with 1009 additions and 1 deletions

View File

@ -115,6 +115,15 @@ export const generatedRoutes: GeneratedRoute[] = [
order: 1
},
children: [
{
name: 'system_client',
path: '/system/client',
component: 'view.system_client',
meta: {
title: 'system_client',
i18nKey: 'route.system_client'
}
},
{
name: 'system_config',
path: '/system/config',
@ -122,7 +131,18 @@ export const generatedRoutes: GeneratedRoute[] = [
meta: {
title: 'system_config',
i18nKey: 'route.system_config'
}
},
children: [
{
name: 'system_config_notice',
path: '/system/config/notice',
component: 'view.system_config_notice',
meta: {
title: 'system_config_notice',
i18nKey: 'route.system_config_notice'
}
}
]
},
{
name: 'system_dept',
@ -173,6 +193,15 @@ export const generatedRoutes: GeneratedRoute[] = [
order: 3
}
},
{
name: 'system_notice',
path: '/system/notice',
component: 'view.system_notice',
meta: {
title: 'system_notice',
i18nKey: 'route.system_notice'
}
},
{
name: 'system_post',
path: '/system/post',