diff --git a/public/img/process/loading.png b/public/img/process/loading.png new file mode 100644 index 0000000..71380b1 Binary files /dev/null and b/public/img/process/loading.png differ diff --git a/public/img/process/no.png b/public/img/process/no.png new file mode 100644 index 0000000..d654487 Binary files /dev/null and b/public/img/process/no.png differ diff --git a/public/img/process/node1.png b/public/img/process/node1.png new file mode 100644 index 0000000..cbfc072 Binary files /dev/null and b/public/img/process/node1.png differ diff --git a/public/img/process/node2.png b/public/img/process/node2.png new file mode 100644 index 0000000..216f659 Binary files /dev/null and b/public/img/process/node2.png differ diff --git a/public/img/process/node3.png b/public/img/process/node3.png new file mode 100644 index 0000000..1251794 Binary files /dev/null and b/public/img/process/node3.png differ diff --git a/public/img/process/node4.png b/public/img/process/node4.png new file mode 100644 index 0000000..f6d4019 Binary files /dev/null and b/public/img/process/node4.png differ diff --git a/public/img/process/node5.png b/public/img/process/node5.png new file mode 100644 index 0000000..62bb4b7 Binary files /dev/null and b/public/img/process/node5.png differ diff --git a/public/img/process/serch.png b/public/img/process/serch.png new file mode 100644 index 0000000..86bd0c8 Binary files /dev/null and b/public/img/process/serch.png differ diff --git a/public/img/process/yes.png b/public/img/process/yes.png new file mode 100644 index 0000000..6bfcb31 Binary files /dev/null and b/public/img/process/yes.png differ diff --git a/src/page/index/sidebar/opsSidebar.vue b/src/page/index/sidebar/opsSidebar.vue index 098af36..44e010c 100644 --- a/src/page/index/sidebar/opsSidebar.vue +++ b/src/page/index/sidebar/opsSidebar.vue @@ -31,7 +31,7 @@ 业务数据运维 - 服务监控 + 服务监控 Redis监控 数据库监控 网络监控 diff --git a/src/router/views/index.js b/src/router/views/index.js index 61bd781..2279955 100644 --- a/src/router/views/index.js +++ b/src/router/views/index.js @@ -244,4 +244,26 @@ export default [{ import( /* webpackChunkName: "views" */ '@/views/system/systemSetting') }] }, +{ + path: '/opsVisualization', + component: Layout, + redirect: '/opsVisualization/index', + children: [{ + path: 'index', + name: 'index', + meta: { + i18n: 'dashboard' + }, + component: () => + import( /* webpackChunkName: "views" */ '@/views/opsVisualization/index') + }, { + path: 'alarmProcess', + name: 'alarmProcess', + meta: { + i18n: 'dashboard' + }, + component: () => + import( /* webpackChunkName: "views" */ '@/views/opsVisualization/alarmProcess') + }] +}, ] diff --git a/src/views/opsVisualization/alarmProcess.vue b/src/views/opsVisualization/alarmProcess.vue new file mode 100644 index 0000000..5f2c544 --- /dev/null +++ b/src/views/opsVisualization/alarmProcess.vue @@ -0,0 +1,423 @@ + + + + 报警节点示意图 + + + 示例: + + + 正常 + + + + 报警 + + + + 静默 + + + + + + + 脚本 + + + + + + + + 电子围栏服务 + + + + + + + + 网关 + + + + + + + dtu断联报警 + + dtu + + + + + + + + 电子围栏 + + + + 查看更多报警信息 + + + + + + + 2024-5-17 08:51:12 + + dtu断联报警 + dtu编号:SJK001 + + + 请检查dtu设备 + + + + 2024-5-17 08:51:13 + + 静默 + 设备编号:SHUIBIAO1 + + + 等待重新链接 + + + + + 操作: + 一键重启 + + + + + + + 报警解决方法 + + + 设备位置: + + 园区2号围栏 + + + + 排查方法: + + 1.检查电源是否正常,重新接入或更换电源; + 2.检查是否过载,重新调整系统负载或更换更高性能的设备; + 3.检查温度是否过高,采取措施降低温度,如改变工作环境或更换散热设备; + 4.检查是否受到电磁干扰,采取措施降低干扰,如改变工作环境或更换屏蔽设备。 + + + + + + + + + + \ No newline at end of file diff --git a/src/views/opsVisualization/index.vue b/src/views/opsVisualization/index.vue index 39853b5..67be32d 100644 --- a/src/views/opsVisualization/index.vue +++ b/src/views/opsVisualization/index.vue @@ -3,7 +3,7 @@ - +