xxl-job注销跳转修改
This commit is contained in:
parent
9edeeb7eda
commit
79a33315d0
@ -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 );
|
||||||
|
Loading…
Reference in New Issue
Block a user