From a2f103ab7336aae63a7bd8eaacf9d92809e37daf Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 23 Dec 2025 16:47:28 +0800
Subject: [PATCH] feat:按钮样式调整

---
 src/pages.json |   36 ++++++------------------------------
 1 files changed, 6 insertions(+), 30 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index 939a1f4..ff2c1c6 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -42,14 +42,7 @@
         "navigationBarTitleText": "登录页",
         "navigationStyle": "custom"
       }
-    },
-    {
-      "path": "pages/placeholder/placeholder",
-      "style": {
-        "navigationBarTitleText": "占位页面"
-      }
     }
-
   ],
   "subPackages": [
     {
@@ -60,24 +53,6 @@
           "style": {
             "navigationBarTitleText": "404",
             "navigationStyle": "custom"
-          }
-        },
-        {
-          "path": "theme/index",
-          "style": {
-            "navigationBarTitleText": "主题设置"
-          }
-        },
-        {
-          "path": "taskDetail/index",
-          "style": {
-            "navigationBarTitleText": "任务详情"
-          }
-        },
-        {
-          "path": "inProgress/index",
-          "style": {
-            "navigationBarTitleText": "任务详情"
           }
         },
         {
@@ -100,9 +75,9 @@
           }
         },
         {
-          "path": "taskDetail/inExecution/index",
+          "path": "taskDetail/inProgress/index",
           "style": {
-            "navigationBarTitleText": "执行中"
+            "navigationBarTitleText": "任务详情"
           }
         },
         {
@@ -121,7 +96,7 @@
           "path": "workDetail/mapWork/index",
           "style": {
             "navigationBarTitleText": "地图展示",
-			 "navigationStyle": "custom"
+            "navigationStyle": "custom"
           }
         },
         {
@@ -176,15 +151,16 @@
         "pagePath": "pages/inspectionTask/index",
         "text": "任务"
       },
+      // #ifndef MP-WEIXIN
       {
         "iconPath": "static/images/tabbar/add.png",
         "pagePath": "subPackages/taskDetail/addTask/index"
       },
       {
-        "pagePath": "pages/placeholder/placeholder",
         "iconPath": "static/images/tabbar/drone.png",
         "visible": "true"
       },
+      // #endif
       {
         "iconPath": "static/images/tabbar/icon_order.png",
         "selectedIconPath": "static/images/tabbar/icon_order_selected.png",
@@ -205,4 +181,4 @@
     "navigationBarBackgroundColor": "#F8F8F8",
     "backgroundColor": "#F8F8F8"
   }
-}
+}
\ No newline at end of file

--
Gitblit v1.9.3