main
kgdxpr 1 year ago
parent fa61f8a0b5
commit d48f3377cf

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