浏览代码

Merge branch 'dev4.6.3.11' of http://192.168.3.207:8080/qmx/jy into dev4.6.3.11

wangshan 3 年之前
父节点
当前提交
44282e101d
共有 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="/";