From bfd3aa99f6f97d7daa9c81f01b349ba50225b523 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期二, 20 八月 2024 11:28:44 +0800
Subject: [PATCH] feat:大屏接口数据展示

---
 src/api/newpage.js |   32 ++++++++++++++++++++++++++++++++
 1 files changed, 32 insertions(+), 0 deletions(-)

diff --git a/src/api/newpage.js b/src/api/newpage.js
index 29a2767..70c4e00 100644
--- a/src/api/newpage.js
+++ b/src/api/newpage.js
@@ -16,6 +16,14 @@
   });
 }
 
+// 宸ュ崟鍦板尯
+export function getWorkOrderRegion() {
+  return request({
+    url: "/dashboard/workOrder/region",
+    method: "get",
+  });
+}
+
 //璁惧姝e父鐜�
 export function getNormalRate(id) {
   return request({
@@ -23,3 +31,27 @@
     method: "get",
   });
 }
+
+//浜鸿劯鑰冩牳鏁版嵁
+export function checkFace(id) {
+  return request({
+    url: "/dashboard/check/face",
+    method: "get",
+  });
+}
+
+// 杞﹁締鑰冩牳鏁版嵁
+export function checkCar(id) {
+  return request({
+    url: "/dashboard/check/car",
+    method: "get",
+  });
+}
+
+// 瑙嗛鑰冩牳鏁版嵁
+export function checkVideo(id) {
+  return request({
+    url: "/dashboard/check/video",
+    method: "get",
+  });
+}

--
Gitblit v1.8.0