|
|
@@ -5760,6 +5760,12 @@ window.addEventListener('message', function (e) { // 监听 message 事件
|
|
|
gid: e.data.gid || '',
|
|
|
}
|
|
|
U.MD.D.I.openInApplication("opencCscl", _data)
|
|
|
+ } else if (e.data.tools && e.data.tools == "opencCscl2") {
|
|
|
+ let _data = {
|
|
|
+ cid: e.data.cid || '',
|
|
|
+ gid: e.data.gid || '',
|
|
|
+ }
|
|
|
+ U.MD.D.I.openInApplication("opencCscl2", _data)
|
|
|
} else if (e.data.tools && e.data.tools == "dataBoardTest") {
|
|
|
U.MD.D.I.openApplication("dataBoardTest")
|
|
|
} else if (e.data.tools && e.data.tools == "openCourseUpdate") {
|