From 293780539cbb3be3403d45aa0dc16e43e883fc6c Mon Sep 17 00:00:00 2001 From: chenjinlong <22208488@qq.com> Date: Thu, 14 Jan 2021 22:39:22 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90login.html=E3=80=91=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=99=BB=E5=BD=95=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/pages/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/pages/login.html b/src/main/webapp/pages/login.html index 9fdfc245..34bbf82b 100644 --- a/src/main/webapp/pages/login.html +++ b/src/main/webapp/pages/login.html @@ -226,7 +226,7 @@ // 登录操作 form.on('submit(loginSubmit)', function (obj){ - admin.btnLoading('#loginSubmit'); + admin.btnLoading('#loginSubmit',"登录中"); var request = new HttpRequest(Feng.ctxPath + "/loginAction", 'post', function (data) { // 清除顶部选择应用的缓存 index.clearTabCache();