ソースを参照

Revert "feat:未登录搜索页登录后跳转调整"

This reverts commit c8c62739818ce7de32f357faa7e4e6b1b9ff7fef.
fuwencai 1 年間 前
コミット
159bb043e2
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/web/staticres/public-pc/js/header-nav-mini.js

+ 1 - 1
src/web/staticres/public-pc/js/header-nav-mini.js

@@ -115,7 +115,7 @@ var headerNavMini = {
     })
   },
   doLogin: function () {
-    if (location.pathname === '/'||location.pathname === '/jylab/supsearch/index.html') {
+    if (location.pathname === '/') {
       // 打开登录窗口,登录成功后去工作桌面
       openLoginDig(true)
     } else {