|
|
|
@ -131,12 +131,10 @@
|
|
|
|
|
async: false,
|
|
|
|
|
url: "/QingLong/loginPerson/logout",
|
|
|
|
|
success: function (res) {
|
|
|
|
|
if (res.success) {
|
|
|
|
|
popup.success("注销成功", function () {
|
|
|
|
|
location.href = "login.html";
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
return true;
|
|
|
|
|
});
|
|
|
|
@ -166,12 +164,7 @@
|
|
|
|
|
|
|
|
|
|
var loginPersonInfo = getPersonLoginInfo($);
|
|
|
|
|
$("#personName").html(" " + loginPersonInfo.person_name);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 消息点击回调
|
|
|
|
|
// admin.message(function(id, title, context, form) {});
|
|
|
|
|
})
|
|
|
|
|
</script>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|