lsc 2 years ago
parent
commit
b735d7c907
1 changed files with 2 additions and 1 deletions
  1. 2 1
      js/gm/DeskTop.js

+ 2 - 1
js/gm/DeskTop.js

@@ -2434,7 +2434,8 @@ U.MD.D.I.openApplicationJie = function (str, cid, stage, task, tool) {
             //         U.MD.D.I.openApplication(str, obj, info);
             //     }
             // }
-            window.open("https://cloud.cocorobo.cn/kityminder-editor/dist/index.html", "思维导图", "height=" + US.height + ", width=" + US.width + ", top=100, left=100, toolbar=no, menubar=0,  resizable=0, location=0, status=no");
+            let test = window.open("https://cloud.cocorobo.cn/kityminder-editor/dist/index.html", "思维导图", "height=" + US.height + ", width=" + US.width + ", top=100, left=100, toolbar=no, menubar=0,  resizable=0, location=0, status=no");
+            test.location.reload;
             break;
         case "MindMap":
             aTool = 3;