|
@@ -666,7 +666,7 @@ var signout = function(){
|
|
|
$('#noticed').hide()
|
|
|
clearLoginStorage(/-login-clear/)
|
|
|
afterSignoutClearCookit();
|
|
|
- window.location.href="/";
|
|
|
+ // window.location.href="/";
|
|
|
var pt = new RegExp("^/article/content/.+$|^/front/dataExport/.+$|^/front/course/codePay$|^/front/course/orderPay$|^/entpc/.+$|^/bid/pc/page/.+$");
|
|
|
if(pt.test(window.location.pathname)){
|
|
|
window.location.href="/";
|