zwl
2025-07-21 9b0f34996c0e8365706efa3539f8ef146e00800c
src/main/webapp/views/index.html
@@ -168,6 +168,11 @@
        if (res.code == 200) {
          let days = res.data
          if (days <= 30) {
            // 弹出一个简单的提示框
            layer.alert('许可证有效期为:'+days, function(){
              // 点击确认后执行的回调函数
              layer.msg('请联系立库公司商务续约');
            });
            $("#licenseShow").show()
            $("#licenseDays").html(days)
          }