From 3772359be9516574ac23c265a377ed5fbc455d91 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 21 Oct 2025 14:21:10 +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 f00f4c1..3e63260 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -173,6 +173,16 @@
           "height": "600"
         }
       },
+	  {
+	    "iconPath": "static/images/tabbar/add-work.svg",
+	    "selectedIconPath": "static/images/tabbar/add-work.svg",
+	    "pagePath": "subPackages/workDetail/addWork/index",
+	    "text": "",
+	    "style": {
+	      "width": "600",
+	      "height": "600"
+	    }
+	  },
       {
         "iconPath": "static/images/tabbar/icon_home.png",
         "selectedIconPath": "static/images/tabbar/icon_home_selected.png",

--
Gitblit v1.9.3