lsc 2 weeks ago
parent
commit
ccbf229126
2 changed files with 2 additions and 1 deletions
  1. 1 0
      js/Desktop/DeskTop.js
  2. 1 1
      js/Desktop/Onload.js

+ 1 - 0
js/Desktop/DeskTop.js

@@ -1044,6 +1044,7 @@ U.MD.D.I.szjkyStudentDeskIcon = [
     { "Name": "项目管理", "Url": "studentCourse", "style": { "cssText": "background-image:url(/img/icon/studentCourse.png)" } },
     { "Name": "项目中心", "Url": "studentIndex", "style": { "cssText": "background-image:url(/img/icon/studentIndex.png)" } },
     { "Name": "协同建构", "Url": "futureClass", "style": { "cssText": "background-image:url(/img/icon/futureClass.png)" } },
+    { "Name": "CocoFlow", "Url": "appStore", "style": { "cssText": "background-image:url(/img/icon/appStore.png)" } },
 ];
 
 //成华教育局

+ 1 - 1
js/Desktop/Onload.js

@@ -1133,7 +1133,7 @@ function loginSet(userInfo, res){
     }else{
         U.MD.D.I.initDesktopIcons($("#U_MD_D_K")[0], 1);
     }
-    if(userInfo.type === 1 && userInfo.organizeid == "f3b243b2-75e2-4b00-8f66-7644946a2a25"){
+    if(userInfo.type === 1 && userInfo.org == "f3b243b2-75e2-4b00-8f66-7644946a2a25"){
         U.MD.D.I.openApplication("cocoflow")
     }