zjj
2024-04-23 acacdfa1b6b5dc0ac0c444c53fcbd05f8552ff3c
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>'
    });