From ca96d16cd7f9ea52c4bb1c893066cf244cda09ca Mon Sep 17 00:00:00 2001
From: lsh <lsh@163.com>
Date: 星期四, 25 四月 2024 08:10:24 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/js/console.map.js |   71 +++++++++++++++++------------------
 1 files changed, 34 insertions(+), 37 deletions(-)

diff --git a/src/main/webapp/static/js/console.map.js b/src/main/webapp/static/js/console.map.js
index 0b49139..76cde21 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": "JXFYWCS",
+    "mapName": "SXJZWCS",
     "rackCount": 5,
     "crnCount": 2,
     "stbCount": 13,
@@ -78,42 +78,39 @@
             "height": 23
         }
     ],
-    "crns": [
-        {
-            "type": "crane",
-            "id": "crn-2",
-            "text": "2",
-            "top": 336,
-            "left": 606,
-            "width": 93,
-            "height": 22
-        },
-        {
-            "type": "track",
-            "id": "lb_track2",
-            "text": "",
-            "top": 347,
-            "left": 386,
-            "width": 943,
-            "height": 2
-        },
-        {
-            "type": "crane",
-            "id": "crn-1",
-            "text": "1",
-            "top": 199,
-            "left": 606,
-            "width": 93,
-            "height": 22
-        },
-        {
-            "type": "track",
-            "id": "lb_track1",
-            "text": "",
-            "top": 210,
-            "left": 386,
-            "width": 943,
-            "height": 2
+    "crns": [{
+        "type": "crane",
+        "id": "crn-1",
+        "text": "1",
+        "top": 199,
+        "left": 606,
+        "width": 93,
+        "height": 22
+    },
+    {
+        "type": "crane",
+        "id": "crn-2",
+        "text": "2",
+        "top": 336,
+        "left": 606,
+        "width": 93,
+        "height": 22
+    },{
+        "type": "track",
+        "id": "lb_track1",
+        "text": "",
+        "top": 210,
+        "left": 386,
+        "width": 943,
+        "height": 2
+    }, {
+        "type": "track",
+        "id": "lb_track2",
+        "text": "",
+        "top": 347,
+        "left": 386,
+        "width": 943,
+        "height": 2
         }
     ],
     "areas": [

--
Gitblit v1.9.1