|
|
@@ -3,68 +3,69 @@ const __STATIC_ROUTES__ = [
|
|
|
{
|
|
|
redirect: undefined,
|
|
|
path: '/dashboard',
|
|
|
- component: 'layouts/default/index',
|
|
|
+ component: 'PLAIN_LAYOUT',
|
|
|
+ // component: 'LAYOUT',
|
|
|
children: [
|
|
|
{
|
|
|
- path: '/dashboard/sealedGoafIndex',
|
|
|
- component: 'dashboard/SealedGoaf',
|
|
|
+ path: '/dashboard/sealedgoaf',
|
|
|
+ component: '/dashboard/SealedGoaf',
|
|
|
meta: {
|
|
|
keepAlive: true,
|
|
|
internalOrExternal: false,
|
|
|
icon: '',
|
|
|
- componentName: 'sealedGoafIndex',
|
|
|
+ componentName: 'SealedGoaf',
|
|
|
title: '采空区首页',
|
|
|
},
|
|
|
- name: 'dashboard-sealedGoafIndex',
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/dashboard/analysis',
|
|
|
- component: 'dashboard/Analysis',
|
|
|
- meta: {
|
|
|
- keepAlive: true,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: '',
|
|
|
- componentName: 'Analysis',
|
|
|
- title: '首页',
|
|
|
- },
|
|
|
- name: 'dashboard-analysis',
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/portal-view/system',
|
|
|
- component: '1',
|
|
|
- meta: {
|
|
|
- keepAlive: false,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: '',
|
|
|
- componentName: '1',
|
|
|
- title: '主门户',
|
|
|
- },
|
|
|
- name: 'portal-view-system',
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/portal-view/personal',
|
|
|
- component: '1',
|
|
|
- meta: {
|
|
|
- keepAlive: false,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: '',
|
|
|
- componentName: '1',
|
|
|
- title: '个人工作台',
|
|
|
- },
|
|
|
- name: 'portal-view-personal',
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/dashboard/workbench',
|
|
|
- component: 'dashboard/workbench/index',
|
|
|
- meta: {
|
|
|
- keepAlive: false,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: '',
|
|
|
- componentName: 'index',
|
|
|
- title: '工作台',
|
|
|
- },
|
|
|
- name: 'dashboard-workbench',
|
|
|
+ name: 'dashboard-sealedgoaf',
|
|
|
},
|
|
|
+ // {
|
|
|
+ // path: '/dashboard/analysis',
|
|
|
+ // component: 'dashboard/Analysis',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: true,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: 'Analysis',
|
|
|
+ // title: '首页',
|
|
|
+ // },
|
|
|
+ // name: 'dashboard-analysis',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/portal-view/system',
|
|
|
+ // component: '1',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: '1',
|
|
|
+ // title: '主门户',
|
|
|
+ // },
|
|
|
+ // name: 'portal-view-system',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/portal-view/personal',
|
|
|
+ // component: '1',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: '1',
|
|
|
+ // title: '个人工作台',
|
|
|
+ // },
|
|
|
+ // name: 'portal-view-personal',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/dashboard/workbench',
|
|
|
+ // component: 'dashboard/workbench/index',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: 'index',
|
|
|
+ // title: '工作台',
|
|
|
+ // },
|
|
|
+ // name: 'dashboard-workbench',
|
|
|
+ // },
|
|
|
],
|
|
|
meta: {
|
|
|
keepAlive: false,
|
|
|
@@ -72,16 +73,19 @@ const __STATIC_ROUTES__ = [
|
|
|
icon: '',
|
|
|
componentName: 'index',
|
|
|
title: '主页',
|
|
|
+ hideMenu: true,
|
|
|
+ hideBreadcrumb: true,
|
|
|
+ hideTab: true
|
|
|
},
|
|
|
name: 'dashboard',
|
|
|
},
|
|
|
{
|
|
|
redirect: undefined,
|
|
|
- path: '/basicInfo',
|
|
|
- component: 'layouts/default/index',
|
|
|
+ path: '/basicinfo',
|
|
|
+ component: 'LAYOUT',
|
|
|
children: [
|
|
|
{
|
|
|
- path: '/basicInfo/minesInfo',
|
|
|
+ path: '/basicinfo/mines-info',
|
|
|
component: 'dashboard/basicInfo/minesInfo',
|
|
|
meta: {
|
|
|
keepAlive: true,
|
|
|
@@ -90,10 +94,10 @@ const __STATIC_ROUTES__ = [
|
|
|
componentName: 'index',
|
|
|
title: '矿山信息',
|
|
|
},
|
|
|
- name: 'basicInfo-minesInfoIndex',
|
|
|
+ name: 'basicinfo-mines-info',
|
|
|
},
|
|
|
{
|
|
|
- path: '/basicInfo/accessStatistics',
|
|
|
+ path: '/basicinfo/access-statistics',
|
|
|
component: 'dashboard/basicInfo/accessStatistics',
|
|
|
meta: {
|
|
|
keepAlive: true,
|
|
|
@@ -102,10 +106,10 @@ const __STATIC_ROUTES__ = [
|
|
|
componentName: 'index',
|
|
|
title: '接入统计',
|
|
|
},
|
|
|
- name: 'basicInfo-accessStatisticsIndex',
|
|
|
+ name: 'basicinfo-access-statistics',
|
|
|
},
|
|
|
{
|
|
|
- path: '/basicInfo/dataQuality',
|
|
|
+ path: '/basicinfo/data-quality',
|
|
|
component: 'dashboard/basicInfo/dataQuality',
|
|
|
meta: {
|
|
|
keepAlive: true,
|
|
|
@@ -114,10 +118,10 @@ const __STATIC_ROUTES__ = [
|
|
|
componentName: 'index',
|
|
|
title: '数据质量',
|
|
|
},
|
|
|
- name: 'basicInfo-dataQualityIndex',
|
|
|
+ name: 'basicinfo-data-quality',
|
|
|
},
|
|
|
{
|
|
|
- path: '/basicInfo/closedStatistics',
|
|
|
+ path: '/basicinfo/closed-statistics',
|
|
|
component: 'dashboard/basicInfo/closedStatistics',
|
|
|
meta: {
|
|
|
keepAlive: true,
|
|
|
@@ -126,7 +130,7 @@ const __STATIC_ROUTES__ = [
|
|
|
componentName: 'index',
|
|
|
title: '密闭统计',
|
|
|
},
|
|
|
- name: 'basicInfo-closedStatisticsIndex',
|
|
|
+ name: 'basicinfo-closed-statistics',
|
|
|
},
|
|
|
],
|
|
|
meta: {
|
|
|
@@ -140,11 +144,11 @@ const __STATIC_ROUTES__ = [
|
|
|
},
|
|
|
{
|
|
|
redirect: undefined,
|
|
|
- path: '/sealedMonitoring',
|
|
|
- component: 'layouts/default/index',
|
|
|
+ path: '/sealed',
|
|
|
+ component: 'LAYOUT',
|
|
|
children: [
|
|
|
{
|
|
|
- path: '${id}',
|
|
|
+ path: '/sealed/${id}',
|
|
|
component: '/dashboard/sealedMonitoring/realtimeData/index',
|
|
|
meta: {
|
|
|
keepAlive: true,
|
|
|
@@ -155,7 +159,7 @@ const __STATIC_ROUTES__ = [
|
|
|
hideMenu: true
|
|
|
// orderNo: '${departOrder}',
|
|
|
},
|
|
|
- name: '${id}',
|
|
|
+ name: 'sealed-${id}',
|
|
|
}
|
|
|
],
|
|
|
meta: {
|
|
|
@@ -166,12 +170,12 @@ const __STATIC_ROUTES__ = [
|
|
|
title: '密闭监测',
|
|
|
generation: true,
|
|
|
},
|
|
|
- name: 'sealedMonitoring',
|
|
|
+ name: 'sealed',
|
|
|
},
|
|
|
{
|
|
|
redirect: undefined,
|
|
|
path: '/warningAnalysis',
|
|
|
- component: 'layouts/default/index',
|
|
|
+ component: 'LAYOUT',
|
|
|
children: [],
|
|
|
meta: {
|
|
|
keepAlive: false,
|
|
|
@@ -185,7 +189,7 @@ const __STATIC_ROUTES__ = [
|
|
|
{
|
|
|
redirect: undefined,
|
|
|
path: '/smartAnalysis',
|
|
|
- component: 'layouts/default/index',
|
|
|
+ component: 'LAYOUT',
|
|
|
children: [],
|
|
|
meta: {
|
|
|
keepAlive: false,
|
|
|
@@ -199,7 +203,7 @@ const __STATIC_ROUTES__ = [
|
|
|
{
|
|
|
redirect: undefined,
|
|
|
path: '/3dManage',
|
|
|
- component: 'layouts/default/index',
|
|
|
+ component: 'LAYOUT',
|
|
|
children: [],
|
|
|
meta: {
|
|
|
keepAlive: false,
|
|
|
@@ -212,8 +216,8 @@ const __STATIC_ROUTES__ = [
|
|
|
},
|
|
|
{
|
|
|
redirect: undefined,
|
|
|
- path: '/isystem',
|
|
|
- component: 'layouts/default/index',
|
|
|
+ path: '/system',
|
|
|
+ component: 'LAYOUT',
|
|
|
children: [
|
|
|
{
|
|
|
path: '/system/menu',
|
|
|
@@ -409,7 +413,7 @@ const __STATIC_ROUTES__ = [
|
|
|
// {
|
|
|
// redirect: undefined,
|
|
|
// path: '/monitor',
|
|
|
- // component: 'layouts/default/index',
|
|
|
+ // component: 'LAYOUT',
|
|
|
// children: [
|
|
|
// {
|
|
|
// path: '/monitor/route',
|