lsc 2 년 전
부모
커밋
0516b94ba3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      uform.js

+ 1 - 1
uform.js

@@ -11577,7 +11577,7 @@ U.MD.U.L.login = U.MD.U.L.DLTC = function (fun) {
     }
     else {
         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", "width": "400px", "height": "450px", "src": "http://localhost:8080/#/inviteLogin?code="+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", "width": "400px", "height": "450px", "src": "https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/inviteLogin?code="+U.UF.C.queryString('code') });
             new U.UF.UI.form("登录", _iframe,
                 {
                     "id": "U_MD_HomeC_Pop",