From 896f33f0f2db0798333f3298a7fa15e99691059c Mon Sep 17 00:00:00 2001
From: dubin <bindu_bean@163.com>
Date: 星期三, 05 十一月 2025 09:33:43 +0800
Subject: [PATCH] 初始化

---
 src/main/webapp/static/js/console.map.js |   82 +++++++++++++++++++++++++----------------
 1 files changed, 50 insertions(+), 32 deletions(-)

diff --git a/src/main/webapp/static/js/console.map.js b/src/main/webapp/static/js/console.map.js
index b24107a..3553834 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": "rqdzwcs",
+    "mapName": "wcs",
     "rackCount": 8,
     "crnCount": 4,
     "stbCount": 120,
@@ -9,58 +9,49 @@
         {
             "type": "rack",
             "id": "rack1",
-            "top": 130,
-            "left": 500,
-            "width": 800,
-            "height": 23,
-            "minBayNo": 2,
-            "maxBayNo": 19
-        },
-        {
-            "type": "rack",
-            "id": "rack2",
             "top": 160,
             "left": 500,
             "width": 800,
             "height": 23,
-            "minBayNo": 2,
-            "maxBayNo": 19
+            "minBayNo": 1,
+            "maxBayNo": 26
         },
         {
             "type": "rack",
-            "id": "rack3",
+            "id": "rack2",
             "top": 210,
             "left": 500,
             "width": 800,
             "height": 23,
-            "minBayNo": 2,
-            "maxBayNo": 19
+            "minBayNo": 1,
+            "maxBayNo": 27
+        },
+        {
+            "type": "rack",
+            "id": "rack3",
+            "top": 300,
+            "left": 500,
+            "width": 800,
+            "height": 23,
+            "minBayNo": 1,
+            "maxBayNo": 35
         },
         {
             "type": "rack",
             "id": "rack4",
-            "top": 240,
+            "top": 350,
             "left": 500,
             "width": 800,
             "height": 23,
-            "minBayNo": 2,
-            "maxBayNo": 19
-        }
+            "minBayNo": 1,
+            "maxBayNo": 35
+        },
     ],
     "rackDescs": [
         {
             "type": "rackDescs",
-            "id": "lb_desc1",
-            "text": "#1",
-            "top": 130,
-            "left": 460,
-            "width": 30,
-            "height": 23
-        },
-        {
-            "type": "rackDescs",
             "id": "lb_desc2",
-            "text": "#2",
+            "text": "#1",
             "top": 160,
             "left": 460,
             "width": 30,
@@ -69,7 +60,7 @@
         {
             "type": "rackDescs",
             "id": "lb_desc3",
-            "text": "#3",
+            "text": "#2",
             "top": 210,
             "left": 460,
             "width": 30,
@@ -78,8 +69,17 @@
         {
             "type": "rackDescs",
             "id": "lb_desc4",
+            "text": "#3",
+            "top": 300,
+            "left": 460,
+            "width": 30,
+            "height": 23
+        },
+        {
+            "type": "rackDescs",
+            "id": "lb_desc4",
             "text": "#4",
-            "top": 240,
+            "top": 350,
             "left": 460,
             "width": 30,
             "height": 23
@@ -103,6 +103,24 @@
             "left": 500,
             "width": 800,
             "height": 2
+        },
+        {
+            "type": "crane",
+            "id": "crn-2",
+            "text": "1",
+            "top": 327,
+            "left": 1250,
+            "width": 100,
+            "height": 22
+        },
+        {
+            "type": "track",
+            "id": "lb_track2",
+            "text": "",
+            "top": 337,
+            "left": 500,
+            "width": 800,
+            "height": 2
         }
     ],
     "areas": [

--
Gitblit v1.9.1