Kaynağa Gözat

feat:p525 豆丁跳转调整

fuwencai 1 yıl önce
ebeveyn
işleme
acee66f604
1 değiştirilmiş dosya ile 6 ekleme ve 1 silme
  1. 6 1
      src/web/staticres/js/login.js

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

@@ -1223,7 +1223,7 @@ $(function(){
               document.querySelector(setPassArr[i]).style.display = (type ? 'block' : 'none')
             }
           }
-          
+
         },
         ajaxRegister: function (e, arr) {
           var source =	 getParam("source");//百度SEM
@@ -2171,6 +2171,11 @@ function openLoginDig(type, redirectUrl,Logincallback) {
         // if (location.pathname === '/') {
         //   return location.reload()
         // }
+        // p525 如果是豆丁过来的 跳转到工作桌面
+        if (getParam("partner")==="docin") {
+          location.href = '/page_workDesktop/'
+          return
+        }
         if (redirectUrl === 'reload') {
           return location.reload()
         }