From c733e02fc3a417e4312f5ac159c357ebca6db730 Mon Sep 17 00:00:00 2001 From: Joe <1712833832@qq.com> Date: Thu, 18 Jan 2024 15:16:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Home/components/RoadAndEvents/utils/buttonEvent.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/utils/buttonEvent.js b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/utils/buttonEvent.js index a5ee86f5..98b10018 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/utils/buttonEvent.js +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/utils/buttonEvent.js @@ -67,12 +67,8 @@ export const eventMap = { if (!data) return; - if (code != 200) return Message.error("行车诱导设备加载失败!"); - cacheRemoveFunc.Driving_Guidance_Remove?.(); - let noneLocation = true; - cacheRemoveFunc.Driving_Guidance_Remove = await setMarkToMap.call( this, item, @@ -84,7 +80,5 @@ export const eventMap = { }; } ); - - if (noneLocation) Message.warning("未能匹配到诱导设备位置!"); }, };