xinwei #28

Merged
root merged 14 commits from xinwei into master 2024-08-22 13:44:30 +08:00
Showing only changes of commit 79a33315d0 - Show all commits

View File

@ -23,7 +23,7 @@ $(function(){
title: I18n.system_tips, title: I18n.system_tips,
content: ('已退出登录!' || I18n.logout_success) content: ('已退出登录!' || I18n.logout_success)
});*/ });*/
window.location.href = "http://127.0.0.1:80/logout" window.location.href = "https://mt.ptzykjgs.com/admin/logout"
/*$.post(base_url + "/logout", function(data, status) { /*$.post(base_url + "/logout", function(data, status) {
if (data.code == "200") { if (data.code == "200") {
layer.msg( I18n.logout_success ); layer.msg( I18n.logout_success );