From e52fe71fb9c6dd82f996a9db07b2bd765c27f09b Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期二, 21 一月 2025 16:36:58 +0800
Subject: [PATCH] 添加校验

---
 src/views/layout/components/Navbar.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/layout/components/Navbar.vue b/src/views/layout/components/Navbar.vue
index fa1d6fa..4f78cee 100644
--- a/src/views/layout/components/Navbar.vue
+++ b/src/views/layout/components/Navbar.vue
@@ -34,9 +34,10 @@
         </el-dropdown-menu>
       </el-dropdown>
 
-      <template v-if="device!=='mobile'">
+    <!-- 全屏按钮 -->
+     <!-- <template v-if="device!=='mobile'">
         <screenfull class="right-menu-item hover-effect" />
-      </template>
+      </template> -->
     </div>
 
     <el-dialog :visible.sync="appDialogVisible"

--
Gitblit v1.9.2