自动化立体仓库 - WMS系统
bfwms
2025-09-23 1c18c333650df681b74d0ab6a93280675f43b42a
src/main/webapp/views/index.html
@@ -19,9 +19,20 @@
      font-weight: 400;
      /*margin-left: 5px;*/
    }
    #countdown {
      position: fixed;
      top: 12px;
      left: 45%;
      z-index: 1000;
      color: red;
      font-size: 1.75rem;
      font-weight: bold;
    }
  </style>
</head>
<body class="layui-layout-body">
<!--倒计时-->
<!--<div id="countdown">系统将于2023年12月20日到期</div>-->
<div class="layui-layout layui-layout-admin">
  <!-- 头部 -->
  <div class="layui-header">
@@ -126,7 +137,6 @@
    var form = layui.form;
    var easywebIframeMsg = localStorage.getItem("easyweb-iframe");
    console.log(easywebIframeMsg)
    if (!isEmpty(easywebIframeMsg)) {
      var easywebIframeObj = JSON.parse(easywebIframeMsg);
      if (easywebIframeObj.defaultTheme === undefined) {
@@ -154,7 +164,6 @@
      success: function (res) {
        $('.layuimini-loader').fadeOut();
        if (res.code === 200) {
          console.log(res.data)
          var tpl = $('#menuTpl').html();
          var template = Handlebars.compile(tpl);
          var html = template(res);