|
@@ -0,0 +1,591 @@
|
|
|
|
|
+/** 静态菜单 */
|
|
|
|
|
+const __STATIC_ROUTES__ = [
|
|
|
|
|
+ {
|
|
|
|
|
+ redirect: undefined,
|
|
|
|
|
+ path: '/dashboard',
|
|
|
|
|
+ component: 'layouts/default/index',
|
|
|
|
|
+ children: [
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '/dashboard/sealedGoafIndex',
|
|
|
|
|
+ component: 'dashboard/SealedGoaf',
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ keepAlive: true,
|
|
|
|
|
+ internalOrExternal: false,
|
|
|
|
|
+ icon: '',
|
|
|
|
|
+ componentName: 'sealedGoafIndex',
|
|
|
|
|
+ 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',
|
|
|
|
|
+ },
|
|
|
|
|
+ ],
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ keepAlive: false,
|
|
|
|
|
+ internalOrExternal: false,
|
|
|
|
|
+ icon: '',
|
|
|
|
|
+ componentName: 'index',
|
|
|
|
|
+ title: '主页',
|
|
|
|
|
+ },
|
|
|
|
|
+ name: 'dashboard',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ redirect: undefined,
|
|
|
|
|
+ path: '/basicInfo',
|
|
|
|
|
+ component: 'layouts/default/index',
|
|
|
|
|
+ children: [
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '/basicInfo/minesInfo',
|
|
|
|
|
+ component: 'dashboard/basicInfo/minesInfo',
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ keepAlive: true,
|
|
|
|
|
+ internalOrExternal: false,
|
|
|
|
|
+ icon: '',
|
|
|
|
|
+ componentName: 'index',
|
|
|
|
|
+ title: '矿山信息',
|
|
|
|
|
+ },
|
|
|
|
|
+ name: 'basicInfo-minesInfoIndex',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '/basicInfo/accessStatistics',
|
|
|
|
|
+ component: 'dashboard/basicInfo/accessStatistics',
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ keepAlive: true,
|
|
|
|
|
+ internalOrExternal: false,
|
|
|
|
|
+ icon: '',
|
|
|
|
|
+ componentName: 'index',
|
|
|
|
|
+ title: '接入统计',
|
|
|
|
|
+ },
|
|
|
|
|
+ name: 'basicInfo-accessStatisticsIndex',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '/basicInfo/dataQuality',
|
|
|
|
|
+ component: 'dashboard/basicInfo/dataQuality',
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ keepAlive: true,
|
|
|
|
|
+ internalOrExternal: false,
|
|
|
|
|
+ icon: '',
|
|
|
|
|
+ componentName: 'index',
|
|
|
|
|
+ title: '数据质量',
|
|
|
|
|
+ },
|
|
|
|
|
+ name: 'basicInfo-dataQualityIndex',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '/basicInfo/closedStatistics',
|
|
|
|
|
+ component: 'dashboard/basicInfo/closedStatistics',
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ keepAlive: true,
|
|
|
|
|
+ internalOrExternal: false,
|
|
|
|
|
+ icon: '',
|
|
|
|
|
+ componentName: 'index',
|
|
|
|
|
+ title: '密闭统计',
|
|
|
|
|
+ },
|
|
|
|
|
+ name: 'basicInfo-closedStatisticsIndex',
|
|
|
|
|
+ },
|
|
|
|
|
+ ],
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ keepAlive: false,
|
|
|
|
|
+ internalOrExternal: false,
|
|
|
|
|
+ icon: '',
|
|
|
|
|
+ componentName: 'index',
|
|
|
|
|
+ title: '矿山基础信息',
|
|
|
|
|
+ },
|
|
|
|
|
+ name: 'basicInfo',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ redirect: undefined,
|
|
|
|
|
+ path: '/sealedMonitoring',
|
|
|
|
|
+ component: 'layouts/default/index',
|
|
|
|
|
+ children: [
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '${id}',
|
|
|
|
|
+ component: '/dashboard/sealedMonitoring/realtimeData/index',
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ keepAlive: true,
|
|
|
|
|
+ internalOrExternal: false,
|
|
|
|
|
+ icon: '',
|
|
|
|
|
+ componentName: 'index',
|
|
|
|
|
+ title: '${departName}',
|
|
|
|
|
+ hideMenu: true
|
|
|
|
|
+ // orderNo: '${departOrder}',
|
|
|
|
|
+ },
|
|
|
|
|
+ name: '${id}',
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ keepAlive: false,
|
|
|
|
|
+ internalOrExternal: false,
|
|
|
|
|
+ icon: '',
|
|
|
|
|
+ componentName: 'index',
|
|
|
|
|
+ title: '密闭监测',
|
|
|
|
|
+ generation: true,
|
|
|
|
|
+ },
|
|
|
|
|
+ name: 'sealedMonitoring',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ redirect: undefined,
|
|
|
|
|
+ path: '/warningAnalysis',
|
|
|
|
|
+ component: 'layouts/default/index',
|
|
|
|
|
+ children: [],
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ keepAlive: false,
|
|
|
|
|
+ internalOrExternal: false,
|
|
|
|
|
+ icon: '',
|
|
|
|
|
+ componentName: 'index',
|
|
|
|
|
+ title: '预警分析',
|
|
|
|
|
+ },
|
|
|
|
|
+ name: 'warningAnalysis',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ redirect: undefined,
|
|
|
|
|
+ path: '/smartAnalysis',
|
|
|
|
|
+ component: 'layouts/default/index',
|
|
|
|
|
+ children: [],
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ keepAlive: false,
|
|
|
|
|
+ internalOrExternal: false,
|
|
|
|
|
+ icon: '',
|
|
|
|
|
+ componentName: 'index',
|
|
|
|
|
+ title: '智能分析',
|
|
|
|
|
+ },
|
|
|
|
|
+ name: 'smartAnalysis',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ redirect: undefined,
|
|
|
|
|
+ path: '/3dManage',
|
|
|
|
|
+ component: 'layouts/default/index',
|
|
|
|
|
+ children: [],
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ keepAlive: false,
|
|
|
|
|
+ internalOrExternal: false,
|
|
|
|
|
+ icon: '',
|
|
|
|
|
+ componentName: 'index',
|
|
|
|
|
+ title: '模型管理',
|
|
|
|
|
+ },
|
|
|
|
|
+ name: '3dManage',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ redirect: undefined,
|
|
|
|
|
+ path: '/isystem',
|
|
|
|
|
+ component: 'layouts/default/index',
|
|
|
|
|
+ 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/homeConfig',
|
|
|
|
|
+ component: 'system/homeConfig/index',
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ keepAlive: false,
|
|
|
|
|
+ internalOrExternal: false,
|
|
|
|
|
+ icon: '',
|
|
|
|
|
+ componentName: 'index',
|
|
|
|
|
+ title: '首页配置',
|
|
|
|
|
+ },
|
|
|
|
|
+ name: 'system-homeConfig',
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ 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: '/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: '',
|
|
|
|
|
+ componentName: 'index',
|
|
|
|
|
+ title: '系统管理',
|
|
|
|
|
+ },
|
|
|
|
|
+ name: 'isystem',
|
|
|
|
|
+ },
|
|
|
|
|
+ // {
|
|
|
|
|
+ // redirect: undefined,
|
|
|
|
|
+ // path: '/monitor',
|
|
|
|
|
+ // component: 'layouts/default/index',
|
|
|
|
|
+ // 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',
|
|
|
|
|
+ // },
|
|
|
|
|
+]
|