|
|
@@ -143,7 +143,7 @@ const fullRoutes: AppRouteRecordRaw[] = [
|
|
|
component: '/page-config/PageSceneList',
|
|
|
meta: {
|
|
|
icon: '',
|
|
|
- title: '场景布局列表(菜单不可见)'
|
|
|
+ title: '场景布局列表'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
@@ -153,7 +153,7 @@ const fullRoutes: AppRouteRecordRaw[] = [
|
|
|
component: '/page-config/ConfigEdit',
|
|
|
meta: {
|
|
|
icon: '',
|
|
|
- title: '场景布局配置(菜单不可见)'
|
|
|
+ title: '场景布局配置'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
@@ -173,7 +173,7 @@ const fullRoutes: AppRouteRecordRaw[] = [
|
|
|
component: '/page-config/PageCameraList',
|
|
|
meta: {
|
|
|
icon: '',
|
|
|
- title: '相机布局列表(菜单不可见)',
|
|
|
+ title: '相机布局列表',
|
|
|
}
|
|
|
},
|
|
|
{
|
|
|
@@ -183,7 +183,7 @@ const fullRoutes: AppRouteRecordRaw[] = [
|
|
|
component: '/map-config/mini-map/MiniMapConfig',
|
|
|
meta: {
|
|
|
icon: '',
|
|
|
- title: '相机布局配置(菜单不可见)',
|
|
|
+ title: '相机布局配置',
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
@@ -309,7 +309,7 @@ const fullRoutes: AppRouteRecordRaw[] = [
|
|
|
component: '/message/reportmessage/ReportOperation',
|
|
|
meta: {
|
|
|
icon: '',
|
|
|
- title: '报表推送配置(菜单不可见)'
|
|
|
+ title: '报表推送配置'
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
@@ -329,7 +329,7 @@ const fullRoutes: AppRouteRecordRaw[] = [
|
|
|
component: '/message/alarm-config/AlarmConfig',
|
|
|
meta: {
|
|
|
icon: '',
|
|
|
- title: '报警推送配置(菜单不可见)',
|
|
|
+ title: '报警推送配置',
|
|
|
},
|
|
|
},
|
|
|
{
|
|
|
@@ -349,7 +349,7 @@ const fullRoutes: AppRouteRecordRaw[] = [
|
|
|
component: '/message/sysnotion-config/SysnotionConfig',
|
|
|
meta: {
|
|
|
icon: '',
|
|
|
- title: '系统通知配置(菜单不可见)',
|
|
|
+ title: '系统通知配置',
|
|
|
},
|
|
|
},
|
|
|
{
|