lsc 2 rokov pred
rodič
commit
157c692a67
1 zmenil súbory, kde vykonal 4 pridanie a 2 odobranie
  1. 4 2
      js/Desktop/DeskTop.js

+ 4 - 2
js/Desktop/DeskTop.js

@@ -548,7 +548,7 @@ window.addEventListener('message', function(e) { // 监听 message 事件
     } else if (e.data.allScreen && e.data.allScreen == "2") {
         var _formel = document.getElementById("studyDetail");
         U.UF.F.windowZooming(_formel);
-    } else if (e.data.allScreen && e.data.allScreen == "3") {
+    } else if (e.data.allScreen && e.data.allScreen == "3") {project
         var _formel = document.getElementById("studentStudy");
         U.UF.F.windowZooming(_formel);
     } else if (e.data.allScreen && e.data.allScreen == "6") {
@@ -621,10 +621,12 @@ window.addEventListener('message', function(e) { // 监听 message 事件
         U.MD.D.I.openApplication("24game")
     } else if (e.data.tools && e.data.tools == "39") {
         U.MD.D.I.openApplication("GeoGebra")
-    } else if (e.data.tools && e.data.tools == "39") {
+    } else if (e.data.tools && e.data.tools == "43") {
         U.MD.D.I.openApplication("studentEvaluate")
     } else if (e.data.tools && e.data.tools == "44") {
         U.MD.D.I.openInApplication("hanUrl", '', '', '')
+    } else if (e.data.tools && e.data.tools == "46") {
+        U.MD.D.I.openApplication("project")
     }
 
 });