zhoushihao
2025-11-16 1bc6b15f62a2f8cfb5d2e523c8da021de325fdc5
UI-Project/src/views/StockBasicData/stockBasicDatatwo.vue
@@ -74,7 +74,7 @@
  }  
};   
let socket = null;
const socketUrl = `ws://${WebSocketHost}:${host}/api/cacheGlass/api/talk/cacheGlass`;
const socketUrl = `ws://${window.ipConfig.serverUrl}/api/cacheGlass/api/talk/cacheGlass`;
const handleMessage = (data) => {
  tableData.value = data.EdgTasks2[0]
};