zengyicheng 2 年 前
コミット
76b6edd406
1 ファイル変更4 行追加0 行削除
  1. 4 0
      js/Desktop/DeskTop.js

+ 4 - 0
js/Desktop/DeskTop.js

@@ -332,6 +332,10 @@ window.addEventListener('message', function(e) { // 监听 message 事件
         U.MD.D.I.openApplication("investigation")
     } else if (e.data.tools && e.data.tools == "6") {
         U.MD.D.I.openApplication("doc")
+    } else if (e.data.tools && e.data.tools == "7") {
+        U.MD.D.I.openApplication("mindNetwork")
+    } else if (e.data.tools && e.data.tools == "8") {
+        U.MD.D.I.openApplication("library")
     }
 });