From f43b6eb89f0fb00c44ebafcc71ff2507db1d1c83 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 06 三月 2021 13:52:40 +0800
Subject: [PATCH] #

---
 src/main/webapp/static/image/logo1.png |    0 
 src/main/webapp/views/index.html       |    6 +++---
 src/main/webapp/static/image/logo.png  |    0 
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/static/image/logo.png b/src/main/webapp/static/image/logo.png
new file mode 100644
index 0000000..2f64566
--- /dev/null
+++ b/src/main/webapp/static/image/logo.png
Binary files differ
diff --git a/src/main/webapp/static/image/logo1.png b/src/main/webapp/static/image/logo1.png
new file mode 100644
index 0000000..42fedc3
--- /dev/null
+++ b/src/main/webapp/static/image/logo1.png
Binary files differ
diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index 2158fc8..548e883 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -94,9 +94,9 @@
       <!-- 渚ц竟鑿滃崟 -->
       <div class="layui-side layui-side-menu">
         <div class="layui-side-scroll">
-          <div class="layui-logo" lay-href="home/console.html">
-            <!--<img src="..../../static/image/logo.jpg">-->
-            <span>浠撳偍绠$悊绯荤粺</span>
+          <div class="layui-logo" lay-href="home/console.html" style="padding: 15px 20px">
+            <img src="../static/image/logo1.png" style="display: inline-block; width: 20%;height: auto">
+            <span style=" vertical-align: middle;font-size: x-large; font-weight: bold;">瀹忔尯WMS</span>
           </div>
 
           <ul class="layui-nav layui-nav-tree" lay-shrink="all" id="LAY-system-side-menu" lay-filter="layadmin-system-side-menu">

--
Gitblit v1.9.1