main
kgdxpr 1 year ago
parent f501f70bd7
commit 6c4cee9e01

@ -143,17 +143,14 @@
// 登出逻辑 // 登出逻辑
admin.logout(function () { admin.logout(function () {
popup.success("注销成功", function () { popup.success("注销成功", function () {
window.location = "/QingLong/loginPerson/logout"; window.location = "/QingLong/loginPerson/logout";
}); });
return true; return true;
}); });
$("#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: '修改密码',

Loading…
Cancel
Save