@ -140,18 +140,11 @@
// 登出逻辑
admin.logout(function () {
$.ajax({
type: "GET",
async: false,
url: "/QingLong/loginPerson/logout",
success: function (res) {
if (res.success) {
popup.success("注销成功", function () {
location.href = "plogin.html";
});
}
window.location = "/QingLong/loginPerson/logout";
return true;