From a083ea0321daf574ee78fcc84735f0861c56a624 Mon Sep 17 00:00:00 2001
From: ZY <zc857179121@qq.com>
Date: 星期三, 19 三月 2025 13:20:48 +0800
Subject: [PATCH] 1

---
 src/main/webapp/static/wcs/js/common.js      |    2 +-
 src/main/webapp/static/wcs/js/console.map.js |    2 +-
 pom.xml                                      |    4 ++--
 src/main/resources/license.lic               |    0 
 src/main/resources/application.yml           |    2 +-
 src/main/webapp/static/wms/js/common.js      |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6cfb7d7..d11a74c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
         <relativePath/> <!-- lookup parent from repository -->
     </parent>
     <groupId>com.zy</groupId>
-    <artifactId>ynhfwcs</artifactId>
+    <artifactId>glccwcs</artifactId>
     <version>1.0.0</version>
     <packaging>war</packaging>
 
@@ -200,7 +200,7 @@
     </dependencies>
 
     <build>
-        <finalName>ynhfwcs</finalName>
+        <finalName>glccwcs</finalName>
         <plugins>
             <plugin>
                 <groupId>org.springframework.boot</groupId>
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 182605f..efb5d3b 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -37,7 +37,7 @@
 
 #License鐩稿叧閰嶇疆
 license:
-  subject: czscgkwcs
+  subject: glccwcs
   publicAlias: publicCert
   storePass: public_zhongyang_123456789
   licensePath: license.lic
diff --git a/src/main/resources/license.lic b/src/main/resources/license.lic
index e4e7c87..c0405e0 100644
--- a/src/main/resources/license.lic
+++ b/src/main/resources/license.lic
Binary files differ
diff --git a/src/main/webapp/static/wcs/js/common.js b/src/main/webapp/static/wcs/js/common.js
index 4445236..a5e6652 100644
--- a/src/main/webapp/static/wcs/js/common.js
+++ b/src/main/webapp/static/wcs/js/common.js
@@ -1,4 +1,4 @@
-var baseUrl = "/ynhfwcs";
+var baseUrl = "/glccwcs";
 
 // 璧嬪��
 function setVal(el, val) {
diff --git a/src/main/webapp/static/wcs/js/console.map.js b/src/main/webapp/static/wcs/js/console.map.js
index 216cecd..05f46a5 100644
--- a/src/main/webapp/static/wcs/js/console.map.js
+++ b/src/main/webapp/static/wcs/js/console.map.js
@@ -1,5 +1,5 @@
 mapInfo = {
-    "mapName": "ynhfwcs",
+    "mapName": "glccwcs",
     "rackCount": 13,
     "crnCount": 4,
     "stbCount": 4,
diff --git a/src/main/webapp/static/wms/js/common.js b/src/main/webapp/static/wms/js/common.js
index c54d688..752aabe 100644
--- a/src/main/webapp/static/wms/js/common.js
+++ b/src/main/webapp/static/wms/js/common.js
@@ -1,4 +1,4 @@
-var baseUrl = "/ynhfwcs";
+var baseUrl = "/glccwcs";
 
 // 璇︽儏绐楀彛-楂樺害
 var detailHeight = '80%';

--
Gitblit v1.9.1