mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat:通知公告功能对接,客户端功能对接
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user