Kaynağa Gözat

工具打开

zengyicheng 2 yıl önce
ebeveyn
işleme
76b6edd406
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  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")
     }
 });