管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-04-28 44acd509d622a15cc13fb4a2854671dcc0ad28b9
src/main/resources/static/js/login.js
@@ -1,7 +1,5 @@
window.isBusy = false;
window.code = "";
// 创建验证码
function createCode() {
    var codeLength = 4, code = ""; // 验证码的长度
@@ -55,6 +53,7 @@
        $("#inputCode").focus();
        return false;
    }
    var code = document.getElementById("checkCode").innerHTML;
    if (inputCode.toUpperCase() != code.toUpperCase()) {
        $("#eMsg").html("提示:验证码输入有误!");
        $("#inputCode").val("").focus();