From 9caf7c886e9e9b7a535eb564c9a1395db07a0b4c Mon Sep 17 00:00:00 2001 From: 肖洋 <cathay_xy@163.com> Date: 星期日, 05 一月 2025 10:57:32 +0800 Subject: [PATCH] 更新生产环境的基础URL,优化设备名称匹配逻辑,删除不再使用的文件 --- Code Management/WCS/WIDESEAWCS_Client/src/views/Devicestatus/Craftlibrary/Staticlibrary.vue | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/Code Management/WCS/WIDESEAWCS_Client/src/views/Devicestatus/Craftlibrary/Staticlibrary.vue b/Code Management/WCS/WIDESEAWCS_Client/src/views/Devicestatus/Craftlibrary/Staticlibrary.vue index f6b7a83..61d0435 100644 --- a/Code Management/WCS/WIDESEAWCS_Client/src/views/Devicestatus/Craftlibrary/Staticlibrary.vue +++ b/Code Management/WCS/WIDESEAWCS_Client/src/views/Devicestatus/Craftlibrary/Staticlibrary.vue @@ -29,6 +29,7 @@ // 鐩戝惉璁惧鏁版嵁鍙樺寲 onMounted(() => { eventBus.on('locationData', eventData => { + console.log(eventData) if (eventData.deviceName === "闈欑疆杈撻�佺嚎") { if (devices.length <= 0) { @@ -66,10 +67,6 @@ } } } - // if (eventData.deviceName == "闄堝寲1鍙峰爢鍨涙満") { - // StackerOne.deviceName = eventData.deviceName; - // StackerOne.data = eventData.data - // } }) }); </script> -- Gitblit v1.9.3