瀏覽代碼

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

yangfeng 3 年之前
父節點
當前提交
a01820f46f
共有 1 個文件被更改,包括 1 次插入1 次删除
  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="/";