|
@@ -11579,7 +11579,7 @@ U.MD.U.L.login = U.MD.U.L.DLTC = function (fun) {
|
|
|
// if (U.UF.C.queryString('code')) {
|
|
|
var _iframe = $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0; width:100%; height:100%;" }, "id": "UI_Login", "name": "UI_Login", "frameborder": "no", "border": "0", "scrolling ": "no", "src": US.Config.bpbl + "/pbl-teacher-table/dist/#/inviteLoginST" });
|
|
|
// var _iframe = $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0; width:100%; height:100%;" }, "id": "UI_Login", "name": "UI_Login", "frameborder": "no", "border": "0", "scrolling ": "no", "src": "http://localhost:8080/#/inviteLogin?code="+U.UF.C.queryString('code') });
|
|
|
- new U.UF.UI.form("登录", _iframe,
|
|
|
+ new U.UF.UI.form(false, _iframe,
|
|
|
{
|
|
|
"id": "U_MD_HomeC_Pop",
|
|
|
"style": { "width": "90%", "height": "90%", "overflow": 'hidden', 'borderRadius': '10px' },
|