From fa3d0d26b3b37af8761562ab32a31c49b6215c65 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 21 Apr 2025 11:45:29 +0800
Subject: [PATCH] feat:调整统计图文字描述转向

---
 src/hooks/components/DevicePopUpBox.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/hooks/components/DevicePopUpBox.vue b/src/hooks/components/DevicePopUpBox.vue
index d3b769f..0c6df26 100644
--- a/src/hooks/components/DevicePopUpBox.vue
+++ b/src/hooks/components/DevicePopUpBox.vue
@@ -55,7 +55,7 @@
   const areaCode = props.data.region_code;
   dataObj.value.region_name = props.data.region_name;
   const res = await getDeviceInfoNum({ areaCode });
-  console.log('首页地图弹框',res);
+
   
   const resJob = await getTotalJobNum({ areaCode });
   dataObj.value.jobNum = resJob.data.data;

--
Gitblit v1.9.3