소스 검색

工具打开

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")
     }
 });