From 97555adc116dcffd1e7c32a343bf7e2f41f8c972 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 06 Jan 2026 11:33:56 +0800
Subject: [PATCH] 删除无用页面

---
 uniapps/drone-app/src/pages/map/index.vue |   10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diff --git a/uniapps/drone-app/src/pages/map/index.vue b/uniapps/drone-app/src/pages/map/index.vue
index b92167f..f4cd718 100644
--- a/uniapps/drone-app/src/pages/map/index.vue
+++ b/uniapps/drone-app/src/pages/map/index.vue
@@ -75,15 +75,7 @@
 
 onShow(() => {
   // #ifndef MP-WEIXIN
-  uni.setTabBarItem({
-    index: 2, // Tab 的索引(从0开始)
-    visible: false,
-    pagePath: "subPackages/taskDetail/addTask/index",
-  });
-  uni.setTabBarItem({
-    index: 3, // Tab
-    visible: true,
-  });
+
   // #endif
 });
 

--
Gitblit v1.9.3