基建智慧现场工地
+From 53787610ab2175e34238e1696bcbb73f5a9b3530 Mon Sep 17 00:00:00 2001 From: haozq <1611483981@qq.com> Date: Fri, 13 Sep 2024 17:26:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E8=A7=A3?= =?UTF-8?q?=E5=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/login/login2.js | 5 +++-- sg_login2.html | 52 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+), 2 deletions(-) create mode 100644 sg_login2.html diff --git a/js/login/login2.js b/js/login/login2.js index 0eaaeb8..57e0dc5 100644 --- a/js/login/login2.js +++ b/js/login/login2.js @@ -2,8 +2,8 @@ let form, layer; layui.use(function () { let isc_login="http://iscssotest.ah.sgcc.com.cn/isc_sso/login?service="; let logUrl="http://27.50.49.56:21624/zhgd-web/sgIndex.html"; - window.location.href =isc_login+logUrl; - return false; + // window.location.href =isc_login+logUrl; + //return false; form = layui.form; layer = layui.layer; form.on('submit(demo-login)', function (data) { @@ -22,6 +22,7 @@ layui.use(function () { } let encryptStr = encryptCBC(JSON.stringify(params)); ajaxRequest(login_url, "POST", encryptStr, true, function () { + console.log(1) // $('.layui-btn-fluid').empty().append('登录中,请稍后...').attr("disabled", true); }, function (result) { // $('.layui-btn-fluid').empty().append(' '); diff --git a/sg_login2.html b/sg_login2.html new file mode 100644 index 0000000..fb09be3 --- /dev/null +++ b/sg_login2.html @@ -0,0 +1,52 @@ + + + +
+ + + + + + + + + +基建智慧现场工地
+