UI-Project/src/views/hollow/hollowequipmenttwo.vue
@@ -607,7 +607,7 @@ // }) let socket = null; const socketUrl = `ws://${WebSocketHost}:${host}/api/hollowGlass/api/talk/HollowGlassTwo`; const socketUrl = `ws://${window.ipConfig.serverUrl}/api/hollowGlass/api/talk/HollowGlassTwo`; const currentPage = ref(parseInt(window.localStorage.getItem('currentPage')) || 1); watch(() => currentPage.value, (newVal) => { window.localStorage.setItem('currentPage', newVal);