自动化立体仓库 - WMS系统
zwl
14 小时以前 df79f2a0702de355d96c6889adf61977b4284005
src/main/webapp/views/index.html
@@ -112,6 +112,11 @@
    top.location.href = "login.html?license=invalid";
  }
  function clearLicensePromptState() {
    sessionStorage.removeItem("licensePanelAutoOpen");
    sessionStorage.removeItem("licenseInvalidReason");
  }
  $(function () {
    if ("" === localStorage.getItem('token')) {
      top.location.href = baseUrl + "/login";
@@ -171,9 +176,12 @@
            redirectToLicensePage('系统当前未检测到可用许可证,请重新导入新的许可证。');
            return;
          }
          clearLicensePromptState();
          if (days <= 30) {
            $("#licenseShow").show()
            $("#licenseDays").html(days)
          } else {
            $("#licenseShow").hide()
          }
        }else {
          redirectToLicensePage(res.msg || '许可证校验失败,请重新导入新的许可证。');