|
@@ -477,7 +477,10 @@ U.MD.D.getuser = function () {
|
|
|
$("#loginSz")[0].close(); //关闭登陆
|
|
|
}
|
|
|
if(userInfo.type == '1'){
|
|
|
- U.MD.D.I.openApplication('study')
|
|
|
+ let _iframe = $('#study iframe')[0]
|
|
|
+ if(!_iframe){
|
|
|
+ U.MD.D.I.openApplication('study')
|
|
|
+ }
|
|
|
}
|
|
|
if(US.Config.type == '2'){
|
|
|
$("#U_MD_D_BG")[0].style.backgroundImage = 'url("/img/icon/easyBg.png")'
|