From 8f1d5df3d26ff2111fdb5e1149035ac8a12fa348 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 16 Oct 2025 09:19:29 +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