root 2 年 前
コミット
c3dad95b56
1 ファイル変更1 行追加1 行削除
  1. 1 1
      js/Desktop/DeskTop.js

+ 1 - 1
js/Desktop/DeskTop.js

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