lsc 3 月之前
父节点
当前提交
b6a5945706
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      app.html
  2. 1 1
      js/Desktop/DeskTop.js

+ 1 - 1
app.html

@@ -17,6 +17,6 @@
     </style>
 </head>
 <body>
-    <iframe src="https://beta.cloud.cocorobo.cn/iframe.html" frameborder="0"></iframe>
+    <iframe src="https://cloud.cocorobo.hk/iframe.html" frameborder="0"></iframe>
 </body>
 </html>

+ 1 - 1
js/Desktop/DeskTop.js

@@ -7626,7 +7626,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
         case "cocoflowDeskTop": //cocoflowDeskTop
             _formdiv = new U.UF.UI.form(
                 false,
-                $$("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": "//app.cocorobo.cn/#/?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&role=" + _role }), {
+                $$("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": "//app.cocorobo.hk/#/?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&role=" + _role }), {
                 "id": "cocoflowDeskTop",
                 "style": { "width": "100%", "height": "100%", "overflow": 'hidden' },
                 "onresize": function () { },