From 4de4baa6eea8f80160f6cdc8a4ebd17c0c48f0ee Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 17 Oct 2025 16:43:12 +0800
Subject: [PATCH] feat:提交代碼

---
 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