lsc 2 years ago
parent
commit
2777bd0048
1 changed files with 2 additions and 2 deletions
  1. 2 2
      js/Desktop/DeskTop.js

+ 2 - 2
js/Desktop/DeskTop.js

@@ -3034,13 +3034,13 @@ U.MD.D.I.openApplicationJieS = function (str, cid, stage, task, tool) {
                     "cssText": "border:0;width:100%;height:100%"
                 },
                 "src": "/kityminder-editor/dist/index.html"
-            })
+            });
             _box.appendChild(_iframe);
             _box.appendChild(_jie);
             _formdiv = new U.UF.UI.form(
                 "思维导图",
                 _box, { //"/jsmind/example/demo.html" 
-                "id": "minds",
+                "id": "minds" + stage + task + tool,
                 "style": {
                     "width": "90%",
                     "height": "90%",