From 52b397b5901c0ec428d0dc6589cbf4c9c2729c24 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期六, 20 四月 2024 17:43:24 +0800
Subject: [PATCH] #演示

---
 src/main/webapp/views/index.html |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/views/index.html b/src/main/webapp/views/index.html
index e3f64de..12b6616 100644
--- a/src/main/webapp/views/index.html
+++ b/src/main/webapp/views/index.html
@@ -25,7 +25,7 @@
   <!-- 澶撮儴 -->
   <div class="layui-header">
     <div class="layui-logo">
-      <img src="../static/wms/image/logo.png" style="display: inline-block; width: 60%;height: auto">
+      <img class="loginLogo" src="../static/wms/image/logo.png" style="display: inline-block; width: 60%;height: auto">
       <!--          <span style="margin-top: 0; letter-spacing: 10px">涓壃绔嬪簱</span>-->
       <!--          <img src="../static/wms/image/logo.svg"/>-->
       <!--          <cite>涓壃 - Zoneyung</cite>-->
@@ -77,7 +77,7 @@
   <div class="layui-body"></div>
   <!-- 搴曢儴 -->
   <div class="layui-footer layui-text">
-    copyright 漏 2023 娴欐睙涓壃绔嬪簱鎶�鏈湁闄愬叕鍙� all rights reserved.
+    <span class="copyright-text">copyright 漏 2023 娴欐睙涓壃绔嬪簱鎶�鏈湁闄愬叕鍙� all rights reserved.</span>
     <span class="pull-right">Version 1.0.0</span>
   </div>
 
@@ -149,6 +149,17 @@
       }
     });
 
+    // $.ajax({
+    //   url: baseUrl+"/loginInformation",
+    //   data: {},
+    //   method: 'GET',
+    //   success: function (res) {
+    //     var data = res.data
+    //     // $(".copyright-text").text(data.loginCopyrightText);
+    //     // $(".loginLogo").attr("src", data.loginLogo);
+    //   }
+    // });
+
     $.ajax({
       url: baseUrl + "/license/getLicenseDays",
       headers: {'token': localStorage.getItem('token')},
@@ -168,7 +179,7 @@
 
     // 榛樿鍔犺浇涓婚〉
     index.loadHome({
-      menuPath: baseUrl+'/views/home/console.html',
+      menuPath: baseUrl+'/views/deviceOperate/rgvOperate.html',
       menuName: '<i class="layui-icon layui-icon-home"></i>'
     });
 

--
Gitblit v1.9.1