root 2 년 전
부모
커밋
63b111a819
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      js/Desktop/DeskTop.js

+ 4 - 4
js/Desktop/DeskTop.js

@@ -844,7 +844,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
                 // U.MD.D.I.isRoom();
                 _formdiv = new U.UF.UI.form(
                     "协同文档",
-                    $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "/Office/Word/WordEditArea.htm" }), {
+                    $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://docs.qq.com/desktop/" }), {
                     "id": "doc",
                     "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
                     "onresize": function () { }
@@ -1119,7 +1119,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
                 // U.MD.D.I.isRoom();
                 _formdiv = new U.UF.UI.form(
                     "协同文档",
-                    $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "/Office/Word/WordEditArea.htm" }), {
+                    $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://docs.qq.com/desktop/" }), {
                     "id": "doc",
                     "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
                     "onresize": function () { }
@@ -1303,7 +1303,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
                 // U.MD.D.I.isRoom();
                 _formdiv = new U.UF.UI.form(
                     "协同文档",
-                    $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "/Office/Word/WordEditArea.htm" }), {
+                    $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "https://docs.qq.com/desktop/" }), {
                     "id": "doc",
                     "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
                     "onresize": function () { }
@@ -1731,7 +1731,7 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
                 "style": {
                     "cssText": "border:0;width:100%;height:100%"
                 },
-                "src": "/Office/Word/WordEditArea.htm"
+                "src": "https://docs.qq.com/desktop/"
             })
             _box.appendChild(_iframe);
             _box.appendChild(_jie);