From 63ed4be3bfc8cb59f790abc15a4d9d0b2dd11f86 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 02 Apr 2025 18:45:44 +0800
Subject: [PATCH] chore: 依赖更新
---
src/api/home/machineNest.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/api/home/machineNest.js b/src/api/home/machineNest.js
index e683a0f..70bd5d2 100644
--- a/src/api/home/machineNest.js
+++ b/src/api/home/machineNest.js
@@ -1,11 +1,11 @@
import request from '@/axios';
// 机巢统计
-export const getDeviceInfoNum = () => {
+export const getDeviceInfoNum = (params) => {
return request({
url: '/drone-device-core/manage/api/v1/devices/getDeviceInfoNum',
method: 'get',
- params: {},
+ params,
});
};
// 机巢列表
--
Gitblit v1.9.3