From 4d44953d342fb0f7a1b9726eeaa9a35ba2b7548c Mon Sep 17 00:00:00 2001 From: 野心家 <1051256694@qq.com> Date: 星期四, 19 六月 2025 11:12:28 +0800 Subject: [PATCH] 初始化 --- src/main/webapp/static/js/console.map.js | 94 ++++++++++++++++++++++++++++++++++++----------- 1 files changed, 72 insertions(+), 22 deletions(-) diff --git a/src/main/webapp/static/js/console.map.js b/src/main/webapp/static/js/console.map.js index 2c53f2e..20e2a25 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": "ZJFNWCS", + "mapName": "TLFWCS", "rackCount": 4, "crnCount": 2, "stbCount": 13, @@ -11,28 +11,30 @@ "id": "rack1", "top": 260, "left": 167, - "width": 794, + "width": 1300, "height": 23, "minBayNo": 1, - "maxBayNo": 14 + "maxBayNo": 21 }, { "type": "rack", "id": "rack2", "top": 200, "left": 167, - "width": 794, + "width": 1300, "height": 23, "minBayNo": 1, - "maxBayNo": 14 + "maxBayNo": 21, + "hiddenArr": [6,7,12,13,14,15,16,17,18] },{ "type": "rack", "id": "rack3", "top": 177, "left": 167, - "width": 794, + "width": 1300, "height": 23, "minBayNo": 1, - "maxBayNo": 14 + "maxBayNo": 21, + "hiddenArr": [6,7,12,13,14,15,16,17,18] },], "rackDescs": [{ "type": "rackDescs", @@ -56,7 +58,7 @@ "id": "crn-1", "text": "1", "top": 232, - "left": 436, + "left": 1300, "width": 93, "height": 22 }, { @@ -65,7 +67,7 @@ "text": "", "top": 243, "left": 180, - "width": 830, + "width": 1250, "height": 2 }], "areas": [{ @@ -86,34 +88,82 @@ "height": 505, "stns": [{ "type": "stn", - "id": "site-202", - "text": "202", + "id": "site-106", + "text": "106", "top": 260, - "left": 960, + "left": 1407, "width": 80, "height": 23 }, { "type": "stn", - "id": "site-201", - "text": "201", + "id": "site-105", + "text": "105", "top": 260, - "left": 1041, + "left": 1489, "width": 80, "height": 23 }, { "type": "stn", - "id": "site-203", - "text": "203", - "top": 200, - "left": 960, + "id": "site-104", + "text": "104", + "top": 260, + "left": 1571, "width": 80, "height": 23 }, { "type": "stn", - "id": "site-204", - "text": "204", + "id": "site-103", + "text": "103", + "top": 225, + "left": 1571, + "width": 80, + "height": 33 + }, { + "type": "stn", + "id": "site-100", + "text": "100", "top": 200, - "left": 1041, + "left": 1407, + "width": 80, + "height": 23 + }, { + "type": "stn", + "id": "site-101", + "text": "101", + "top": 200, + "left": 1489, + "width": 80, + "height": 23 + }, { + "type": "stn", + "id": "site-102", + "text": "102", + "top": 200, + "left": 1571, + "width": 80, + "height": 23 + }, { + "type": "stn", + "id": "site", + "text": "", + "top": 177, + "left": 1034, + "width": 122, + "height": 48 + }, { + "type": "stn", + "id": "site", + "text": "", + "top": 177, + "left": 354, + "width": 432, + "height": 48 + }, { + "type": "stn", + "id": "", + "text": "", + "top": 177, + "left": 1407, "width": 80, "height": 23 }] -- Gitblit v1.9.1