main
kgdxpr 1 year ago
parent f501f70bd7
commit 6c4cee9e01

@ -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: '修改密码',

Loading…
Cancel
Save