From f585af70f85d9f4934dcfebf03a9fd358c229fc7 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期二, 01 七月 2025 10:03:19 +0800
Subject: [PATCH] 添加数据库

---
 src/main/webapp/static/wcs/js/console.map.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/static/wcs/js/console.map.js b/src/main/webapp/static/wcs/js/console.map.js
index 98ae686..b544506 100644
--- a/src/main/webapp/static/wcs/js/console.map.js
+++ b/src/main/webapp/static/wcs/js/console.map.js
@@ -98,16 +98,16 @@
     ],
     "crns": [{
         "type": "crane",
-        "id": "crn-2",
-        "text": "2",
+        "id": "crn-1",
+        "text": "1",
         "top": 268,
         "left": 855,
         "width": 93,
         "height": 22
     }, {
         "type": "crane",
-        "id": "crn-1",
-        "text": "1",
+        "id": "crn-2",
+        "text": "2",
         "top": 132,
         "left": 855,
         "width": 93,

--
Gitblit v1.9.1