From 310150e2731f87e818971f67137a02c39222f831 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 16 Oct 2025 16:31:22 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/drone-app

---
 src/pages.json |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index 714e855..e839174 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -165,6 +165,16 @@
         "text": "巡检任务"
       },
       {
+        "iconPath": "static/images/tabbar/add-task.svg",
+        "selectedIconPath": "static/images/tabbar/add-task.svg",
+        "pagePath": "subPackages/taskDetail/addTask/index",
+        "text": "",
+        "style": {
+          "width": "600",
+          "height": "600"
+        }
+      },
+      {
         "iconPath": "static/images/tabbar/icon_home.png",
         "selectedIconPath": "static/images/tabbar/icon_home_selected.png",
         "pagePath": "pages/work/index",

--
Gitblit v1.9.3