zengyicheng %!s(int64=2) %!d(string=hai) anos
pai
achega
76b6edd406
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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")
     }
 });