From db64e069fe79455b2eb403bd7b86e64affe36a40 Mon Sep 17 00:00:00 2001
From: dubin <dubin>
Date: 星期六, 13 九月 2025 09:27:46 +0800
Subject: [PATCH] 凯宏初始化
---
src/main/webapp/static/js/console.map.js | 9 +++++----
src/main/webapp/static/js/common.js | 3 ++-
pom.xml | 3 ++-
3 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 681c826..c291bdf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -193,7 +193,8 @@
<build>
- <finalName>rqdzwcs</finalName>
+<!-- <finalName>rqdzwcs</finalName>-->
+ <finalName>czkhwcs</finalName>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js
index aede40c..787be51 100644
--- a/src/main/webapp/static/js/common.js
+++ b/src/main/webapp/static/js/common.js
@@ -1,4 +1,5 @@
-var baseUrl = "/rqdzwcs";
+// var baseUrl = "/rqdzwcs";
+var baseUrl = "/czkhwcs";
// 璧嬪��
function setVal(el, val) {
diff --git a/src/main/webapp/static/js/console.map.js b/src/main/webapp/static/js/console.map.js
index b24107a..4122dec 100644
--- a/src/main/webapp/static/js/console.map.js
+++ b/src/main/webapp/static/js/console.map.js
@@ -1,5 +1,6 @@
mapInfo ={
- "mapName": "rqdzwcs",
+ // "mapName": "rqdzwcs",
+ "mapName": "czkhwcs",
"rackCount": 8,
"crnCount": 4,
"stbCount": 120,
@@ -125,9 +126,9 @@
"height": 600,
"stns": [
// { "type": "stn", "id": "site-100", "text": "100", "top": 80, "left": 94, "width": 40, "height": 23 },
- { "type": "stn", "id": "site-103", "text": "103", "top": 160, "left": 1430, "width": 60, "height": 23 },
- { "type": "stn", "id": "site-102", "text": "102", "top": 160, "left": 1365, "width": 60, "height": 23 },
- { "type": "stn", "id": "site-101", "text": "101", "top": 160, "left": 1301, "width": 60, "height": 23 },
+ //{ "type": "stn", "id": "site-103", "text": "103", "top": 160, "left": 1430, "width": 120, "height": 23 },
+ { "type": "stn", "id": "site-102", "text": "102", "top": 160, "left": 1430, "width": 120, "height": 23 },
+ { "type": "stn", "id": "site-101", "text": "101", "top": 160, "left": 1301, "width": 120, "height": 23 },
// { "type": "stn", "id": "site-110", "text": "110", "top": 130, "left": 1784, "width": 40, "height": 23 },
// { "type": "stn", "id": "site-111", "text": "111", "top": 130, "left": 1826, "width": 40, "height": 23 },
//
--
Gitblit v1.9.1