UI-Project/src/views/Caching/cachingun.vue
@@ -28,7 +28,7 @@ const showModal = ref(false) const blindb = ref(false) let socket = null; const socketUrl = `ws://${WebSocketHost}:${host}/api/cacheGlass/api/talk/cacheGlassTwo`; const socketUrl = `ws://${window.ipConfig.serverUrl}/api/cacheGlass/api/talk/cacheGlassTwo`; const handleMessage = (data) => { // 报警信息 if (data.alarmInfo[0] != null && data.alarmInfo[0].length > 0) {