lsc 1 year ago
parent
commit
7b8af82c8b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      js/Desktop/DeskTop.js

+ 3 - 0
js/Desktop/DeskTop.js

@@ -595,6 +595,9 @@ U.MD.D.I.ModeCheck = function (type) {
 
     //初始化桌面图标
     U.MD.D.I.initDesktopIcons($("#U_MD_D_K")[0], type);
+    if(type == 2){
+        U.MD.D.I.openApplication("project")
+    }
 }