فهرست منبع

fix(WS): sometimes vue was incorrectly detecting a route change

Signed-off-by: Jonathan <theflametrooper@gmail.com>
Jonathan 3 سال پیش
والد
کامیت
0aabd2e75b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      frontend/src/main.js

+ 1 - 1
frontend/src/main.js

@@ -242,7 +242,7 @@ lofig.folder = "../config/default.json";
 			window.stationInterval = 0;
 			window.stationInterval = 0;
 		}
 		}
 
 
-		if (ws.socket) {
+		if (ws.socket && to.fullPath !== from.fullPath) {
 			ws.clearCallbacks();
 			ws.clearCallbacks();
 			ws.destroyListeners();
 			ws.destroyListeners();
 		}
 		}