From 8771da2ccf6f7c3fd2a8c89a1a0e230c6386db7f Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期一, 17 十一月 2025 15:40:48 +0800
Subject: [PATCH] feat(api): 新增多个API接口并优化配置

---
 pages.json |  115 ++++++++++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 100 insertions(+), 15 deletions(-)

diff --git a/pages.json b/pages.json
index a3d7f67..9c049f4 100644
--- a/pages.json
+++ b/pages.json
@@ -2,20 +2,36 @@
 	"easycom": {
 		"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
 	},
-	"pages": [
-		{
-			"path": "pay/scanpay",
+	"pages": [{
+			"path": "pages/pay/scanpay",
 			"style": {
-				"navigationBarTitleText": "鍚戝晢瀹朵粯娆�",
+				"navigationBarTitleText": "鏀粯",
 				"enablePullDownRefresh": false
 				// #ifdef H5
 				,
 				"navigationStyle": "custom"
 				// #endif
 			}
-		},
-		{
-			"path": "pay/register",
+		}, {
+			"path": "pages/pay/discountpay",
+			"style": {
+				"navigationBarTitleText": "浼樻儬",
+				"enablePullDownRefresh": false
+				// #ifdef H5
+				,
+				"navigationStyle": "custom"
+				// #endif
+			}
+
+		},{
+			"path": "pages/pay/wxpay",
+			"style": {
+				// #ifdef H5
+				"navigationStyle": "custom"
+				// #endif
+			}
+		}, {
+			"path": "pages/pay/register",
 			"style": {
 				"navigationBarTitleText": "娉ㄥ唽",
 				"enablePullDownRefresh": false
@@ -25,9 +41,8 @@
 				// #endif
 			}
 
-		},
-		{
-			"path": "pay/paySuccess",
+		}, {
+			"path": "pages/pay/paySuccess",
 			"style": {
 				"navigationBarTitleText": "鏀粯鎴愬姛",
 				"enablePullDownRefresh": false
@@ -37,11 +52,81 @@
 				// #endif
 			}
 
-		},
-		{
-			"path": "pay/login",
+		}, {
+			"path": "pages/pay/scanRes",
 			"style": {
-				"navigationBarTitleText": "閭桨鎯�",
+				"navigationStyle": "custom"
+			}
+		}, {
+			"path": "pages/pay/login",
+			"style": {
+				"navigationBarTitleText": "鐧诲綍",
+				"enablePullDownRefresh": false
+				// #ifdef H5
+				,
+				"navigationStyle": "custom"
+				// #endif
+			}
+
+		}, {
+			"path": "pages/pay/addCardFirst",
+			"style": {
+				"navigationBarTitleText": "娣诲姞閾惰鍗�",
+				"enablePullDownRefresh": false
+				// #ifdef H5
+				,
+				"navigationStyle": "custom"
+				// #endif
+			}
+
+		}, {
+			"path": "pages/pay/addCardSecond",
+			"style": {
+				"navigationBarTitleText": "娣诲姞閾惰鍗�",
+				"enablePullDownRefresh": false
+				// #ifdef H5
+				,
+				"navigationStyle": "custom"
+				// #endif
+			}
+
+		}, {
+			"path": "pages/pay/addCardCode",
+			"style": {
+				"navigationBarTitleText": "閾惰鍗¢獙璇佺爜",
+				"enablePullDownRefresh": false
+				// #ifdef H5
+				,
+				"navigationStyle": "custom"
+				// #endif
+			}
+
+		}, {
+			"path": "pages/pay/bindCard/bindCard",
+			"style": {
+				"navigationBarTitleText": "缁戝畾閾惰鍗�",
+				"enablePullDownRefresh": false
+				// #ifdef H5
+				,
+				"navigationStyle": "custom"
+				// #endif
+			}
+
+		}, {
+			"path": "pages/pay/shuaKa/shuaKa",
+			"style": {
+				"navigationBarTitleText": "鍒峰崱娲诲姩",
+				"enablePullDownRefresh": false
+				// #ifdef H5
+				,
+				"navigationStyle": "custom"
+				// #endif
+			}
+
+		}, {
+			"path": "pages/pay/shuaKa/introduce",
+			"style": {
+				"navigationBarTitleText": "娲诲姩璇︽儏",
 				"enablePullDownRefresh": false
 				// #ifdef H5
 				,
@@ -53,7 +138,7 @@
 	],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "閭桨鎯�",
+		"navigationBarTitleText": "鏀粯",
 		"navigationBarBackgroundColor": "#FFFFFF",
 		"backgroundColor": "#FFFFFF"
 	},

--
Gitblit v1.9.1