From 1a4493f0dd1a81d4fd021f48e47f7f3dc351dd33 Mon Sep 17 00:00:00 2001
From: 黄何裕 <1053952480@qq.com>
Date: 星期三, 17 七月 2024 16:30:20 +0800
Subject: [PATCH] 修改考核结果细明野米安

---
 src/api/platform/monitor.js |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/src/api/platform/monitor.js b/src/api/platform/monitor.js
index d3f6317..b2f006f 100644
--- a/src/api/platform/monitor.js
+++ b/src/api/platform/monitor.js
@@ -9,6 +9,22 @@
   })
 }
 
+// 鏌ヨ璁惧璧勪骇缁熻鏁�
+export function videoCount(type) {
+  return request({
+    url: '/system/monitor/getVideoCount/' + type,
+    method: 'get'
+  })
+}
+
+// 鏌ヨ寮傚父鎭㈠璁惧璧勪骇缁熻鏁�
+export function recoveryException() {
+  return request({
+    url: '/system/monitor/recoveryException',
+    method: 'get'
+  })
+}
+
 // 鏌ヨ璁惧璧勪骇璇︾粏
 export function getMonitor(id) {
   return request({

--
Gitblit v1.8.0