Forráskód Böngészése

Merge branch 'fix/Minder.navi_execption' into 'wrdp'

Merge of fix/Minder.navi_execption 删除脑图中的‘来自应用导航‘ to wrdp

See merge request o2oa/o2oa!2329
蔡祥熠 5 éve
szülő
commit
e2fa5eabe5
1 módosított fájl, 5 hozzáadás és 5 törlés
  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 );