lsc 1 năm trước cách đây
mục cha
commit
5e94c2ec0b
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      js/Desktop/DeskTop.js

+ 3 - 0
js/Desktop/DeskTop.js

@@ -2818,6 +2818,9 @@ U.MD.D.I.initDesktopIcons = function (el, type) {
             }
         } else {
             for (i = 0; i < _teacherDesktopIconInfo.length; i++) {
+                if(_role === 0 && _teacherDesktopIconInfo[i].Url == 'testTeacher'){
+                    continue
+                }
                 _content = $$("div", {
                     className: "U_MD_D_KO",
                     "onmousedown": U.UF.C.closure(function (obj) {