From c5c6fa800cedd37cea0e3cc3e68df78b47ee2813 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 28 八月 2023 10:37:59 +0800
Subject: [PATCH] 111

---
 minipro_standard/pages.json |   94 ++++++++++++++++++++++++++++++----------------
 1 files changed, 61 insertions(+), 33 deletions(-)

diff --git a/minipro_standard/pages.json b/minipro_standard/pages.json
index 018fa73..4e8cdef 100644
--- a/minipro_standard/pages.json
+++ b/minipro_standard/pages.json
@@ -1,54 +1,55 @@
 {
-	"pages": [ //pages鏁扮粍涓涓�椤硅〃绀哄簲鐢ㄥ惎鍔ㄩ〉锛屽弬鑰冿細https://uniapp.dcloud.io/collocation/pages
-		{
-			"path": "pages/projectList/projectList",
-			"style": {
-				"navigationBarTitleText": "椤圭洰鍒楄〃",
-				// "enablePullDownRefresh": true,
-				"navigationStyle": "custom"
-			}
-		
-		},{
+	"pages": [{
+			"path": "pages/workbench/workbench",
+			"style": {
+				"navigationBarTitleText": "宸ヤ綔鍙�",
+				"enablePullDownRefresh": false
+			}
+		},
+		{
 			"path": "pages/index/index",
 			"style": {
-				"navigationBarTitleText": "uni-app",
+				"navigationBarTitleText": "",
 				"navigationStyle": "custom"
 			}
 		}, {
-			"path": "pages/applyList/applyList",
+			"path": "pages/mine/mine",
 			"style": {
-				"navigationBarTitleText": "浼佷笟鎶ュ悕鍒楄〃",
-				"enablePullDownRefresh": false,
-				"navigationBarBackgroundColor": "#F3F6F9"
+				"navigationBarTitleText": "鎴戠殑",
+				"enablePullDownRefresh": false
 			}
-
 		}, {
-			"path": "pages/comApplyList/comApplyList",
+			"path": "pages/login/login",
 			"style": {
-				"navigationBarTitleText": "浼佷笟鎶ュ悕鍒楄〃",
+				"navigationBarTitleText": "鐧诲綍",
+				"enablePullDownRefresh": false,
+				"navigationStyle": "custom"
+			}
+		}, {
+			"path": "pages/personal/personal",
+			"style": {
+				"navigationBarTitleText": "涓汉淇℃伅",
 				"enablePullDownRefresh": false
 			}
 
 		}, {
-			"path": "pages/applyDetail/applyDetail",
+			"path": "pages/changePassword/changePassword",
 			"style": {
-				"navigationBarTitleText": "浼佷笟鎶ュ悕璇︽儏",
-				"enablePullDownRefresh": false,
-				"navigationStyle": "custom"
-			}
-
-		}, {
-			"path": "pages/uploadServiceData/uploadServiceData",
-			"style": {
-				"navigationBarTitleText": "涓婁紶鏈嶅姟鏁版嵁",
+				"navigationBarTitleText": "淇敼瀵嗙爜",
 				"enablePullDownRefresh": false
-
 			}
 
 		}, {
-			"path": "pages/uploadCheckData/uploadCheckData",
+			"path": "pages/updatePhone/updatePhone",
 			"style": {
-				"navigationBarTitleText": "涓婁紶璇婃柇鏁版嵁",
+				"navigationBarTitleText": "鏇存柊鎵嬫満鍙�",
+				"enablePullDownRefresh": false
+			}
+
+		}, {
+			"path": "pages/updateMailbox/updateMailbox",
+			"style": {
+				"navigationBarTitleText": "鏇存柊閭鍙�",
 				"enablePullDownRefresh": false
 			}
 
@@ -57,8 +58,35 @@
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
 		"navigationBarTitleText": "uni-app",
-		"navigationBarBackgroundColor": "#F3F6F9",
-		"backgroundColor": "#F3F6F9"
+		"navigationBarBackgroundColor": "#ffffff",
+		"backgroundColor": "#ffffff"
+		// "navigationStyle": "custom"
+	},
+	"tabBar": {
+		"color": "#666666",
+		"selectedColor": "#222222",
+		"borderStyle": "black",
+		"backgroundColor": "#fff",
+		"list": [
+			{
+				"pagePath": "pages/index/index",
+				"iconPath": "static/nav_daiban@2x.png",
+				"selectedIconPath": "static/nav_daiban_sel@2x.png",
+				"text": "寰呭姙"
+			},
+			{
+				"pagePath": "pages/workbench/workbench",
+				"iconPath": "static/nav_gongzuotai@2x.png",
+				"selectedIconPath": "static/nav_gongzuotai_sel@2x.png",
+				"text": "宸ヤ綔鍙�"
+			},
+			{
+				"pagePath": "pages/mine/mine",
+				"iconPath": "static/nav_wode@2x.png",
+				"selectedIconPath": "static/nav_wode_sel@2x.png",
+				"text": "鎴戠殑"
+			}
+		]
 	},
 	"uniIdRouter": {}
 }

--
Gitblit v1.9.3