Bläddra i källkod

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/CocoRoboDesktop

lsc 2 år sedan
förälder
incheckning
6848bc50a7
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      js/Desktop/DeskTop.js

+ 2 - 0
js/Desktop/DeskTop.js

@@ -456,6 +456,8 @@ window.addEventListener('message', function(e) { // 监听 message 事件
         U.MD.D.I.openApplication("stuLibrary")
     } else if (e.data.tools && e.data.tools == "18") {
         U.MD.D.I.openApplication("train")
+    } else if (e.data.tools && e.data.tools == "21") {
+        U.MD.D.I.openApplication("program")
     }
 });