| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806 |
- /** 静态菜单 */
- 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/sealedgoaf',
- // component: '/dashboard/SealedGoafMine',
- // meta: {
- // keepAlive: true,
- // internalOrExternal: false,
- // icon: '',
- // componentName: 'SealedGoafMine',
- // title: '老空区永久密闭首页',
- // },
- // name: 'dashboard-sealedgoaf-mine',
- // },
- // {
- // 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
- },
- name: 'dashboard',
- },
- {
- 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/closed-statistics',
- component: 'dashboard/basicInfo/closedStatistics',
- meta: {
- keepAlive: true,
- internalOrExternal: false,
- icon: '',
- componentName: 'index',
- title: '密闭统计',
- },
- name: 'basicinfo-closed-statistics',
- },
- {
- path: '/basicinfo/data-quality',
- component: 'dashboard/basicInfo/dataQuality',
- meta: {
- keepAlive: true,
- internalOrExternal: false,
- icon: '',
- componentName: 'index',
- title: '数据质量问题反馈',
- },
- name: 'basicinfo-data-quality',
- },
- {
- path: '/basicinfo/problem-report',
- component: 'dashboard/basicInfo/problemReport',
- meta: {
- keepAlive: true,
- internalOrExternal: false,
- icon: '',
- componentName: 'index',
- title: '密闭墙问题反馈',
- },
- name: 'basicinfo-problem-report',
- },
- ],
- meta: {
- keepAlive: false,
- internalOrExternal: false,
- icon: 'menu-info|svg',
- componentName: 'index',
- title: '矿山基础信息',
- },
- name: 'basicInfo',
- },
- {
- redirect: undefined,
- path: '/sealed',
- component: '/monitor/sealedMonitor/index',
- children: [
- {
- path: '/sealed/${id}',
- component: '/monitor/sealedMonitor/index',
- meta: {
- keepAlive: true,
- internalOrExternal: false,
- icon: '',
- componentName: 'index',
- title: '${departName}',
- hideMenu: true,
- generation: false,
- // orderNo: '${departOrder}',
- },
- name: 'sealed-${id}',
- }
- ],
- meta: {
- keepAlive: false,
- internalOrExternal: false,
- icon: 'menu-analysis|svg',
- componentName: 'index',
- title: '密闭监测',
- generation: true,
- },
- 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/autoFireOut-analysis',
- component: '/analysis/warningAnalysis/autoFireOutAnalysis/index',
- meta: {
- keepAlive: true,
- internalOrExternal: false,
- icon: '',
- componentName: 'index',
- title: '闭外自然发火隐患分级',
- },
- name: 'warningAnalysis-autoFireOut-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',
- },
- {
- path: '/warningAnalysis/report-analysis',
- component: '/analysis/warningAnalysis/reportAnalysis/index',
- meta: {
- keepAlive: true,
- internalOrExternal: false,
- icon: '',
- componentName: 'index',
- title: '漏报晚报报警',
- },
- name: 'warningAnalysis-report-analysis',
- },
- {
- path: '/warningAnalysis/connectAnalysis',
- component: '/analysis/warningAnalysis/connectAnalysis/index',
- meta: {
- keepAlive: true,
- internalOrExternal: false,
- icon: '',
- componentName: 'index',
- title: '关联分析',
- },
- name: 'warningAnalysis-connect',
- },
- ],
- 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',
- // // },
- // ],
- // meta: {
- // keepAlive: false,
- // internalOrExternal: false,
- // icon: 'menu-smart|svg',
- // componentName: 'index',
- // title: '智能分析',
- // },
- // name: 'smartAnalysis',
- // },
- {
- redirect: undefined,
- path: '/manage',
- component: 'LAYOUT',
- children: [
- {
- path: '/manage/map',
- component: '/system/cadFile/index',
- meta: {
- keepAlive: true,
- internalOrExternal: false,
- icon: '',
- componentName: 'index',
- title: '地图管理',
- // hideMenu: true,
- },
- name: 'cadFile',
- },
- {
- path: '/manage/mapView',
- component: '/system/cadFile/mapView/index',
- meta: {
- keepAlive: true,
- internalOrExternal: false,
- icon: '',
- componentName: 'index',
- title: '图纸布点',
- hideMenu: true,
- },
- name: 'cadFile-mapView',
- },
- {
- path: '/manage/model',
- component: '/system/algorithm/index',
- meta: {
- keepAlive: true,
- internalOrExternal: false,
- icon: '',
- componentName: 'index',
- title: '预警模型管理',
- },
- name: 'association',
- },
- ],
- meta: {
- keepAlive: false,
- internalOrExternal: false,
- icon: 'menu-model|svg',
- componentName: 'index',
- title: '模型与地图管理',
- },
- 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: '',
- componentName: 'index',
- title: '可配置模块管理',
- },
- name: 'configurable-manage',
- },
- ],
- meta: {
- keepAlive: false,
- internalOrExternal: false,
- icon: 'menu-manage|svg',
- componentName: 'index',
- title: '系统管理',
- },
- 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',
- // },
- ]
|