1
This commit is contained in:
@@ -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(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user