From 609a1931953b2298016bd2b0d6b410666b5ad7b9 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期四, 02 七月 2026 09:19:15 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/3.0.1' into 3.0.1

---
 bicycle/pages.json |   82 +++++++++++++++++++++++++++++++++++++++-
 1 files changed, 79 insertions(+), 3 deletions(-)

diff --git a/bicycle/pages.json b/bicycle/pages.json
index 7fb1082..5064ebe 100644
--- a/bicycle/pages.json
+++ b/bicycle/pages.json
@@ -114,13 +114,89 @@
         		"navigationBarTitleText" : "鏀粯璁㈠崟",
 				"navigationBarBackgroundColor": "#ffffff"
         	}
-        }
+        },
+        {
+        	"path" : "pages/operationLogin/operationLogin",
+        	"style" : 
+        	{
+        		"navigationBarTitleText" : "杩愯惀涓績"
+        	}
+        },
+        {
+        	"path" : "pages/operationsCenter/operationsCenter",
+        	"style" : 
+        	{
+        		"navigationBarTitleText" : "杩愯惀涓績"
+        	}
+        },
+        {
+        	"path" : "pages/operationList/operationList",
+        	"style" : 
+        	{
+        		"navigationBarTitleText" : "杩愯惀涓績"
+        	}
+		},
+		{
+			"path": "pages/couponRedemption/couponRedemption",
+			"style": {
+				"navigationBarTitleText": "鍒哥爜鍏戞崲"
+			}
+		},
+		{
+			"path": "pages/success/success",
+			"style": {
+				"navigationBarTitleText": "楠屽埜鎴愬姛"
+			}
+		},
+		{
+			"path": "pages/personalCenter/personalCenter",
+			"style": {
+				"navigationBarTitleText": "涓汉涓績"
+			}
+		},
+		{
+			"path": "pages/order/order",
+			"style": {
+				"navigationBarTitleText": "璁㈠崟绠$悊"
+			}
+		},
+		{
+			"path": "pages/trajectory/trajectory",
+			"style": {
+				"navigationBarTitleText": "杞﹁締杞ㄨ抗"
+			}
+		},
+		{
+			"path": "pages/businessOverview/businessOverview",
+			"style": {
+				"navigationBarTitleText": "缁忚惀姒傚喌"
+			}
+		},
+		{
+			"path": "pages/explanation/explanation",
+			"style": {
+				"navigationBarTitleText": "鎶栭煶鍏戞崲璇存槑"
+			}
+		}
     ],
+	"subPackages": [
+		{
+			"root": "pagesA",
+			"pages": [
+				{
+					"path": "pages/operation/operation",
+					"style": {
+						"navigationBarTitleText": "杩愯惀涓績"
+					}
+				}
+			]
+		}
+	],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
 		"navigationBarTitleText": "uni-app",
-		"navigationBarBackgroundColor": "#F8F8F8",
-		"backgroundColor": "#F7F7F7"
+		"navigationBarBackgroundColor": "#ffffff",
+		"backgroundColor": "#ffffff"
 	},
 	"uniIdRouter": {}
 }

--
Gitblit v1.9.3