|
@@ -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()
|
|
}
|
|
}
|