|
@@ -470,8 +470,8 @@ window.addEventListener('message', function(e) { // 监听 message 事件
|
|
|
} else if (e.data.tools && e.data.tools == "4") {
|
|
|
U.MD.D.I.openApplication("investigation")
|
|
|
} else if (e.data.tools && e.data.tools == "6") {
|
|
|
- U.MD.D.I.openApplication("doc")
|
|
|
- // U.MD.D.I.openApplicationJie("doc", e.data.cid, e.data.stage, e.data.task, e.data.tool)
|
|
|
+ // U.MD.D.I.openApplication("doc")
|
|
|
+ U.MD.D.I.openApplicationJie("doc", e.data.cid, e.data.stage, e.data.task, e.data.tool)
|
|
|
} else if (e.data.tools && e.data.tools == "7") {
|
|
|
// U.MD.D.I.openApplication("mindNetwork")
|
|
|
U.MD.D.I.openApplicationJie("mindNetwork", e.data.cid, e.data.stage, e.data.task, e.data.tool)
|
|
@@ -494,7 +494,12 @@ window.addEventListener('message', function(e) { // 监听 message 事件
|
|
|
} else if (e.data.tools && e.data.tools == "26") {
|
|
|
// U.MD.D.I.openApplication("courseDesign")
|
|
|
U.MD.D.I.openApplicationJie("courseDesign", e.data.cid, e.data.stage, e.data.task, e.data.tool)
|
|
|
+ }else if (e.data.tools && e.data.tools == "31") {
|
|
|
+ U.MD.D.I.openApplication("netWorkPanel")
|
|
|
+ }else if (e.data.tools && e.data.tools == "32") {
|
|
|
+ U.MD.D.I.openApplication("codeEdit")
|
|
|
}
|
|
|
+
|
|
|
});
|
|
|
|
|
|
U.MD.D.I.selectUser = function() {
|