فهرست منبع

删除脑图中的‘来自应用导航‘’

unknown 5 سال پیش
والد
کامیت
60d2f2a869
1فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 5 5
      o2web/source/x_component_Minder/Main.js

+ 5 - 5
o2web/source/x_component_Minder/Main.js

@@ -71,12 +71,12 @@ MWF.xApplication.Minder.Main = new Class({
                 "title": "回收站",
                 "action": "openRecycleExplorer",
                 "icon": "navi_recycle"
-            },
-            {
-                "title": "来自应用",
-                "action": "personConfig",
-                "icon": "navi_fromapp"
             }
+            // {
+            //     "title": "来自应用",
+            //     "action": "personConfig",
+            //     "icon": "navi_fromapp"
+            // }
         ];
         naviJson.each( function( d ){
             this.createNaviNode( d );