yzt
2023-09-27 726603df43447f8cfedfeaae4267209adbd01699
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
<%--
  Created by IntelliJ IDEA.
  User: Administrator
  Date: 2023/8/22
  Time: 14:20
  To change this template use File | Settings | File Templates.
--%>
<%@ page language="java" import="java.util.*" pageEncoding="UTF-8" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
<html>
<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no">
    <title>定位管理系统</title>
    <link href="/hxzkoa/hxzk/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
    <link rel="icon" type="image/x-icon" href="/hxzkoa/hxzk/assets/img/favicon.ico" />
    <link href="https://fonts.googleapis.com/css?family=Quicksand:400,500,600,700&display=swap"
          rel="stylesheet">
    <link href="/hxzkoa/hxzk/Cesium-1.88/Build/Cesium/Widgets/widgets.css" rel="stylesheet">
    <link href="/hxzkoa/hxzk/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
    <link href="/hxzkoa/hxzk/assets/css/plugins.css" rel="stylesheet" type="text/css" />
    <link href="/hxzkoa/hxzk/assets/css/authentication/form-2.css" rel="stylesheet" type="text/css" />
    <link rel="stylesheet" type="text/css" href="/hxzkoa/hxzk/assets/css/forms/theme-checkbox-radio.css">
    <link rel="stylesheet" type="text/css" href="/hxzkoa/hxzk/assets/css/forms/switches.css">
    <link href="/hxzkoa/hxzk/plugins/sweetalerts/sweetalert2.min.css" rel="stylesheet" type="text/css" />
    <link href="/hxzkoa/hxzk/plugins/sweetalerts/sweetalert.css" rel="stylesheet" type="text/css" />
    <style>
        .form-control {
            height: 70px;
            border: 1px solid #1b2e4b;
            color: #009688;
            font-size: 15px;
            padding: 8px 10px;
            letter-spacing: 1px;
            height: calc(1.4em + 1.4rem + 2px);
            padding: .75rem 1.25rem;
            border-radius: 6px;
            background: #1b2e4b;
            line-height: 1.5;
        }
        .row{
            width: 30%;
            margin: auto;
        }
        .code1{
            width:  50%;
            float: left;
        }
        .code2{
            width: 50%;
            float: left;
        }
        .container-fluid{
            width:100%;
 
            overflow: hidden;
        }
 
        @media (min-width: 340px) and (max-width: 369px) {
            .container-fluid{
                width: 100%;
            }
            .row{
                width: 100%;
            }
            .code1{
                width: 50%;
                float: left;
            }
            .code2{
                width: 50%  ;
                float: left;
            }
        }
        @media (min-width: 370px ) and (max-width: 767px) {
            .container-fluid{
                width: 100%;
            }
            .row{
                width: 100%;
            }
            .code1{
                width: 50%;
                float: left;
            }
            .code2{
                width: 50%  ;
                float: left;
            }
        }
        @media (min-width: 767px ) and (max-width: 1500px) {
            .row{
                width: 30%;
                margin: auto;
            }
            .code1{
                width:  50%;
                float: left;
            }
            .code2{
                width: 50%;
                float: left;
            }
            .container-fluid{
                width:100%;
 
                overflow: hidden;
            }
        }
    </style>
</head>
<body style="overflow-y: hidden">
<div class="container-fluid" style="">
    <div class="row" style="margin-top: 200px">
        <div class="col-md-12 col-xs-12" style="text-align: center">
            <h1 class="" style="position: relative;left: -10px">
                <span id="headTitle"></span>
            </h1>
        </div>
    </div>
    <div class="row" style="margin-top: 10px;">
        <div class="col-xs-12 col-md-12">
            <label for="username" style="color: #131527;"></label>
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
                 viewBox="0 0 24 24" fill="none" stroke="currentColor"
                 stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
                 class="feather feather-user" style="position: relative;top: 32px;left: 3px">
                <path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"></path>
                <circle cx="12" cy="7" r="4"></circle>
            </svg>
            <input id="username" name="username" type="text" class="form-control"
                   placeholder="用户名" required="required" style="padding-left: 40px">
        </div>
    </div>
    <div class="row" style="margin-top: 10px">
        <div class="col-xs-12 col-md-12">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"
                 viewBox="0 0 24 24" fill="none" stroke="currentColor"
                 stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
                 class="feather feather-lock" style="position: relative;top: 32px ;left: 6px">
                <rect x="3" y="11" width="18" height="11" rx="2" ry="2"></rect>
                <path d="M7 11V7a5 5 0 0 1 10 0v4"></path>
            </svg>
            <input id="password" name="password" type="password"
                   class="form-control" placeholder="密码" required="required" style="padding-left: 40px">
        </div>
    </div>
    <div class="row" style="margin-top: 30px;">
        <div class="col-xs-12 col-md-12">
            <svg t="1618403857453" class="feather feather-lock"
                 viewBox="0 0 1024 1024" version="1.1"
                 xmlns="http://www.w3.org/2000/svg" p-id="2231" width="24"
                 height="24"style="position: absolute;top: 10px ;left: 14px;z-index: 999">
                <path
                        d="M895.744 273.28a59.2 59.2 0 0 0-46.72-51.936A1103.36 1103.36 0 0 1 697.92 186.56a561.28 561.28 0 0 1-135.008-78.912 61.76 61.76 0 0 0-72.16 0 354.112 354.112 0 0 1-136.032 78.4 507.264 507.264 0 0 1-146.944 36.32 55.04 55.04 0 0 0-46.208 51.936S160 404.64 160 519.36C160 727.04 405.056 928 527.616 928c122.528 0 330.24-141.76 363.456-405.504 8.32-155.776 2.56-248.704 2.56-248.704l2.112-0.544z m-133.44 160.416l-256 241.44c-11.52 10.976-29.12 12.704-42.56 4.16l-6.72-5.728-141.248-146.912a35.264 35.264 0 0 1 51.904-47.776l116.32 122.016 230.528-218.08a35.264 35.264 0 1 1 47.776 51.936v-1.056z"
                        p-id="2232" fill="#bfbfbf"></path>
            </svg>
            <input id="yanzheng" name="yanzheng" type="text" class="form-control code2"
                   placeholder="验证码" style="padding-left: 40px;display: inline-block;">
            <!--                                    <input type="button"  onclick="createCode()" id="code"  style ="margin-left:10px;width:40%;height:46.8px;font-family:Arial;font-style:italic;font-weight:bold;border:0;letter-spacing:2px;color:blue;"/>  -->
            <button type="button" onclick="shuaxin()" class="code1" id="code"
                    style=" height: 43.8px; font-family: Arial;font-style: italic; font-weight: bold; border-radius: 10px; border: 0; letter-spacing: 2px; color: blue;"></button>
 
        </div>
    </div>
    <div class="row" style="margin-top: 40px;">
        <div class="col-xs-12 col-md-12">
            <button type="button" class="btn btn-primary login"
                    value="" style="width: 100%;height: 50px;">登录</button>
        </div>
    </div>
