Эх сурвалжийг харах

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

yangfeng 3 жил өмнө
parent
commit
a01820f46f

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