소스 검색

Merge branch 'v4.9.27_fu' of qmx/jy into feature/v4.9.27

fuwencai 1 년 전
부모
커밋
41fd208918
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/web/staticres/js/login.js

+ 5 - 0
src/web/staticres/js/login.js

@@ -2177,6 +2177,11 @@ function openLoginDig(type, redirectUrl,Logincallback) {
         // if (location.pathname === '/') {
         // if (location.pathname === '/') {
         //   return location.reload()
         //   return location.reload()
         // }
         // }
+        // p525 如果是豆丁过来的 跳转到工作桌面
+        if (getParam("partner")==="docin") {
+          location.href = '/page_workDesktop/'
+          return
+        }
         if (redirectUrl === 'reload') {
         if (redirectUrl === 'reload') {
           return location.reload()
           return location.reload()
         }
         }