|
@@ -458,6 +458,12 @@ window.addEventListener('message', function(e) { // 监听 message 事件
|
|
U.MD.D.I.openApplication("train")
|
|
U.MD.D.I.openApplication("train")
|
|
} else if (e.data.tools && e.data.tools == "21") {
|
|
} else if (e.data.tools && e.data.tools == "21") {
|
|
U.MD.D.I.openApplication("program")
|
|
U.MD.D.I.openApplication("program")
|
|
|
|
+ } else if (e.data.tools && e.data.tools == "22") {
|
|
|
|
+ U.MD.D.I.openApplication("AIprogram2")
|
|
|
|
+ } else if (e.data.tools && e.data.tools == "23") {
|
|
|
|
+ U.MD.D.I.openApplication("Pythonprogram")
|
|
|
|
+ } else if (e.data.tools && e.data.tools == "24") {
|
|
|
|
+ U.MD.D.I.openApplication("AIprogram")
|
|
}
|
|
}
|
|
});
|
|
});
|
|
|
|
|