From eb291c55ed2860b38b40385be78a30f30552685f Mon Sep 17 00:00:00 2001
From: renkang <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 06 十二月 2024 16:51:11 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 h5/pages.json |   80 ++++++++++++++++++++++++++++++++++++++-
 1 files changed, 77 insertions(+), 3 deletions(-)

diff --git a/h5/pages.json b/h5/pages.json
index dcfd2f8..e1958a5 100644
--- a/h5/pages.json
+++ b/h5/pages.json
@@ -2,13 +2,87 @@
 	"easycom": {
 		"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
 	},
-	"pages": [
+	"pages": [
+		{
+			"path": "pages/login",
+			"style": {
+				"navigationBarTitleText": "鐧诲綍"
+			}
+		},
 		{
-			"path": "pages/index/index",
+			"path": "pages/index",
 			"style": {
-				"navigationBarTitleText": "璁垮涓績",
+				"navigationBarTitleText": "棣栭〉",
 				"enablePullDownRefresh": false
 			}
+		},
+		{
+			"path": "pages/workOrder/list",
+			"style": {
+				"navigationBarTitleText": "宸ュ崟鍒楄〃"
+			}
+		},
+		{
+			"path": "pages/workOrder/detail",
+			"style": {
+				"navigationBarTitleText": "宸ュ崟璇︽儏"
+			}
+		},
+		{
+			"path" : "pages/workOrder/edit",
+			"style" : 
+			{
+				"navigationBarTitleText" : "鏂板宸ュ崟"
+			}
+		},
+		{
+			"path" : "pages/operation/record",
+			"style" : 
+			{
+				"navigationBarTitleText" : "杩愮淮璁板綍"
+			}
+		},
+		{
+			"path" : "pages/operation/detail",
+			"style" : 
+			{
+				"navigationBarTitleText" : "杩愮淮璇︽儏"
+			}
+		},
+		{
+			"path" : "pages/operation/device",
+			"style" : 
+			{
+				"navigationBarTitleText" : "璁惧杩愮淮"
+			}
+		},
+		{
+			"path" : "pages/polling/task",
+			"style" : 
+			{
+				"navigationBarTitleText" : "宸℃浠诲姟"
+			}
+		},
+		{
+			"path" : "pages/polling/detail",
+			"style" : 
+			{
+				"navigationBarTitleText" : "浠诲姟璇︽儏"
+			}
+		},
+		{
+			"path" : "pages/polling/point",
+			"style" : 
+			{
+				"navigationBarTitleText" : "宸℃鐐�"
+			}
+		},
+		{
+			"path" : "pages/common/memberSel",
+			"style" : 
+			{
+				"navigationBarTitleText" : "閫夋嫨浜哄憳"
+			}
 		}
 	],
 	"globalStyle": {

--
Gitblit v1.9.3