feat: 完善接口19-顶部通知铃铛与站内通知中心
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m5s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m5s
This commit is contained in:
@@ -20,7 +20,8 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
name: 'Notifications',
|
||||
component: RoutesAlias.Home,
|
||||
meta: {
|
||||
title: '通知中心'
|
||||
title: '通知中心',
|
||||
isHide: true
|
||||
},
|
||||
children: [
|
||||
{
|
||||
@@ -30,6 +31,29 @@ export const asyncRoutes: AppRouteRecord[] = [
|
||||
meta: {
|
||||
title: '通知中心',
|
||||
permissions: [NOTIFICATION_PERMISSIONS.page],
|
||||
keepAlive: true,
|
||||
isHide: true,
|
||||
isHideTab: true
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
// 临期资产
|
||||
{
|
||||
path: '/operations',
|
||||
name: 'Operations',
|
||||
component: RoutesAlias.Home,
|
||||
meta: {
|
||||
title: '运营管理'
|
||||
},
|
||||
children: [
|
||||
{
|
||||
path: 'expiring-assets',
|
||||
name: 'ExpiringAssets',
|
||||
component: RoutesAlias.ExpiringAssets,
|
||||
meta: {
|
||||
title: '临期资产',
|
||||
keepAlive: true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user