From 8375d2273687ee5e74a8d9b2f4a873918e9780e6 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Sat, 02 Mar 2024 18:07:24 +0800
Subject: [PATCH] 更新

---
 pages.json |   26 +++++++++++++++++++-------
 1 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/pages.json b/pages.json
index 0ad1ff3..916bc24 100644
--- a/pages.json
+++ b/pages.json
@@ -378,7 +378,7 @@
 			"pages": [{
 					"path": "index",
 					"style": {
-						"navigationBarTitleText": "我的任务",
+						"navigationBarTitleText": "待办事项",
 						"enablePullDownRefresh": false,
 						"navigationBarBackgroundColor": "#fff",
 						"navigationBarTextStyle": "black"
@@ -472,6 +472,17 @@
 						"navigationBarTextStyle": "black"
 					}
 				},
+
+				{
+					"path": "views/auditSite",
+					"style": {
+						"navigationBarTitleText": "场所任务",
+						"enablePullDownRefresh": false,
+						"navigationBarBackgroundColor": "#fff",
+						"navigationBarTextStyle": "black"
+					}
+				},
+
 				{
 					"path": "views/cshw",
 					"style": {
@@ -833,6 +844,7 @@
 						"navigationBarTextStyle": "black"
 					}
 				},
+
 				{
 					"path": "houseNumber/siteInspect",
 					"style": {
@@ -903,12 +915,12 @@
 				"iconPath": "static/img/tabbar-01.png",
 				"text": "首页"
 			},
-			// {
-			// 	"pagePath": "pages/circle/index",
-			// 	"iconPath": "static/img/tabbar-02.png",
-			// 	"selectedIconPath": "static/img/tabbar-02-selected.png",
-			// 	"text": "圈子"
-			// },
+			{
+				"pagePath": "pages/circle/index",
+				"iconPath": "static/img/tabbar-02.png",
+				"selectedIconPath": "static/img/tabbar-02-selected.png",
+				"text": "圈子"
+			},
 			{
 				"pagePath": "pages/user/center",
 				"iconPath": "static/img/tabbar-03.png",

--
Gitblit v1.9.3