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 @@ + + + + + + + + + + + + + + 登录 + + + +
+
+

基建智慧现场工地

+
+
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+ +
+
+
+
+ + + + \ No newline at end of file