From e4cb19bbc3cced5ba3b98d83bee00949534b8d6d Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Wed, 21 May 2025 18:48:10 +0800
Subject: [PATCH] fix: 登陆不了的bug
---
src/api/home/index.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/api/home/index.js b/src/api/home/index.js
index db81b10..0d38d66 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -66,12 +66,13 @@
};
// 待办事项
-export const getdaiban = type => {
+export const getdaiban = (type,areaCode) => {
return request({
url: '/drone-device-core/jobEvent/getOrderOrEventFive',
method: 'get',
params: {
type,
+ areaCode
},
});
};
\ No newline at end of file
--
Gitblit v1.9.3