</div>
</body>
<script src="/hxzkoa/hxzk/assets/js/libs/jquery-3.1.1.min.js"></script>
<script src="/hxzkoa/hxzk/bootstrap/js/popper.min.js"></script>
<script src="/hxzkoa/hxzk/bootstrap/js/bootstrap.min.js"></script>
<script>
    var code; //在全局定义验证码
    //产生验证码
    window.onload = function createCode() {
        code = "";
        var codeLength = 4;//验证码的长度
        var checkCode = document.getElementById("code");
        var random = new Array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);//随机数
        for (var i = 0; i < codeLength; i++) {//循环操作
            var index = Math.floor(Math.random() * 10);//取得随机数的索引(0~35)
            code += random[index];//根据索引取得随机数加到code上
        }
        var aaa = document.getElementById("yanzheng")
        aaa.value = code
        checkCode.innerHTML = code;//把code值赋给验证码
    }
    //刷新验证码
    function shuaxin() {
        code = "";
        var codeLength = 4;//验证码的长度
        var checkCode = document.getElementById("code");
        var random = new Array(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);//随机数
        for (var i = 0; i < codeLength; i++) {//循环操作
            var index = Math.floor(Math.random() * 10);//取得随机数的索引(0~35)
            code += random[index];//根据索引取得随机数加到code上
        }
        var aaa = document.getElementById("yanzheng")
        aaa.value = code
        checkCode.innerHTML = code;//把code值赋给验证码
    }
    //校验验证码
    function validate() {
        var inputCode = document.getElementById("input").value.toUpperCase(); //取得输入的验证码并转化为大写
        if (inputCode.length <= 0) { //若输入的验证码长度为0
            alert("请输入验证码!"); //则弹出请输入验证码
        }
        else if (inputCode != code) { //若输入的验证码与产生的验证码不一致时
            alert("验证码输入错误!@_@"); //则弹出验证码输入错误
            createCode();//刷新验证码
            document.getElementById("input").value = "";//清空文本框
        }
        else { //输入正确时
            alert("^-^"); //弹出^-^
        }
    }
    $(document).ready(function () {
        var title = ""
        $.ajax({
            async: false, //同步的
            type: "POST",
            url: "/hxzkoa/getSysSetting_list.do",
            data: {
 
            },
            dataType: "json",
            success: function (data) {
                title = data[0].title
                var obj = document.getElementById("headTitle");
                //console.log("head:",title)
                obj.innerText = title;
                document.title = title;
            },
        });
    })
    function login() {
        var inputCode = document.getElementById("yanzheng").value.toUpperCase(); //取得输入的验证码并转化为大写
        if (inputCode.length <= 0) { //若输入的验证码长度为0
            //console.log('if')
            swal(
                    '登录失败!',
                    '请输入验证码!',
                    'error'
            )
        }
        else if (inputCode != code) { //若输入的验证码与产生的验证码不一致时
            //console.log('elseif')
            swal(
                    '登录失败!',
                    '验证码错误!',
                    'error'
            )
            createCode();//刷新验证码
            document.getElementById("input").value = "";//清空文本框
        }
        else { //输入正确时
            //console.log('else')
            var username = $("#username").val();
            var password = $("#password").val();
            $.ajax({
                async: false, //同步的
                type: "POST",
                url: "/hxzkoa/login.do",
                data: {
                    username: username,
                    password: password,
                },
                dataType: "json",
                success: function (data) {
                    //console.log(data)
                    if (data == "1") {
                        localStorage.setItem("username",username);
                        window.location.href = "/hxzkoa/show.do"
                    } else {
                        alert("用户名或密码错误!")
                    }
                },
            });
        }
 
    }
    window.onkeydown = (e) => {
        if (e.code == "Enter") {
            login()
            return false
        }
    }
 
    // 新增功能
    $('.login').on('click', login);
 
</script>
</html>