|
|
|
@ -143,17 +143,14 @@
|
|
|
|
|
|
|
|
|
|
// 登出逻辑
|
|
|
|
|
admin.logout(function () {
|
|
|
|
|
|
|
|
|
|
popup.success("注销成功", function () {
|
|
|
|
|
window.location = "/QingLong/loginPerson/logout";
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
return true;
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
$("#changePwd").click(function () {
|
|
|
|
|
$(".layui-this").removeAttr("class");
|
|
|
|
|
//console.log($(".layui-this").removeClass("classname"));
|
|
|
|
|
$(".layui-this").removeAttr("class");
|
|
|
|
|
layer.open({
|
|
|
|
|
type: 2,
|
|
|
|
|
title: '修改密码',
|
|
|
|
|