zhoushihao
2025-12-17 43d86830f4696c3ba2250a961d26377e1ff6cc32
UI-Project/src/views/Slicecage/slicecageTwo.vue
@@ -702,7 +702,7 @@
  }  
}; 
let socket = null;
const socketUrl = `ws://${WebSocketHost}:${host}/api/cacheVerticalGlass/api/talk/slicecage`;
const socketUrl = `ws://${window.ipConfig.serverUrl}/api/cacheVerticalGlass/api/talk/slicecage`;
const handleMessage = (data) => {
  if(data.bigStorageSummary!=null){
    tableDatass.value = data.bigStorageSummary[0]