From 43bd3dd61d08d3ae8b14ce6535d0442627d8725c Mon Sep 17 00:00:00 2001 From: 野心家 <1051256694@qq.com> Date: 星期日, 20 四月 2025 09:03:37 +0800 Subject: [PATCH] 初始化 --- src/main/webapp/static/js/console.map.js | 172 ++++++++++++++------------------------------------------ 1 files changed, 44 insertions(+), 128 deletions(-) diff --git a/src/main/webapp/static/js/console.map.js b/src/main/webapp/static/js/console.map.js index d2db3e4..4a8e667 100644 --- a/src/main/webapp/static/js/console.map.js +++ b/src/main/webapp/static/js/console.map.js @@ -1,5 +1,5 @@ mapInfo = { - "mapName": "TZHTWCS", + "mapName": "YCLKWCS", "rackCount": 8, "crnCount": 2, "stbCount": 8, @@ -11,86 +11,50 @@ "id": "rack8", "top": 371, "left": 179, - "width": 950, + "width": 1400, "height": 20, - "minBayNo": 2, - "maxBayNo": 39 + "minBayNo": 1, + "maxBayNo": 34 }, { "type": "rack", "id": "rack6", "top": 302, "left": 179, - "width": 950, + "width": 1400, "height": 20, - "minBayNo": 2, - "maxBayNo": 39 + "minBayNo": 1, + "maxBayNo": 34 }, { "type": "rack", "id": "rack7", "top": 350, "left": 179, - "width": 950, + "width": 1400, "height": 20, - "minBayNo": 2, - "maxBayNo": 39 + "minBayNo": 1, + "maxBayNo": 34 }, { "type": "rack", "id": "rack5", "top": 281, "left": 179, - "width": 950, + "width": 1400, "height": 20, - "minBayNo": 2, - "maxBayNo": 39 - }, { - "type": "rack", - "id": "rack4", - "top": 257, - "left": 179, - "width": 950, - "height": 20, - "minBayNo": 2, - "maxBayNo": 39 - }, { - "type": "rack", - "id": "rack3", - "top": 236, - "left": 179, - "width": 950, - "height": 20, - "minBayNo": 2, - "maxBayNo": 39 - }, { - "type": "rack", - "id": "rack2", - "top": 185, - "left": 179, - "width": 950, - "height": 20, - "minBayNo": 2, - "maxBayNo": 39 - }, { - "type": "rack", - "id": "rack1", - "top": 164, - "left": 179, - "width": 950, - "height": 20, - "minBayNo": 2, - "maxBayNo": 39 + "minBayNo": 1, + "maxBayNo": 34 }], "rackDescs": [{ "type": "rackDescs", "id": "lb_desc1", - "text": "#1", - "top": 136, + "text": "#4", + "top": 250, "left": 203, "width": 30, "height": 23 }, { "type": "rackDescs", "id": "lb_desc16", - "text": "#8", + "text": "#1", "top": 395, "left": 203, "width": 33, @@ -100,33 +64,17 @@ "type": "crane", "id": "crn-1", "text": "1", - "top": 209, - "left": 929, - "width": 93, - "height": 22 - }, { - "type": "crane", - "id": "crn-2", - "text": "2", "top": 325, "left": 929, "width": 93, "height": 22 - }, { + },{ "type": "track", "id": "lb_track1", "text": "", - "top": 219, - "left": 142, - "width": 1035, - "height": 2 - }, { - "type": "track", - "id": "lb_track2", - "text": "", "top": 335, - "left": 142, - "width": 1035, + "left": 169, + "width": 1420, "height": 2 }], "areas": [{ @@ -147,68 +95,36 @@ "height": 438, "stns": [{ "type": "stn", - "id": "site-102", - "text": "102", - "top": 238, - "left": 1232, - "width": 100, - "height": 18 - }, { - "type": "stn", - "id": "site-107", - "text": "107", - "top": 352, - "left": 1131, - "width": 100, - "height": 18 - }, { - "type": "stn", - "id": "site-106", - "text": "106", - "top": 352, - "left": 1232, - "width": 100, - "height": 18 - }, { - "type": "stn", - "id": "site-006", - "text": "105", - "top": 304, - "left": 1131, - "width": 100, - "height": 18 - }, { - "type": "stn", - "id": "site-104", - "text": "104", - "top": 304, - "left": 1232, - "width": 100, - "height": 18 - }, { - "type": "stn", - "id": "site-103", - "text": "103", - "top": 238, - "left": 1131, - "width": 100, - "height": 18 - }, { - "type": "stn", "id": "site-101", "text": "101", - "top": 187, - "left": 1131, - "width": 100, - "height": 18 - }, { + "top": 356, + "left": 838, + "width": 41, + "height": 40 + },{ "type": "stn", "id": "site-100", "text": "100", - "top": 187, - "left": 1232, - "width": 100, - "height": 18 + "top": 397, + "left": 838, + "width": 41, + "height": 40 + },{ + "type": "stn", + "id": "site-103", + "text": "101", + "top": 356, + "left": 796, + "width": 41, + "height": 40 + },{ + "type": "stn", + "id": "site-102", + "text": "100", + "top": 397, + "left": 796, + "width": 41, + "height": 40 }] }] }] -- Gitblit v1.9.1