lsc 2 anos atrás
pai
commit
2d625df0aa
1 arquivos alterados com 5 adições e 5 exclusões
  1. 5 5
      js/Desktop/DeskTop.js

+ 5 - 5
js/Desktop/DeskTop.js

@@ -325,7 +325,7 @@ U.MD.D.I.tcOrganizerDeskIcon = [
 ];
 
 U.MD.D.I.szscStudentDeskIcon = [
-    { "Name": "生项目", "Url": "studentCourse", "style": { "cssText": "background-image:url(/img/icon/studentCourse.png)" } },
+    { "Name": "生项目", "Url": "studentCourse", "style": { "cssText": "background-image:url(/img/icon/studentCourse.png)" } },
     { "Name": "我的资料", "Url": "tcData", "style": { "cssText": "background-image:url(/img/icon/myMessage.png)" } },
     { "Name": "消息通知", "Url": "tcNotice", "style": { "cssText": "background-image:url(/img/icon/news.png)" } },
 ];
@@ -333,7 +333,7 @@ U.MD.D.I.szscStudentDeskIcon = [
 U.MD.D.I.szscTeacherDeskIcon = [
     // { "Name": "项目管理", "Url": "project", "style": { "cssText": "background-image:url(/img/icon/project.png)" } },
     { "Name": "学习中心", "Url": "study", "style": { "cssText": "background-image:url(/img/icon/study.png)" } },
-    { "Name": "生项目", "Url": "studentCourse", "style": { "cssText": "background-image:url(/img/icon/studentCourse.png)" } },
+    { "Name": "生项目", "Url": "studentCourse", "style": { "cssText": "background-image:url(/img/icon/studentCourse.png)" } },
     { "Name": "班级管理", "Url": "class", "style": { "cssText": "background-image:url(/img/icon/class.png)" } },
     { "Name": "学生管理", "Url": "tcStudent", "style": { "cssText": "background-image:url(/img/icon/student.png)" } },
     { "Name": "我的资料", "Url": "tcData", "style": { "cssText": "background-image:url(/img/icon/myMessage.png)" } },
@@ -343,7 +343,7 @@ U.MD.D.I.szscTeacherDeskIcon = [
 U.MD.D.I.szscOrganizerDeskIcon = [
     { "Name": "项目管理", "Url": "project", "style": { "cssText": "background-image:url(/img/icon/project.png)" } },
     { "Name": "学习中心", "Url": "study", "style": { "cssText": "background-image:url(/img/icon/study.png)" } },
-    { "Name": "生项目", "Url": "studentCourseS", "style": { "cssText": "background-image:url(/img/icon/studentCourse.png)" } },
+    { "Name": "生项目", "Url": "studentCourseS", "style": { "cssText": "background-image:url(/img/icon/studentCourse.png)" } },
     // { "Name": "学校管理", "Url": "tcSchool", "style": { "cssText": "background-image:url(/img/icon/school.png)" } },
     { "Name": "教师管理", "Url": "tcTeacher", "style": { "cssText": "background-image:url(/img/icon/teacher.png)" } },
     { "Name": "我的资料", "Url": "tcData", "style": { "cssText": "background-image:url(/img/icon/myMessage.png)" } },
@@ -2500,7 +2500,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
             break;
         case "studentCourse": //学生项目 学生
             _formdiv = new U.UF.UI.form(
-                (_org == "150e3120-9195-11ed-b13d-005056b86db5" || _org == "ee40e8e3-e36c-4872-8105-cf395481012s") ? "师生项目" : "学生项目",
+                (_org == "150e3120-9195-11ed-b13d-005056b86db5") ? "师生项目" : "学生项目",
                 $$("iframe", { "allow": "camera *; microphone *;display-capture", "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0; width:100%; height:100%;" }, "src": "https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/studentCourse?userid=" + _userid + "&oid=" + _oid + "&org=" + _org }), {
                 "id": "studentCourse",
                 "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },
@@ -2512,7 +2512,7 @@ U.MD.D.I.openApplication = function (str, obj, info) {
             break;
         case "studentCourseS": //学生项目 老师
             _formdiv = new U.UF.UI.form(
-                (_org == "150e3120-9195-11ed-b13d-005056b86db5" || _org == "ee40e8e3-e36c-4872-8105-cf395481012s") ? "师生项目" : "学生项目",
+                (_org == "150e3120-9195-11ed-b13d-005056b86db5") ? "师生项目" : "学生项目",
                 $$("iframe", { "allow": "camera *; microphone *;display-capture", "webkitallowfullscreen": "", "mozallowfullscreen": "", "allowfullscreen": "", "frameborder": "no", "border": "0", "scrolling ": "no", "style": { "cssText": "border:0; width:100%; height:100%;" }, "src": "https://pbl.cocorobo.cn/pbl-teacher-table/dist/#/scourse?userid=" + _userid + "&oid=" + _oid + "&org=" + _org + "&role=" + _role }), {
                 "id": "studentCourseS",
                 "style": { "width": "90%", "height": "90%", "overflow": 'hidden' },