From 20efeb3b123f5f0846b52160a58d862003b100f9 Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期三, 18 十月 2023 17:08:58 +0800
Subject: [PATCH] #

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

diff --git a/pom.xml b/pom.xml
index d0b1c89..0e0b3b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,7 +185,7 @@
     </dependencies>
 
     <build>
-        <finalName>lktwcs</finalName>
+        <finalName>ykwcs</finalName>
         <plugins>
             <plugin>
                 <groupId>org.springframework.boot</groupId>
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 8f43631..971f7b7 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -8,7 +8,7 @@
     name: @pom.build.finalName@
   datasource:
     driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
-    url: jdbc:sqlserver://192.168.4.15:1433;databasename=sxlktasrs
+    url: jdbc:sqlserver://192.168.4.15:1433;databasename=gdykasrs
     username: sa
     password: sa@123
   mvc:
diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js
index 822e150..44e7c47 100644
--- a/src/main/webapp/static/js/common.js
+++ b/src/main/webapp/static/js/common.js
@@ -1,4 +1,4 @@
-var baseUrl = "/lktwcs";
+var baseUrl = "/ykwcs";
 
 // 璧嬪��
 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 47f97f3..336be38 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": "LKTWCS",
+    "mapName": "YKWCS",
     "rackCount": 4,
     "crnCount": 3,
     "stbCount": 13,

--
Gitblit v1.9.1