diff --git a/data-room-ui/packages/Layout/BigScreenHomeLayout/index.vue b/data-room-ui/packages/Layout/BigScreenHomeLayout/index.vue
index e5f63ccc..453d7e0b 100644
--- a/data-room-ui/packages/Layout/BigScreenHomeLayout/index.vue
+++ b/data-room-ui/packages/Layout/BigScreenHomeLayout/index.vue
@@ -114,12 +114,12 @@ export default {
           path: window?.BS_CONFIG?.routers?.dataSetUrl || '/big-screen-dataSet',
           icon: 'icon-data'
         },
-        {
-          id: 5,
-          name: '地图数据管理',
-          path: '/big-screen-map-data',
-          icon: 'icon-data'
-        }
+        // {
+        //   id: 5,
+        //   name: '地图数据管理',
+        //   path: '/big-screen-map-data',
+        //   icon: 'icon-data'
+        // }
       ]
     }
   },