From 4eb1efb77a2c93b703830bad1ecd169d6f281c1d Mon Sep 17 00:00:00 2001
From: LSH
Date: 星期五, 23 九月 2022 17:24:30 +0800
Subject: [PATCH] #换logo

---
 src/main/webapp/static/images/barcode.png   |    0 
 src/main/webapp/static/images/zy-logo.png   |    0 
 src/main/webapp/views/console-old.html      |    2 +-
 src/main/webapp/views/console.html          |    2 +-
 src/main/webapp/views/index.html            |    2 +-
 src/main/webapp/views/monitor/monitor0.html |    2 +-
 src/main/webapp/views/monitor/monitor.html  |    2 +-
 src/main/webapp/views/control.html          |    2 +-
 src/main/resources/application.yml          |    4 ++--
 9 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index c0d7388..c7f23af 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -34,7 +34,7 @@
   enable: false
 
 wms:
-  url: localhost:8080/klswms
+  url: localhost:8081/ynwms
 
 # 涓嬩綅鏈洪厤缃�
 wcs-slave:
@@ -90,7 +90,7 @@
   # 杈撻�佺嚎
   devp[0]:
     id: 1
-    ip: 10.10.10.50
+    ip: 192.168.4.250
     port: 102
     rack: 0
     slot: 0
diff --git a/src/main/webapp/static/images/barcode.png b/src/main/webapp/static/images/barcode.png
index 59be12c..2fb4928 100644
--- a/src/main/webapp/static/images/barcode.png
+++ b/src/main/webapp/static/images/barcode.png
Binary files differ
diff --git a/src/main/webapp/static/images/zy-logo.png b/src/main/webapp/static/images/zy-logo.png
index 4865504..2fb4928 100644
--- a/src/main/webapp/static/images/zy-logo.png
+++ b/src/main/webapp/static/images/zy-logo.png
Binary files differ
diff --git a/src/main/webapp/views/console-old.html b/src/main/webapp/views/console-old.html
index e6f6ac4..a9ba04d 100644
--- a/src/main/webapp/views/console-old.html
+++ b/src/main/webapp/views/console-old.html
@@ -22,7 +22,7 @@
             <h6>AUTOMATIC WAREHOUSE WCS MONITORING DIAGRAM</h6>
         </div>
         <div class="head-right">
-            <img src="../static/images/zy-logo.png" alt="涓壃" height="44" width="80">
+            <img src="../static/images/zy-logo.png" alt="wcs" height="44" width="80">
         </div>
     </div>
 
diff --git a/src/main/webapp/views/console.html b/src/main/webapp/views/console.html
index 7960bd0..4a5d9fe 100644
--- a/src/main/webapp/views/console.html
+++ b/src/main/webapp/views/console.html
@@ -22,7 +22,7 @@
             <h6>AUTOMATIC WAREHOUSE WCS MONITORING DIAGRAM</h6>
         </div>
         <div class="head-right">
-            <img src="../static/images/zy-logo.png" alt="涓壃" height="44" width="80">
+            <img src="../static/images/zy-logo.png" alt="wcs" height="44" width="80">
         </div>
     </div>
     <!-- 璐ф灦 + 鍫嗗灈鏈� + 鍏ュ簱绔欑偣 -->
diff --git a/src/main/webapp/views/control.html b/src/main/webapp/views/control.html
index 54f5a17..928fba0 100644
--- a/src/main/webapp/views/control.html
+++ b/src/main/webapp/views/control.html
@@ -84,7 +84,7 @@
     </main>
 
     <footer class="footer">
-        Copyright 漏 2015 All Rights Reserved. <a href="http://www.zoneyung.com" target="_blank">娴欐睙涓壃绔嬪簱鎶�鏈湁闄愬叕鍙�</a>  淇濈暀鎵�鏈夋潈鍒�
+        Copyright 漏 2022 All Rights Reserved. <a href="http://www.zoneyung.com" target="_blank">绔嬪簱wcs鎿嶄綔骞冲彴</a>
     </footer>
 
 </body>
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 6b47357..f503cdc 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -26,7 +26,7 @@
 <!-- 涓讳綋鍐呭 -->
 <iframe id="content" src="console.html"></iframe>
 <footer class="footer">
-    Copyright 漏 2015 All Rights Reserved. <a href="http://www.zoneyung.com" target="_blank">娴欐睙涓壃绔嬪簱鎶�鏈湁闄愬叕鍙�</a>  淇濈暀鎵�鏈夋潈鍒�
+    Copyright 漏 2022 All Rights Reserved. <a href="http://www.zoneyung.com" target="_blank">绔嬪簱wcs鎿嶄綔骞冲彴</a>
 </footer>
 </body>
 <script>
diff --git a/src/main/webapp/views/monitor/monitor.html b/src/main/webapp/views/monitor/monitor.html
index a2d8d81..fd1fdf2 100644
--- a/src/main/webapp/views/monitor/monitor.html
+++ b/src/main/webapp/views/monitor/monitor.html
@@ -186,7 +186,7 @@
                     <div class="image-border image-border2"></div>
                     <div class="image-border image-border3"></div>
                     <div class="image-border image-border4"></div>
-                    <span>娴欐睙涓壃绔嬪簱鎶�鏈湁闄愬叕鍙�</span>
+                    <span>绔嬪簱wcs鎿嶄綔骞冲彴</span>
                     <img src="../../static/image/barcode.png">
                 </div>
             </div>
diff --git a/src/main/webapp/views/monitor/monitor0.html b/src/main/webapp/views/monitor/monitor0.html
index b20982a..3f2ef58 100644
--- a/src/main/webapp/views/monitor/monitor0.html
+++ b/src/main/webapp/views/monitor/monitor0.html
@@ -164,7 +164,7 @@
                     <div class="image-border image-border2"></div>
                     <div class="image-border image-border3"></div>
                     <div class="image-border image-border4"></div>
-                    <span>娴欐睙涓壃绔嬪簱鎶�鏈湁闄愬叕鍙�</span>
+                    <span>绔嬪簱wcs鎿嶄綔骞冲彴</span>
                     <img src="../../static/image/barcode.png">
                 </div>
             </div>

--
Gitblit v1.9.1