mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-02-17 15:59:41 +08:00
del response old code
This commit is contained in:
parent
8bd0b0c436
commit
c3e96eff44
@ -18,22 +18,6 @@
|
||||
callback(undefined);
|
||||
}
|
||||
});
|
||||
// var token = TOOLS.getCookie('token_to') || '';
|
||||
// var username = TOOLS.getCookie('username_to');
|
||||
// console.log('!!!!!!返回 TOKEN ',token,'username ',username);
|
||||
//
|
||||
// TOOLS.delCookie('token_to');
|
||||
// TOOLS.delCookie('username_to');
|
||||
// TOOLS.setCookie('is_to','1');
|
||||
|
||||
// if(token == '') {
|
||||
// console.log('token == || username == ')
|
||||
// window.location.href = '../../token?callback=' + encodeURI('http://sub.mine.ol:23333/public/');
|
||||
// return;
|
||||
// }
|
||||
|
||||
// MCSERVER.username = u sername;
|
||||
// callback(token);
|
||||
}
|
||||
|
||||
RES.tokenAjax = function(parameter) {
|
||||
|
Loading…
Reference in New Issue
Block a user