forked from drone/command-center-dashboard

张含笑
2025-04-19 e2ef7cd7f503697fc67ca53a020f8e295165c362
feat: 去除打印
1 files modified
2 ■■■ changed files
src/hooks/components/DevicePopUpBox.vue 2 ●●● patch | view | raw | blame | history
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;