root hace 3 años
padre
commit
16e3005173
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      js/Desktop/DeskTop.js

+ 1 - 1
js/Desktop/DeskTop.js

@@ -461,7 +461,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
         case "mind":
         case "mind":
             _formdiv = new U.UF.UI.form(
             _formdiv = new U.UF.UI.form(
                 "思维导图",
                 "思维导图",
-                $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "/kityminder-editor/dist/index.html" }), {
+                $$("iframe", { "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0;width:100%;height:100%" }, "src": "/jsMemo/index.html" }), {
                 "id": "mind",
                 "id": "mind",
                 "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
                 "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
                 "onresize": function () { }
                 "onresize": function () { }