|
@@ -5836,13 +5836,17 @@ U.MD.D.I.openApplication = function (str, obj, info) {
|
|
|
if (str == 'my' && _type == 2 && (_oid == "69893dca-1d47-11ed-8c78-005056b86db5" || _oid == "05b62310-8cda-11ed-b13d-005056b86db5")) {
|
|
|
return;
|
|
|
}
|
|
|
- let opArray = [ "project", "study", "appStore", "futureClass", "evaluate", "student"]
|
|
|
+ let opArray = [ "project", "study", "appStore", "futureClass", "evaluate", "student", "testTeacher", "testStudent", "testTeacherSies", "testStudentSies"]
|
|
|
if(opArray.includes(str)){
|
|
|
let _str = str
|
|
|
if(str == 'appStore'){
|
|
|
_str = "cocoFlow"
|
|
|
}else if(str == "futureClass"){
|
|
|
_str = "cocoNote"
|
|
|
+ }else if(str == "testTeacher" || str == "testTeacherSies"){
|
|
|
+ _str = "IntelligentForm"
|
|
|
+ }else if(str == "testStudent" || str == "testStudentSies"){
|
|
|
+ _str = "TeacherCenter"
|
|
|
}
|
|
|
try {
|
|
|
U.MD.D.addOp3('1', "", { type: _str+'Open' }, "success")
|