From c6b6c90518697fdb2f89853a75921ff2af41ee73 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期二, 02 十二月 2025 15:50:33 +0800
Subject: [PATCH] 初始化

---
 src/main/webapp/static/js/console.map.js |  129 ++++--------------------------------------
 1 files changed, 14 insertions(+), 115 deletions(-)

diff --git a/src/main/webapp/static/js/console.map.js b/src/main/webapp/static/js/console.map.js
index 3cdf413..5de9840 100644
--- a/src/main/webapp/static/js/console.map.js
+++ b/src/main/webapp/static/js/console.map.js
@@ -1,115 +1,14 @@
-mapInfo = {
-    "mapName": "LFDWCSMEM",
-    "rackCount": 18,
-    "crnCount": 7,
-    "stbCount": 77,
-    "hpPosition": 0,
-    "minBayNo": 2,
-    "floors": 1,
-    "racks": [{
-        "type": "rack",
-        "id": "rack32",
-        "top": 410,
-        "left": 639,
-        "width": 1072,
-        "height": 22,
-        "minBayNo": 2,
-        "maxBayNo": 62
-    }, {
-        "type": "rack",
-        "id": "rack33",
-        "top": 458,
-        "left": 639,
-        "width": 1072,
-        "height": 22,
-        "minBayNo": 2,
-        "maxBayNo": 62
-    }, {
-        "type": "rack",
-        "id": "rack34",
-        "top": 479,
-        "left": 639,
-        "width": 1072,
-        "height": 22,
-        "minBayNo": 2,
-        "maxBayNo": 62
-    }, {
-        "type": "rack",
-        "id": "rack31",
-        "top": 389,
-        "left": 639,
-        "width": 1072,
-        "height": 22,
-        "minBayNo": 2,
-        "maxBayNo": 62
-    }],
-    "rackDescs": [{
-        "type": "rackDescs",
-        "id": "lb_desc9",
-        "text": "#31",
-        "top": 388,
-        "left": 1716,
-        "width": 33,
-        "height": 23
-    }, {
-        "type": "rackDescs",
-        "id": "lb_desc18",
-        "text": "#34",
-        "top": 663,
-        "left": 1716,
-        "width": 41,
-        "height": 23
-    }],
-    "crns": [{
-        "type": "track",
-        "id": "lb_track1",
-        "text": "",
-        "top": 448,
-        "left": 559,
-        "width": 1345,
-        "height": 2
-    }, {
-        "type": "crane",
-        "id": "crn-1",
-        "text": "1",
-        "top": 435,
-        "left": 805,
-        "width": 93,
-        "height": 22
-    }],
-    "areas": [{
-        "type": "Control_floor",
-        "id": "tabControl_floor1",
-        "text": "妤煎眰",
-        "top": 68,
-        "left": 80,
-        "width": 1845,
-        "height": 676,
-        "floors": [{
-            "type": "floor",
-            "id": "page_floor1",
-            "text": "1F",
-            "top": 4,
-            "left": 22,
-            "width": 1819,
-            "height": 668,
-            "stns": [ {
-                "type": "stn",
-                "id": "site-102",
-                "text": "102",
-                "top": 460,
-                "left": 548,
-                "width": 89,
-                "height": 20
-            }, {
-                "type": "stn",
-                "id": "site-101",
-                "text": "101",
-                "top": 460,
-                "left": 458,
-                "width": 89,
-                "height": 20
-            }]
-        }]
-    }]
-}
\ No newline at end of file
+mapInfo = {"mapName":"WCS","rackCount":16,"crnCount":4,"stbCount":16,"hpPosition":1,"minBayNo":2,"floors":1,"racks":[
+        {"type":"rack","id":"rack13","top":341,"left":400,"width":1100,"height":20,"minBayNo":1,"maxBayNo":15},
+        {"type":"rack","id":"rack12","top":302,"left":400,"width":1100,"height":20,"minBayNo":1,"maxBayNo":15},
+    ],
+    "crns":[
+        {"type":"track","id":"lb_track4","text":"","top":333,"left":400,"width":1100,"height":1},
+        {"type":"crane","id":"crn-1","text":"1","top":325,"left":1450,"width":67,"height":13},
+    ],
+    "areas":[{"type":"Control_floor","id":"tabControl_floor1","text":"妤煎眰","top":41,"left":80,"width":1269,"height":781,"floors":[
+        {"type":"floor","id":"page_floor1","text":"1F","top":4,"left":22,"width":1243,"height":773,"stns":
+                [
+                    {"type":"stn","id":"site-401","text":"401","top":287,"left":1433,"width":67,"height":17},
+                    {"type":"stn","id":"site-402","text":"402","top":287,"left":400,"width":67,"height":17},
+                ]}]}]}

--
Gitblit v1.9.1