root 2 years ago
parent
commit
114222df6b
1 changed files with 4 additions and 1 deletions
  1. 4 1
      js/Desktop/DeskTop.js

+ 4 - 1
js/Desktop/DeskTop.js

@@ -462,7 +462,7 @@ window.addEventListener('message', function(e) { // 监听 message 事件
         U.MD.D.I.openApplication("note")
     } else if (e.data.tools && e.data.tools == "3") {
         // U.MD.D.I.openApplication("mind")
-        U.MD.D.I.openApplicationJie("mind", e.data.cid, e.data.stage, e.data.task, e.data.tool)
+        U.MD.D.I.openApplicationJie("MindMap", e.data.cid, e.data.stage, e.data.task, e.data.tool)
     } else if (e.data.tools && e.data.tools == "4") {
         U.MD.D.I.openApplication("investigation")
     } else if (e.data.tools && e.data.tools == "6") {
@@ -488,6 +488,9 @@ window.addEventListener('message', function(e) { // 监听 message 事件
     } else if (e.data.tools && e.data.tools == "25") {
         U.MD.D.I.openApplication("sys")
     }
+    else if (e.data.tools && e.data.tools == "26") {
+        U.MD.D.I.openApplication("courseDesign")
+    }
 });
 
 U.MD.D.I.selectUser = function() {