zhoushihao
2025-12-17 43d86830f4696c3ba2250a961d26377e1ff6cc32
UI-Project/src/views/hollow/hollowsitwo.vue
@@ -314,7 +314,7 @@
  }
}
let socket = null;
const socketUrl = `ws://${WebSocketHost}:${host}/api/hollowGlass/api/talk/hollowGlassMessage`;
const socketUrl = `ws://${window.ipConfig.serverUrl}/api/hollowGlass/api/talk/hollowGlassMessage`;
const handleMessage = (data) => {
  if(data.bigStorageCageUsageSummary!=null){
    const summaries = data.bigStorageCageUsageSummary[0];