From 13b5c8b4b496972ae12f0293fdc9028d8c60c253 Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Tue, 23 Dec 2025 09:27:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=89=BF=E8=BD=BD=E5=8A=9B-?= =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E7=AE=A1=E7=90=86=E9=A1=B5=E9=9D=A2=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- czl-screen/login.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/czl-screen/login.html b/czl-screen/login.html index ac75563..c6f6679 100644 --- a/czl-screen/login.html +++ b/czl-screen/login.html @@ -120,10 +120,10 @@ //请求成功 success: function (result) { console.log(result); - $("#uuid").val(result.uuid); - $("#vCode").attr("src", "data:image/png;base64," + result.img); + $("#uuid").val(result.obj.uuid); + $("#vCode").attr("src", "data:image/png;base64," + result.obj.img); code = result.resMsg; - uuid = result.uuid; + uuid = result.obj.uuid; //fastLogin(); }, //请求失败,包含具体的错误信息 @@ -145,7 +145,7 @@ var password = $.trim($('#password').val()); var verifyCode = $.trim($('#verifyCode').val()); var uuid = $.trim($('#uuid').val()); - + if (username == "" || password == "") { $("#info").html('用户名或者密码不能为空'); $(obj).attr("disabled", false); @@ -197,4 +197,4 @@ - \ No newline at end of file +