Explorar o código

fix:退出登录移除第一个跳转首页方法

yangfeng %!s(int64=3) %!d(string=hai) anos
pai
achega
a01820f46f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/web/staticres/js/login.js

+ 1 - 1
src/web/staticres/js/login.js

@@ -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="/";