|
|
@@ -1,730 +1,743 @@
|
|
|
/** 静态菜单 */
|
|
|
const __STATIC_ROUTES__ = [
|
|
|
- {
|
|
|
- redirect: undefined,
|
|
|
- path: '/dashboard',
|
|
|
- component: 'PLAIN_LAYOUT',
|
|
|
- // component: 'LAYOUT',
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/dashboard/sealedgoaf',
|
|
|
- component: '/dashboard/SealedGoaf',
|
|
|
- meta: {
|
|
|
- keepAlive: true,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: '',
|
|
|
- componentName: 'SealedGoaf',
|
|
|
- title: '采空区首页',
|
|
|
- },
|
|
|
- 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',
|
|
|
- // },
|
|
|
- ],
|
|
|
+ {
|
|
|
+ redirect: undefined,
|
|
|
+ path: '/dashboard',
|
|
|
+ component: 'PLAIN_LAYOUT',
|
|
|
+ // component: 'LAYOUT',
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/dashboard/sealedgoaf',
|
|
|
+ component: '/dashboard/SealedGoaf',
|
|
|
meta: {
|
|
|
- keepAlive: false,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: 'ant-design:home-outlined',
|
|
|
- componentName: 'index',
|
|
|
- title: '主页',
|
|
|
- hideMenu: true,
|
|
|
- hideBreadcrumb: true,
|
|
|
- hideTab: true
|
|
|
+ keepAlive: true,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: '',
|
|
|
+ componentName: 'SealedGoaf',
|
|
|
+ title: '采空区首页',
|
|
|
},
|
|
|
- name: 'dashboard',
|
|
|
+ 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,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: 'ant-design:home-outlined',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '主页',
|
|
|
+ hideMenu: true,
|
|
|
+ hideBreadcrumb: true,
|
|
|
+ hideTab: true
|
|
|
},
|
|
|
- {
|
|
|
- redirect: undefined,
|
|
|
- path: '/basicinfo',
|
|
|
- component: 'LAYOUT',
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/basicinfo/mines-info',
|
|
|
- component: 'dashboard/basicInfo/minesInfo',
|
|
|
- meta: {
|
|
|
- keepAlive: true,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: '',
|
|
|
- componentName: 'index',
|
|
|
- title: '矿山信息',
|
|
|
- },
|
|
|
- name: 'basicinfo-mines-info',
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/basicinfo/access-statistics',
|
|
|
- component: 'dashboard/basicInfo/accessStatistics',
|
|
|
- meta: {
|
|
|
- keepAlive: true,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: '',
|
|
|
- componentName: 'index',
|
|
|
- title: '接入统计',
|
|
|
- },
|
|
|
- name: 'basicinfo-access-statistics',
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/basicinfo/data-quality',
|
|
|
- component: 'dashboard/basicInfo/dataQuality',
|
|
|
- meta: {
|
|
|
- keepAlive: true,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: '',
|
|
|
- componentName: 'index',
|
|
|
- title: '数据质量',
|
|
|
- },
|
|
|
- name: 'basicinfo-data-quality',
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/basicinfo/closed-statistics',
|
|
|
- component: 'dashboard/basicInfo/closedStatistics',
|
|
|
- meta: {
|
|
|
- keepAlive: true,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: '',
|
|
|
- componentName: 'index',
|
|
|
- title: '密闭统计',
|
|
|
- },
|
|
|
- name: 'basicinfo-closed-statistics',
|
|
|
- },
|
|
|
- ],
|
|
|
+ name: 'dashboard',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ redirect: undefined,
|
|
|
+ path: '/basicinfo',
|
|
|
+ component: 'LAYOUT',
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/basicinfo/mines-info',
|
|
|
+ component: 'dashboard/basicInfo/minesInfo',
|
|
|
meta: {
|
|
|
- keepAlive: false,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: 'menu-info|svg',
|
|
|
- componentName: 'index',
|
|
|
- title: '矿山基础信息',
|
|
|
+ keepAlive: true,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: '',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '矿山信息',
|
|
|
},
|
|
|
- name: 'basicInfo',
|
|
|
+ name: 'basicinfo-mines-info',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/basicinfo/access-statistics',
|
|
|
+ component: 'dashboard/basicInfo/accessStatistics',
|
|
|
+ meta: {
|
|
|
+ keepAlive: true,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: '',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '接入统计',
|
|
|
+ },
|
|
|
+ name: 'basicinfo-access-statistics',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/basicinfo/data-quality',
|
|
|
+ component: 'dashboard/basicInfo/dataQuality',
|
|
|
+ meta: {
|
|
|
+ keepAlive: true,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: '',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '数据质量',
|
|
|
+ },
|
|
|
+ name: 'basicinfo-data-quality',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/basicinfo/closed-statistics',
|
|
|
+ component: 'dashboard/basicInfo/closedStatistics',
|
|
|
+ meta: {
|
|
|
+ keepAlive: true,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: '',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '密闭统计',
|
|
|
+ },
|
|
|
+ name: 'basicinfo-closed-statistics',
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ meta: {
|
|
|
+ keepAlive: false,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: 'menu-info|svg',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '矿山基础信息',
|
|
|
},
|
|
|
- {
|
|
|
- redirect: undefined,
|
|
|
- path: '/sealed',
|
|
|
- component: 'LAYOUT',
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/sealed/${id}',
|
|
|
- component: '/monitor/sealedMonitor/index',
|
|
|
- meta: {
|
|
|
- keepAlive: true,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: '',
|
|
|
- componentName: 'index',
|
|
|
- title: '${departName}',
|
|
|
- hideMenu: true
|
|
|
- // orderNo: '${departOrder}',
|
|
|
- },
|
|
|
- name: 'sealed-${id}',
|
|
|
- }
|
|
|
- ],
|
|
|
+ name: 'basicInfo',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ redirect: undefined,
|
|
|
+ path: '/sealed',
|
|
|
+ component: 'LAYOUT',
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/sealed/${id}',
|
|
|
+ component: '/monitor/sealedMonitor/index',
|
|
|
meta: {
|
|
|
- keepAlive: false,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: 'menu-analysis|svg',
|
|
|
- componentName: 'index',
|
|
|
- title: '密闭监测',
|
|
|
- generation: true,
|
|
|
+ keepAlive: true,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: '',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '${departName}',
|
|
|
+ hideMenu: true
|
|
|
+ // orderNo: '${departOrder}',
|
|
|
},
|
|
|
- name: 'sealed',
|
|
|
+ name: 'sealed-${id}',
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ meta: {
|
|
|
+ keepAlive: false,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: 'menu-analysis|svg',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '密闭监测',
|
|
|
+ generation: true,
|
|
|
},
|
|
|
- {
|
|
|
- redirect: undefined,
|
|
|
- path: '/warning-analysis',
|
|
|
- component: 'LAYOUT',
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/warning-analysis/air-leak-status',
|
|
|
- component: '/analysis/warningAnalysis/airLeakStatus/index',
|
|
|
- meta: {
|
|
|
- keepAlive: true,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: '',
|
|
|
- componentName: 'index',
|
|
|
- title: '密闭漏风状态判定',
|
|
|
- },
|
|
|
- name: 'airLeakStatus',
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/warning-analysis/pressure-diff-analysis',
|
|
|
- component: '/analysis/warningAnalysis/pressureDiffAnalysis/index',
|
|
|
- meta: {
|
|
|
- keepAlive: true,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: '',
|
|
|
- componentName: 'index',
|
|
|
- title: '内外压差变化风险分析',
|
|
|
- },
|
|
|
- name: 'pressureDiffAnalysis',
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/warningAnalysis/autoFire-analysis',
|
|
|
- component: '/analysis/warningAnalysis/autoFireAnalysis/index',
|
|
|
- meta: {
|
|
|
- keepAlive: true,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: '',
|
|
|
- componentName: 'index',
|
|
|
- title: '自然发火隐患分级',
|
|
|
- },
|
|
|
- name: 'warningAnalysis-autoFire-analysis',
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/warningAnalysis/fireArea-judge',
|
|
|
- component: '/analysis/warningAnalysis/fireAreaJudgeAnalysis/index',
|
|
|
- meta: {
|
|
|
- keepAlive: true,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: '',
|
|
|
- componentName: 'index',
|
|
|
- title: '火区密闭启封判定',
|
|
|
- },
|
|
|
- name: 'warningAnalysis-fireArea-judge',
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/warningAnalysis/sealRisk-judge',
|
|
|
- component: '/analysis/warningAnalysis/sealRiskJudgeAnalysis/index',
|
|
|
- meta: {
|
|
|
- keepAlive: true,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: '',
|
|
|
- componentName: 'index',
|
|
|
- title: '密闭爆炸危险性判定',
|
|
|
- },
|
|
|
- name: 'warningAnalysis-sealRisk-judge',
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/warningAnalysis/overlimit-alarm',
|
|
|
- component: '/analysis/warningAnalysis/overlimitAlarm/index',
|
|
|
- meta: {
|
|
|
- keepAlive: true,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: '',
|
|
|
- componentName: 'index',
|
|
|
- title: '超限报警',
|
|
|
- },
|
|
|
- name: 'warningAnalysis-overlimit-alarm',
|
|
|
- },
|
|
|
- ],
|
|
|
+ name: 'sealed',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ redirect: undefined,
|
|
|
+ path: '/warning-analysis',
|
|
|
+ component: 'LAYOUT',
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/warning-analysis/air-leak-status',
|
|
|
+ component: '/analysis/warningAnalysis/airLeakStatus/index',
|
|
|
+ meta: {
|
|
|
+ keepAlive: true,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: '',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '密闭漏风状态判定',
|
|
|
+ },
|
|
|
+ name: 'airLeakStatus',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/warning-analysis/pressure-diff-analysis',
|
|
|
+ component: '/analysis/warningAnalysis/pressureDiffAnalysis/index',
|
|
|
+ meta: {
|
|
|
+ keepAlive: true,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: '',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '内外压差变化风险分析',
|
|
|
+ },
|
|
|
+ name: 'pressureDiffAnalysis',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/warningAnalysis/autoFire-analysis',
|
|
|
+ component: '/analysis/warningAnalysis/autoFireAnalysis/index',
|
|
|
+ meta: {
|
|
|
+ keepAlive: true,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: '',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '自然发火隐患分级',
|
|
|
+ },
|
|
|
+ name: 'warningAnalysis-autoFire-analysis',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/warningAnalysis/fireArea-judge',
|
|
|
+ component: '/analysis/warningAnalysis/fireAreaJudgeAnalysis/index',
|
|
|
+ meta: {
|
|
|
+ keepAlive: true,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: '',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '火区密闭启封判定',
|
|
|
+ },
|
|
|
+ name: 'warningAnalysis-fireArea-judge',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/warningAnalysis/sealRisk-judge',
|
|
|
+ component: '/analysis/warningAnalysis/sealRiskJudgeAnalysis/index',
|
|
|
+ meta: {
|
|
|
+ keepAlive: true,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: '',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '密闭爆炸危险性判定',
|
|
|
+ },
|
|
|
+ name: 'warningAnalysis-sealRisk-judge',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/warningAnalysis/overlimit-alarm',
|
|
|
+ component: '/analysis/warningAnalysis/overlimitAlarm/index',
|
|
|
meta: {
|
|
|
- keepAlive: false,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: 'menu-warning|svg',
|
|
|
- componentName: 'index',
|
|
|
- title: '预警分析',
|
|
|
+ keepAlive: true,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: '',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '超限报警',
|
|
|
},
|
|
|
- name: 'warningAnalysis',
|
|
|
+ name: 'warningAnalysis-overlimit-alarm',
|
|
|
+ },
|
|
|
+
|
|
|
+ ],
|
|
|
+ meta: {
|
|
|
+ keepAlive: false,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: 'menu-warning|svg',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '预警分析',
|
|
|
},
|
|
|
- {
|
|
|
- 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',
|
|
|
- },
|
|
|
- ],
|
|
|
+ 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',
|
|
|
meta: {
|
|
|
- keepAlive: false,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: 'menu-smart|svg',
|
|
|
- componentName: 'index',
|
|
|
- title: '智能分析',
|
|
|
+ keepAlive: true,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: '',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '关联分析',
|
|
|
},
|
|
|
- name: 'smartAnalysis',
|
|
|
+ name: 'warningAnalysis-connect',
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ meta: {
|
|
|
+ keepAlive: false,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: 'menu-smart|svg',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '智能分析',
|
|
|
},
|
|
|
- {
|
|
|
- redirect: undefined,
|
|
|
- path: '/manage',
|
|
|
- component: 'LAYOUT',
|
|
|
- children: [
|
|
|
- {
|
|
|
- path: '/manage/map',
|
|
|
- component: '/demo/table/Basic',
|
|
|
- meta: {
|
|
|
- keepAlive: true,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: '',
|
|
|
- componentName: 'index',
|
|
|
- title: '地图管理',
|
|
|
- },
|
|
|
- name: 'association',
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/manage/model',
|
|
|
- component: '/system/algorithm/index',
|
|
|
- meta: {
|
|
|
- keepAlive: true,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: '',
|
|
|
- componentName: 'index',
|
|
|
- title: '模型管理',
|
|
|
- },
|
|
|
- name: 'association',
|
|
|
- },
|
|
|
- ],
|
|
|
+ name: 'smartAnalysis',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ redirect: undefined,
|
|
|
+ path: '/manage',
|
|
|
+ component: 'LAYOUT',
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: '/manage/map',
|
|
|
+ component: '/demo/table/Basic',
|
|
|
+ meta: {
|
|
|
+ keepAlive: true,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: '',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '地图管理',
|
|
|
+ },
|
|
|
+ name: 'association',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/manage/model',
|
|
|
+ component: '/system/algorithm/index',
|
|
|
meta: {
|
|
|
- keepAlive: false,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: 'menu-model|svg',
|
|
|
- componentName: 'index',
|
|
|
- title: '模型与地图管理',
|
|
|
+ keepAlive: true,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: '',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '模型管理',
|
|
|
},
|
|
|
- name: 'manage',
|
|
|
+ name: 'association',
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ meta: {
|
|
|
+ keepAlive: false,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: 'menu-model|svg',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '模型与地图管理',
|
|
|
},
|
|
|
- {
|
|
|
- redirect: undefined,
|
|
|
- path: '/system',
|
|
|
- component: 'LAYOUT',
|
|
|
- children: [
|
|
|
- // {
|
|
|
- // path: '/system/menu',
|
|
|
- // component: 'system/menu/index',
|
|
|
- // meta: {
|
|
|
- // keepAlive: false,
|
|
|
- // internalOrExternal: false,
|
|
|
- // icon: '',
|
|
|
- // componentName: 'index',
|
|
|
- // title: '系统菜单',
|
|
|
- // },
|
|
|
- // name: 'system-menu',
|
|
|
- // },
|
|
|
- {
|
|
|
- path: '/system/user',
|
|
|
- component: 'system/user/index',
|
|
|
- meta: {
|
|
|
- keepAlive: true,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: '',
|
|
|
- componentName: 'index',
|
|
|
- title: '系统用户',
|
|
|
- },
|
|
|
- name: 'system-user',
|
|
|
- },
|
|
|
- // {
|
|
|
- // path: '/system/home-config',
|
|
|
- // component: 'system/homeConfig/index',
|
|
|
- // meta: {
|
|
|
- // keepAlive: false,
|
|
|
- // internalOrExternal: false,
|
|
|
- // icon: '',
|
|
|
- // componentName: 'index',
|
|
|
- // title: '首页配置',
|
|
|
- // },
|
|
|
- // name: 'system-home-config',
|
|
|
- // },
|
|
|
- {
|
|
|
- path: '/system/role',
|
|
|
- component: 'system/role/index',
|
|
|
- meta: {
|
|
|
- keepAlive: true,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: '',
|
|
|
- componentName: 'index',
|
|
|
- title: '系统角色',
|
|
|
- },
|
|
|
- name: 'system-role',
|
|
|
- },
|
|
|
- {
|
|
|
- path: '/system/dict',
|
|
|
- component: 'system/dict/index',
|
|
|
- meta: {
|
|
|
- keepAlive: false,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: '',
|
|
|
- componentName: 'index',
|
|
|
- title: '数据字典',
|
|
|
- },
|
|
|
- name: 'system-dict',
|
|
|
- },
|
|
|
- // {
|
|
|
- // path: '/system/depart',
|
|
|
- // component: 'system/depart/index',
|
|
|
- // meta: {
|
|
|
- // keepAlive: false,
|
|
|
- // internalOrExternal: false,
|
|
|
- // icon: '',
|
|
|
- // componentName: 'index',
|
|
|
- // title: '部门管理',
|
|
|
- // },
|
|
|
- // name: 'system-depart',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/system/tenant',
|
|
|
- // component: 'system/tenant/index',
|
|
|
- // meta: {
|
|
|
- // keepAlive: false,
|
|
|
- // internalOrExternal: false,
|
|
|
- // icon: '',
|
|
|
- // componentName: 'index',
|
|
|
- // title: '多租户管理',
|
|
|
- // },
|
|
|
- // name: 'system-tenant',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/tenant/TenantDefaultPack',
|
|
|
- // component: 'system/tenant/pack/TenantDefaultPackList',
|
|
|
- // meta: {
|
|
|
- // keepAlive: false,
|
|
|
- // internalOrExternal: false,
|
|
|
- // icon: '',
|
|
|
- // componentName: 'TenantDefaultPackList',
|
|
|
- // title: '租户默认套餐',
|
|
|
- // },
|
|
|
- // name: 'tenant-TenantDefaultPack',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/system/position',
|
|
|
- // component: 'system/position/index',
|
|
|
- // meta: {
|
|
|
- // keepAlive: false,
|
|
|
- // internalOrExternal: false,
|
|
|
- // icon: '',
|
|
|
- // componentName: 'index',
|
|
|
- // title: '职务级别',
|
|
|
- // },
|
|
|
- // name: 'system-position',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/system/category',
|
|
|
- // component: 'system/category/index',
|
|
|
- // meta: {
|
|
|
- // keepAlive: false,
|
|
|
- // internalOrExternal: false,
|
|
|
- // icon: '',
|
|
|
- // componentName: 'index',
|
|
|
- // title: '分类字典',
|
|
|
- // },
|
|
|
- // name: 'system-category',
|
|
|
- // },
|
|
|
- {
|
|
|
- path: '/system/notice',
|
|
|
- component: 'system/notice/index',
|
|
|
- meta: {
|
|
|
- keepAlive: false,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: '',
|
|
|
- componentName: 'index',
|
|
|
- title: '通知公告',
|
|
|
- },
|
|
|
- name: 'system-notice',
|
|
|
- },
|
|
|
- // {
|
|
|
- // path: '/system/depart-user',
|
|
|
- // component: 'system/departUser/index',
|
|
|
- // meta: {
|
|
|
- // keepAlive: false,
|
|
|
- // internalOrExternal: false,
|
|
|
- // icon: '',
|
|
|
- // componentName: 'index',
|
|
|
- // title: '我的部门',
|
|
|
- // },
|
|
|
- // name: 'system-depart-user',
|
|
|
- // },
|
|
|
- {
|
|
|
- path: '/system/usersetting',
|
|
|
- component: 'system/usersetting/UserSetting',
|
|
|
- meta: {
|
|
|
- hideMenu: true,
|
|
|
- keepAlive: false,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: '',
|
|
|
- componentName: 'UserSetting',
|
|
|
- title: '用户设置',
|
|
|
- },
|
|
|
- name: 'system-usersetting',
|
|
|
- },
|
|
|
- // {
|
|
|
- // path: '/monitor/datalog',
|
|
|
- // component: 'monitor/datalog/index',
|
|
|
- // meta: {
|
|
|
- // keepAlive: false,
|
|
|
- // internalOrExternal: false,
|
|
|
- // icon: '',
|
|
|
- // componentName: 'index',
|
|
|
- // title: '数据日志',
|
|
|
- // },
|
|
|
- // name: 'monitor-datalog',
|
|
|
- // },
|
|
|
- {
|
|
|
- path: '/monitor/log',
|
|
|
- component: 'monitor/log/index',
|
|
|
- meta: {
|
|
|
- keepAlive: false,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: '',
|
|
|
- componentName: 'index',
|
|
|
- title: '日志管理',
|
|
|
- },
|
|
|
- name: 'monitor-log',
|
|
|
- },
|
|
|
- // {
|
|
|
- // path: '/third/app',
|
|
|
- // component: 'system/appconfig/ThirdAppConfigList',
|
|
|
- // meta: {
|
|
|
- // keepAlive: false,
|
|
|
- // internalOrExternal: false,
|
|
|
- // icon: '',
|
|
|
- // componentName: 'ThirdAppConfigList',
|
|
|
- // title: '第三方配置',
|
|
|
- // },
|
|
|
- // name: 'third-app',
|
|
|
- // },
|
|
|
- {
|
|
|
- path: '/system/configurable',
|
|
|
- component: 'system/configurable/index',
|
|
|
- meta: {
|
|
|
- keepAlive: false,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: '',
|
|
|
- componentName: 'index',
|
|
|
- title: '可配置模块管理',
|
|
|
- },
|
|
|
- name: 'configurable-manage',
|
|
|
- },
|
|
|
- ],
|
|
|
+ name: 'manage',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ redirect: undefined,
|
|
|
+ path: '/system',
|
|
|
+ component: 'LAYOUT',
|
|
|
+ children: [
|
|
|
+ // {
|
|
|
+ // path: '/system/menu',
|
|
|
+ // component: 'system/menu/index',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: 'index',
|
|
|
+ // title: '系统菜单',
|
|
|
+ // },
|
|
|
+ // name: 'system-menu',
|
|
|
+ // },
|
|
|
+ {
|
|
|
+ path: '/system/user',
|
|
|
+ component: 'system/user/index',
|
|
|
+ meta: {
|
|
|
+ keepAlive: true,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: '',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '系统用户',
|
|
|
+ },
|
|
|
+ name: 'system-user',
|
|
|
+ },
|
|
|
+ // {
|
|
|
+ // path: '/system/home-config',
|
|
|
+ // component: 'system/homeConfig/index',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: 'index',
|
|
|
+ // title: '首页配置',
|
|
|
+ // },
|
|
|
+ // name: 'system-home-config',
|
|
|
+ // },
|
|
|
+ {
|
|
|
+ path: '/system/role',
|
|
|
+ component: 'system/role/index',
|
|
|
+ meta: {
|
|
|
+ keepAlive: true,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: '',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '系统角色',
|
|
|
+ },
|
|
|
+ name: 'system-role',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/system/dict',
|
|
|
+ component: 'system/dict/index',
|
|
|
+ meta: {
|
|
|
+ keepAlive: false,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: '',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '数据字典',
|
|
|
+ },
|
|
|
+ name: 'system-dict',
|
|
|
+ },
|
|
|
+ // {
|
|
|
+ // path: '/system/depart',
|
|
|
+ // component: 'system/depart/index',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: 'index',
|
|
|
+ // title: '部门管理',
|
|
|
+ // },
|
|
|
+ // name: 'system-depart',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/system/tenant',
|
|
|
+ // component: 'system/tenant/index',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: 'index',
|
|
|
+ // title: '多租户管理',
|
|
|
+ // },
|
|
|
+ // name: 'system-tenant',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/tenant/TenantDefaultPack',
|
|
|
+ // component: 'system/tenant/pack/TenantDefaultPackList',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: 'TenantDefaultPackList',
|
|
|
+ // title: '租户默认套餐',
|
|
|
+ // },
|
|
|
+ // name: 'tenant-TenantDefaultPack',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/system/position',
|
|
|
+ // component: 'system/position/index',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: 'index',
|
|
|
+ // title: '职务级别',
|
|
|
+ // },
|
|
|
+ // name: 'system-position',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/system/category',
|
|
|
+ // component: 'system/category/index',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: 'index',
|
|
|
+ // title: '分类字典',
|
|
|
+ // },
|
|
|
+ // name: 'system-category',
|
|
|
+ // },
|
|
|
+ {
|
|
|
+ path: '/system/notice',
|
|
|
+ component: 'system/notice/index',
|
|
|
+ meta: {
|
|
|
+ keepAlive: false,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: '',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '通知公告',
|
|
|
+ },
|
|
|
+ name: 'system-notice',
|
|
|
+ },
|
|
|
+ // {
|
|
|
+ // path: '/system/depart-user',
|
|
|
+ // component: 'system/departUser/index',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: 'index',
|
|
|
+ // title: '我的部门',
|
|
|
+ // },
|
|
|
+ // name: 'system-depart-user',
|
|
|
+ // },
|
|
|
+ {
|
|
|
+ path: '/system/usersetting',
|
|
|
+ component: 'system/usersetting/UserSetting',
|
|
|
+ meta: {
|
|
|
+ hideMenu: true,
|
|
|
+ keepAlive: false,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: '',
|
|
|
+ componentName: 'UserSetting',
|
|
|
+ title: '用户设置',
|
|
|
+ },
|
|
|
+ name: 'system-usersetting',
|
|
|
+ },
|
|
|
+ // {
|
|
|
+ // path: '/monitor/datalog',
|
|
|
+ // component: 'monitor/datalog/index',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: 'index',
|
|
|
+ // title: '数据日志',
|
|
|
+ // },
|
|
|
+ // name: 'monitor-datalog',
|
|
|
+ // },
|
|
|
+ {
|
|
|
+ path: '/monitor/log',
|
|
|
+ component: 'monitor/log/index',
|
|
|
+ meta: {
|
|
|
+ keepAlive: false,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: '',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '日志管理',
|
|
|
+ },
|
|
|
+ name: 'monitor-log',
|
|
|
+ },
|
|
|
+ // {
|
|
|
+ // path: '/third/app',
|
|
|
+ // component: 'system/appconfig/ThirdAppConfigList',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: 'ThirdAppConfigList',
|
|
|
+ // title: '第三方配置',
|
|
|
+ // },
|
|
|
+ // name: 'third-app',
|
|
|
+ // },
|
|
|
+ {
|
|
|
+ path: '/system/configurable',
|
|
|
+ component: 'system/configurable/index',
|
|
|
meta: {
|
|
|
- keepAlive: false,
|
|
|
- internalOrExternal: false,
|
|
|
- icon: 'menu-manage|svg',
|
|
|
- componentName: 'index',
|
|
|
- title: '系统管理',
|
|
|
+ keepAlive: false,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: '',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '可配置模块管理',
|
|
|
},
|
|
|
- name: 'isystem',
|
|
|
+ name: 'configurable-manage',
|
|
|
+ },
|
|
|
+ ],
|
|
|
+ meta: {
|
|
|
+ keepAlive: false,
|
|
|
+ internalOrExternal: false,
|
|
|
+ icon: 'menu-manage|svg',
|
|
|
+ componentName: 'index',
|
|
|
+ title: '系统管理',
|
|
|
},
|
|
|
- // {
|
|
|
- // redirect: undefined,
|
|
|
- // path: '/monitor',
|
|
|
- // component: 'LAYOUT',
|
|
|
- // children: [
|
|
|
- // {
|
|
|
- // path: '/monitor/route',
|
|
|
- // component: 'monitor/route/index',
|
|
|
- // meta: {
|
|
|
- // keepAlive: false,
|
|
|
- // internalOrExternal: false,
|
|
|
- // icon: '',
|
|
|
- // componentName: 'index',
|
|
|
- // title: '网关路由',
|
|
|
- // },
|
|
|
- // name: 'monitor-route',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/monitor/quartz',
|
|
|
- // component: 'monitor/quartz/index',
|
|
|
- // meta: {
|
|
|
- // keepAlive: false,
|
|
|
- // internalOrExternal: false,
|
|
|
- // icon: '',
|
|
|
- // componentName: 'index',
|
|
|
- // title: '定时任务',
|
|
|
- // },
|
|
|
- // name: 'monitor-quartz',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/monitor/datasource',
|
|
|
- // component: 'monitor/datasource/index',
|
|
|
- // meta: {
|
|
|
- // keepAlive: false,
|
|
|
- // internalOrExternal: false,
|
|
|
- // icon: '',
|
|
|
- // componentName: 'index',
|
|
|
- // title: '数据源管理',
|
|
|
- // },
|
|
|
- // name: 'monitor-datasource',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/monitor/datalog',
|
|
|
- // component: 'monitor/datalog/index',
|
|
|
- // meta: {
|
|
|
- // keepAlive: false,
|
|
|
- // internalOrExternal: false,
|
|
|
- // icon: '',
|
|
|
- // componentName: 'index',
|
|
|
- // title: '数据日志',
|
|
|
- // },
|
|
|
- // name: 'monitor-datalog',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/monitor/log',
|
|
|
- // component: 'monitor/log/index',
|
|
|
- // meta: {
|
|
|
- // keepAlive: false,
|
|
|
- // internalOrExternal: false,
|
|
|
- // icon: '',
|
|
|
- // componentName: 'index',
|
|
|
- // title: '日志管理',
|
|
|
- // },
|
|
|
- // name: 'monitor-log',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/monitor/druid',
|
|
|
- // component: "{{ window._CONFIG['domianURL'] }}/druid",
|
|
|
- // meta: {
|
|
|
- // keepAlive: false,
|
|
|
- // internalOrExternal: true,
|
|
|
- // icon: '',
|
|
|
- // componentName: 'druid',
|
|
|
- // title: 'SQL监控',
|
|
|
- // },
|
|
|
- // name: 'monitor-druid',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/monitor/server',
|
|
|
- // component: 'monitor/server/index',
|
|
|
- // meta: {
|
|
|
- // keepAlive: false,
|
|
|
- // internalOrExternal: false,
|
|
|
- // icon: '',
|
|
|
- // componentName: 'index',
|
|
|
- // title: '性能监控',
|
|
|
- // },
|
|
|
- // name: 'monitor-server',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/monitor/redis',
|
|
|
- // component: 'monitor/redis/index',
|
|
|
- // meta: {
|
|
|
- // keepAlive: false,
|
|
|
- // internalOrExternal: false,
|
|
|
- // icon: '',
|
|
|
- // componentName: 'index',
|
|
|
- // title: 'Redis监控',
|
|
|
- // },
|
|
|
- // name: 'monitor-redis',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/monitor/trace',
|
|
|
- // component: 'monitor/trace/index',
|
|
|
- // meta: {
|
|
|
- // keepAlive: false,
|
|
|
- // internalOrExternal: false,
|
|
|
- // icon: '',
|
|
|
- // componentName: 'index',
|
|
|
- // title: '请求追踪',
|
|
|
- // },
|
|
|
- // name: 'monitor-trace',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/system/onlineuser',
|
|
|
- // component: 'system/onlineuser/OnlineUserList',
|
|
|
- // meta: {
|
|
|
- // keepAlive: false,
|
|
|
- // internalOrExternal: false,
|
|
|
- // icon: '',
|
|
|
- // componentName: 'OnlineUserList',
|
|
|
- // title: '在线用户',
|
|
|
- // },
|
|
|
- // name: 'system-onlineuser',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/openapi',
|
|
|
- // component: 'layouts/RouteView',
|
|
|
- // children: [
|
|
|
- // {
|
|
|
- // path: '/openapi/openApiAuthList',
|
|
|
- // component: 'openapi/OpenApiAuthList',
|
|
|
- // meta: {
|
|
|
- // keepAlive: false,
|
|
|
- // internalOrExternal: false,
|
|
|
- // componentName: 'OpenApiAuthList',
|
|
|
- // title: '授权管理',
|
|
|
- // },
|
|
|
- // name: 'openapi-openApiAuthList',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/openapi/openApiList',
|
|
|
- // component: 'openapi/OpenApiList',
|
|
|
- // meta: {
|
|
|
- // keepAlive: false,
|
|
|
- // internalOrExternal: false,
|
|
|
- // componentName: 'OpenApiList',
|
|
|
- // title: '接口管理',
|
|
|
- // },
|
|
|
- // name: 'openapi-openApiList',
|
|
|
- // },
|
|
|
- // {
|
|
|
- // path: '/openapi/SwaggerUI',
|
|
|
- // component: 'openapi/SwaggerUI',
|
|
|
- // meta: {
|
|
|
- // keepAlive: false,
|
|
|
- // internalOrExternal: false,
|
|
|
- // componentName: 'SwaggerUI',
|
|
|
- // title: '接口文档',
|
|
|
- // },
|
|
|
- // name: 'openapi-SwaggerUI',
|
|
|
- // },
|
|
|
- // ],
|
|
|
- // meta: {
|
|
|
- // keepAlive: false,
|
|
|
- // internalOrExternal: false,
|
|
|
- // icon: '',
|
|
|
- // componentName: 'RouteView',
|
|
|
- // title: 'OpenAPI',
|
|
|
- // },
|
|
|
- // name: 'openapi',
|
|
|
- // },
|
|
|
- // ],
|
|
|
- // meta: {
|
|
|
- // keepAlive: false,
|
|
|
- // internalOrExternal: false,
|
|
|
- // icon: '',
|
|
|
- // componentName: 'index',
|
|
|
- // title: '系统监控',
|
|
|
- // },
|
|
|
- // name: 'monitor',
|
|
|
- // },
|
|
|
+ name: 'isystem',
|
|
|
+ },
|
|
|
+ // {
|
|
|
+ // redirect: undefined,
|
|
|
+ // path: '/monitor',
|
|
|
+ // component: 'LAYOUT',
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // path: '/monitor/route',
|
|
|
+ // component: 'monitor/route/index',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: 'index',
|
|
|
+ // title: '网关路由',
|
|
|
+ // },
|
|
|
+ // name: 'monitor-route',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/monitor/quartz',
|
|
|
+ // component: 'monitor/quartz/index',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: 'index',
|
|
|
+ // title: '定时任务',
|
|
|
+ // },
|
|
|
+ // name: 'monitor-quartz',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/monitor/datasource',
|
|
|
+ // component: 'monitor/datasource/index',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: 'index',
|
|
|
+ // title: '数据源管理',
|
|
|
+ // },
|
|
|
+ // name: 'monitor-datasource',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/monitor/datalog',
|
|
|
+ // component: 'monitor/datalog/index',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: 'index',
|
|
|
+ // title: '数据日志',
|
|
|
+ // },
|
|
|
+ // name: 'monitor-datalog',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/monitor/log',
|
|
|
+ // component: 'monitor/log/index',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: 'index',
|
|
|
+ // title: '日志管理',
|
|
|
+ // },
|
|
|
+ // name: 'monitor-log',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/monitor/druid',
|
|
|
+ // component: "{{ window._CONFIG['domianURL'] }}/druid",
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: true,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: 'druid',
|
|
|
+ // title: 'SQL监控',
|
|
|
+ // },
|
|
|
+ // name: 'monitor-druid',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/monitor/server',
|
|
|
+ // component: 'monitor/server/index',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: 'index',
|
|
|
+ // title: '性能监控',
|
|
|
+ // },
|
|
|
+ // name: 'monitor-server',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/monitor/redis',
|
|
|
+ // component: 'monitor/redis/index',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: 'index',
|
|
|
+ // title: 'Redis监控',
|
|
|
+ // },
|
|
|
+ // name: 'monitor-redis',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/monitor/trace',
|
|
|
+ // component: 'monitor/trace/index',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: 'index',
|
|
|
+ // title: '请求追踪',
|
|
|
+ // },
|
|
|
+ // name: 'monitor-trace',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/system/onlineuser',
|
|
|
+ // component: 'system/onlineuser/OnlineUserList',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: 'OnlineUserList',
|
|
|
+ // title: '在线用户',
|
|
|
+ // },
|
|
|
+ // name: 'system-onlineuser',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/openapi',
|
|
|
+ // component: 'layouts/RouteView',
|
|
|
+ // children: [
|
|
|
+ // {
|
|
|
+ // path: '/openapi/openApiAuthList',
|
|
|
+ // component: 'openapi/OpenApiAuthList',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // componentName: 'OpenApiAuthList',
|
|
|
+ // title: '授权管理',
|
|
|
+ // },
|
|
|
+ // name: 'openapi-openApiAuthList',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/openapi/openApiList',
|
|
|
+ // component: 'openapi/OpenApiList',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // componentName: 'OpenApiList',
|
|
|
+ // title: '接口管理',
|
|
|
+ // },
|
|
|
+ // name: 'openapi-openApiList',
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // path: '/openapi/SwaggerUI',
|
|
|
+ // component: 'openapi/SwaggerUI',
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // componentName: 'SwaggerUI',
|
|
|
+ // title: '接口文档',
|
|
|
+ // },
|
|
|
+ // name: 'openapi-SwaggerUI',
|
|
|
+ // },
|
|
|
+ // ],
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: 'RouteView',
|
|
|
+ // title: 'OpenAPI',
|
|
|
+ // },
|
|
|
+ // name: 'openapi',
|
|
|
+ // },
|
|
|
+ // ],
|
|
|
+ // meta: {
|
|
|
+ // keepAlive: false,
|
|
|
+ // internalOrExternal: false,
|
|
|
+ // icon: '',
|
|
|
+ // componentName: 'index',
|
|
|
+ // title: '系统监控',
|
|
|
+ // },
|
|
|
+ // name: 'monitor',
|
|
|
+ // },
|
|
|
]
|