Browse Source

Merge branch 'beta'

lsc 1 month ago
parent
commit
bd25726521
3 changed files with 5 additions and 3 deletions
  1. 3 0
      app.html
  2. 1 1
      js/Desktop/DeskTop.js
  3. 1 2
      uform.js

+ 3 - 0
app.html

@@ -15,6 +15,9 @@
             height: 100%;
         }
     </style>
+    <script type="text/javascript">
+        document.domain = document.domain.split(".").slice(-2).join(".");
+    </script>
 </head>
 <body>
     <iframe src="https://beta.cloud.cocorobo.cn/iframe.html" frameborder="0"></iframe>

+ 1 - 1
js/Desktop/DeskTop.js

@@ -5569,7 +5569,7 @@ U.MD.D.I.openInApplication = function (str, data, screenType, tType) {
         case "inviteLoginSz":
             _formdiv = new U.UF.UI.form(
                 "随机码登录",
-                $$("iframe", { "allow": "camera *; microphone *;display-capture;midi;encrypted-media;", "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": US.Config.bpbl + "/pbl-teacher-table/dist/#/inviteLoginSZ?code=" + data }), {
+                $$("iframe", { "allow": "camera *; microphone *;display-capture;midi;encrypted-media;", "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://invitelogin.cocorobo.cn/#/inviteLoginSZ?code=" + data }), {
                 "id": "loginSz",
                 "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
                 "onresize": function () { }

+ 1 - 2
uform.js

@@ -11577,8 +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", "src": US.Config.bpbl + "/pbl-teacher-table/dist/#/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", "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", "src": "https://invitelogin.cocorobo.cn/#/inviteLogin?code=" + U.UF.C.queryString('code') });
             new U.UF.UI.form("登录", _iframe,
                 {
                     "id": "U_MD_HomeC_Pop",