From 6c4cee9e011553f211b4900bf154063241b7c791 Mon Sep 17 00:00:00 2001 From: kgdxpr Date: Wed, 7 Feb 2024 14:39:09 +0800 Subject: [PATCH] 'commit' --- WebRoot/pindex.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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: '修改密码',