del response old code

This commit is contained in:
suwings 2017-11-17 08:21:53 +08:00
parent 8bd0b0c436
commit c3e96eff44

View File

@ -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) {