diff --git a/WebRoot/pindex.html b/WebRoot/pindex.html
index 0bee3cd5..14300fe4 100644
--- a/WebRoot/pindex.html
+++ b/WebRoot/pindex.html
@@ -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: '修改密码',