소스 검색

编程平台

zengyicheng 3 년 전
부모
커밋
c905b655d5
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      js/Desktop/DeskTop.js

+ 2 - 0
js/Desktop/DeskTop.js

@@ -447,6 +447,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")
     }
 });