|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
|
|
|
<!-- <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> -->
|
|
|
|
|
<title>长春市装备信息管理系统</title>
|
|
|
|
|
<title></title>
|
|
|
|
|
<!-- 依 赖 样 式 -->
|
|
|
|
|
<link rel="stylesheet" href="component/pear/css/pear.css"/>
|
|
|
|
|
<!-- 加 载 样 式 -->
|
|
|
|
@ -113,6 +113,7 @@
|
|
|
|
|
<!-- 依 赖 脚 本 -->
|
|
|
|
|
<script src="component/layui/layui.js"></script>
|
|
|
|
|
<script src="component/pear/pear.js"></script>
|
|
|
|
|
<script src="component/pear/base64.js"></script>
|
|
|
|
|
<!-- 框 架 初 始 化 -->
|
|
|
|
|
<script>
|
|
|
|
|
layui.use(['admin', 'jquery', 'popup', 'drawer'], function () {
|
|
|
|
@ -141,8 +142,7 @@
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$("#changePwd").click(function () {
|
|
|
|
|
$(".layui-this").removeAttr("class");
|
|
|
|
|
//console.log($(".layui-this").removeClass("classname"));
|
|
|
|
|
$(".layui-this").removeAttr("class");
|
|
|
|
|
layer.open({
|
|
|
|
|
type: 2,
|
|
|
|
|
title: '修改密码',
|
|
|
|
@ -165,7 +165,12 @@
|
|
|
|
|
|
|
|
|
|
var loginPersonInfo = getPersonLoginInfo($);
|
|
|
|
|
$("#personName").html(" " + loginPersonInfo.person_name);
|
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$('title').text(getGlobalInfo($, Base64.encode("title,copy_right")));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|