소스 검색

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

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

See merge request o2oa/o2oa!2329
蔡祥熠 5 년 전
부모
커밋
e2fa5eabe5
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 );