From d75bfbae0212434d84676ae4d9e4a384ac4384df Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 31 Mar 2025 17:54:28 +0800
Subject: [PATCH] feat: 把== 改成===

---
 src/api/home/index.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/home/index.js b/src/api/home/index.js
index 412182e..318eb8e 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -15,3 +15,11 @@
     method: 'post',
   });
 };
+
+// 巡检任务柱状图数据
+export const getJobNumBar = () => {
+  return request({
+    url: '/drone-device-core/wayline/waylineJobInfo/jobNumBar',
+    method: 'post',
+  });
+};

--
Gitblit v1.9.3