|
@@ -52,9 +52,6 @@ $(function(){
|
|
|
} else if(getParam('close_goUrl')){
|
|
|
window.location.href= decodeURIComponent(getParam('close_goUrl'))
|
|
|
}else{
|
|
|
- let cookieInfo = document.cookie.split("; ");
|
|
|
- cookieInfo = cookieInfo.filter(item => item.indexOf("channelCode") === -1)
|
|
|
- document.cookie = cookieInfo.join("; ");
|
|
|
window.location.href="/";
|
|
|
}
|
|
|
});
|