This commit is contained in:
IoT Manager
2024-08-24 23:05:58 +02:00
parent ceb9b82ab1
commit 032e55d30c

View File

@@ -542,7 +542,7 @@ class WebSocketManager {
//формируем json всех карточек
this.pages = [];
const newPage = Array.from(new Set(Array.from(this.layoutJson, ({ page }) => page)));
newPage.forEach(function (item, i, arr) {
newPage.forEach((item, i, arr) => {
this.pages = [
...this.pages,
JSON.parse(