소스 검색

隐藏数据大屏,项目汇总

MaiXinRong 7 달 전
부모
커밋
0d1ae4339f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      config/menu.js

+ 2 - 2
config/menu.js

@@ -22,7 +22,7 @@ const projectMenu = {
     dataview: {
         name: '数据大屏',
         icon: 'fa-th-large',
-        display: true,
+        display: false,
         url: '/dataview',
         children: null,
         caption: '数据大屏',
@@ -40,7 +40,7 @@ const projectMenu = {
     spgather: {
         name: '项目汇总',
         icon: 'fa-sitemap',
-        display: true,
+        display: false,
         url: '/spgather',
         children: null,
         caption: '项目汇总',