This commit is contained in:
gtz
2024-02-27 15:52:28 +08:00
parent 1c4ce804ff
commit 9cdd255947
24 changed files with 131 additions and 1 deletions

View File

@@ -5,7 +5,8 @@ export default function useWebsocket(store, path) {
connectPath(store, path);
}
const url = "ws://192.168.1.101:8082/QbMonitoring/websocket";
// const url = "ws://192.168.1.101:8082/QbMonitoring/websocket";
const url = "ws://192.168.0.254:8082/QbMonitoring/websocket";
function connectPath(store, path) {
new Client(
{