From 36d676c2f13aba8d83504286dedb3ee7c8577d0e Mon Sep 17 00:00:00 2001 From: zhangzhang <1747194829@qq.com> Date: Fri, 26 Apr 2024 22:09:54 +0800 Subject: [PATCH] 1 --- .../pages/Home/components/RoadAndEvents/utils/httpList.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/utils/httpList.js b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/utils/httpList.js index d533ffde..de2673c8 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/utils/httpList.js +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/utils/httpList.js @@ -205,7 +205,6 @@ const DeviceTypeMap = { 14: "光线在线监测", */ export function getDeviceList(deviceType, options) { - console.log("++++++++++++", options); return new Promise((resolve, reject) => { if (!deviceType) { Message.error(`${DeviceTypeMap[deviceType]}设备加载失败!`);