diff --git a/平台端web/index.html b/平台端web/index.html
index 820bfb3..fffa572 100644
--- a/平台端web/index.html
+++ b/平台端web/index.html
@@ -112,6 +112,7 @@
         }
 
         .content-header {
+            display: none;
             margin-bottom: 20px;
             padding-bottom: 15px;
             border-bottom: 1px solid #eee;
@@ -354,9 +355,6 @@
                         // 为当前点击的菜单项添加活动状态
                         this.classList.add('active');
                         
-                        // 更新内容区域标题
-                        document.querySelector('.content-header h1').textContent = text || '大妈系统平台';
-                        
                         // 这里可以根据需要更新内容区域的内容
                         updateContent(text);
                     }
@@ -367,8 +365,7 @@
             function updateContent(title) {
                 const contentBody = document.querySelector('.content-body');
                 
-                // 恢复内容区域的标题显示
-                document.querySelector('.content-header').style.display = 'block';
+                // 移除内容区域标题的显示逻辑,直接在iframe中显示页面
                 
                 // 如果是权限编辑或市场经营者创建,显示iframe
                 if (title === '权限编辑') {