|
@@ -3651,7 +3651,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
|
|
|
case "ainew": //AI共创
|
|
|
_formdiv = new U.UF.UI.form(
|
|
|
"AI协同",
|
|
|
- $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "//cloud.cocorobo.cn/ainew" }), {
|
|
|
+ $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://cloud.cocorobo.cn/ainew" }), {
|
|
|
"id": "ainew",
|
|
|
"style": { "width": "100%", "height": "100%", "overflow": 'hidden' },
|
|
|
"onresize": function () { }
|