|
|
@@ -122,28 +122,28 @@ const __STATIC_ROUTES__ = [
|
|
|
name: 'basicinfo-access-statistics',
|
|
|
},
|
|
|
{
|
|
|
- path: '/basicinfo/data-quality',
|
|
|
- component: 'dashboard/basicInfo/dataQuality',
|
|
|
+ path: '/basicinfo/closed-statistics',
|
|
|
+ component: 'dashboard/basicInfo/closedStatistics',
|
|
|
meta: {
|
|
|
keepAlive: true,
|
|
|
internalOrExternal: false,
|
|
|
icon: '',
|
|
|
componentName: 'index',
|
|
|
- title: '数据质量',
|
|
|
+ title: '密闭统计',
|
|
|
},
|
|
|
- name: 'basicinfo-data-quality',
|
|
|
+ name: 'basicinfo-closed-statistics',
|
|
|
},
|
|
|
{
|
|
|
- path: '/basicinfo/closed-statistics',
|
|
|
- component: 'dashboard/basicInfo/closedStatistics',
|
|
|
+ path: '/basicinfo/data-quality',
|
|
|
+ component: 'dashboard/basicInfo/dataQuality',
|
|
|
meta: {
|
|
|
keepAlive: true,
|
|
|
internalOrExternal: false,
|
|
|
icon: '',
|
|
|
componentName: 'index',
|
|
|
- title: '密闭统计',
|
|
|
+ title: '数据质量问题反馈',
|
|
|
},
|
|
|
- name: 'basicinfo-closed-statistics',
|
|
|
+ name: 'basicinfo-data-quality',
|
|
|
},
|
|
|
{
|
|
|
path: '/basicinfo/problem-report',
|
|
|
@@ -193,7 +193,7 @@ const __STATIC_ROUTES__ = [
|
|
|
internalOrExternal: false,
|
|
|
icon: 'menu-analysis|svg',
|
|
|
componentName: 'index',
|
|
|
- title: '密闭监测',
|
|
|
+ title: '密闭监测预警全览',
|
|
|
generation: true,
|
|
|
},
|
|
|
name: 'sealed',
|
|
|
@@ -295,38 +295,10 @@ const __STATIC_ROUTES__ = [
|
|
|
internalOrExternal: false,
|
|
|
icon: '',
|
|
|
componentName: 'index',
|
|
|
- title: '漏报晚报报警',
|
|
|
+ title: '数据中断分析',
|
|
|
},
|
|
|
name: 'warningAnalysis-report-analysis',
|
|
|
},
|
|
|
-
|
|
|
- ],
|
|
|
- meta: {
|
|
|
- keepAlive: false,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: 'menu-warning|svg',
|
|
|
- componentName: 'index',
|
|
|
- title: '预警分析',
|
|
|
- },
|
|
|
- name: 'warningAnalysis',
|
|
|
- },
|
|
|
- {
|
|
|
- redirect: undefined,
|
|
|
- path: '/smart-analysis',
|
|
|
- component: 'LAYOUT',
|
|
|
- children: [
|
|
|
- // {
|
|
|
- // path: '/smart-analysis/association',
|
|
|
- // component: '/demo/table/Basic',
|
|
|
- // meta: {
|
|
|
- // keepAlive: true,
|
|
|
- // internalOrExternal: false,
|
|
|
- // icon: '',
|
|
|
- // componentName: 'index',
|
|
|
- // title: '关联分析',
|
|
|
- // },
|
|
|
- // name: 'association',
|
|
|
- // },
|
|
|
{
|
|
|
path: '/warningAnalysis/connectAnalysis',
|
|
|
component: '/analysis/warningAnalysis/connectAnalysis/index',
|
|
|
@@ -343,12 +315,39 @@ const __STATIC_ROUTES__ = [
|
|
|
meta: {
|
|
|
keepAlive: false,
|
|
|
internalOrExternal: false,
|
|
|
- icon: 'menu-smart|svg',
|
|
|
+ icon: 'menu-warning|svg',
|
|
|
componentName: 'index',
|
|
|
- title: '智能分析',
|
|
|
+ title: '预警研判',
|
|
|
},
|
|
|
- name: 'smartAnalysis',
|
|
|
+ name: 'warningAnalysis',
|
|
|
},
|
|
|
+ // {
|
|
|
+ // redirect: undefined,
|
|
|
+ // path: '/smart-analysis',
|
|
|
+ // component: 'LAYOUT',
|
|
|
+ // children: [
|
|
|
+ // // {
|
|
|
+ // // path: '/smart-analysis/association',
|
|
|
+ // // component: '/demo/table/Basic',
|
|
|
+ // // meta: {
|
|
|
+ // // keepAlive: true,
|
|
|
+ // // internalOrExternal: false,
|
|
|
+ // // icon: '',
|
|
|
+ // // componentName: 'index',
|
|
|
+ // // title: '关联分析',
|
|
|
+ // // },
|
|
|
+ // // name: 'association',
|
|
|
+ // // },
|
|
|
+ // ],
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: 'menu-smart|svg',
|
|
|
+ // componentName: 'index',
|
|
|
+ // title: '智能分析',
|
|
|
+ // },
|
|
|
+ // name: 'smartAnalysis',
|
|
|
+ // },
|
|
|
{
|
|
|
redirect: undefined,
|
|
|
path: '/manage',
|