From f28a4a64c825b02e32e79387e0a6763e934ce51d Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期一, 17 十一月 2025 16:01:09 +0800
Subject: [PATCH] feat(config): 更新生态圈API基础URL配置

---
 pages.json |  103 ++++++++++++++++++++++++++++++++++++++++++++-------
 1 files changed, 88 insertions(+), 15 deletions(-)

diff --git a/pages.json b/pages.json
index aa8ca3e..9c049f4 100644
--- a/pages.json
+++ b/pages.json
@@ -2,9 +2,8 @@
 	"easycom": {
 		"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
 	},
-	"pages": [
-		{
-			"path": "pay/scanpay",
+	"pages": [{
+			"path": "pages/pay/scanpay",
 			"style": {
 				"navigationBarTitleText": "鏀粯",
 				"enablePullDownRefresh": false
@@ -13,9 +12,8 @@
 				"navigationStyle": "custom"
 				// #endif
 			}
-		},
-		{
-			"path": "pay/discountpay",
+		}, {
+			"path": "pages/pay/discountpay",
 			"style": {
 				"navigationBarTitleText": "浼樻儬",
 				"enablePullDownRefresh": false
@@ -25,9 +23,15 @@
 				// #endif
 			}
 
-		},
-		{
-			"path": "pay/register",
+		},{
+			"path": "pages/pay/wxpay",
+			"style": {
+				// #ifdef H5
+				"navigationStyle": "custom"
+				// #endif
+			}
+		}, {
+			"path": "pages/pay/register",
 			"style": {
 				"navigationBarTitleText": "娉ㄥ唽",
 				"enablePullDownRefresh": false
@@ -37,9 +41,8 @@
 				// #endif
 			}
 
-		},
-		{
-			"path": "pay/paySuccess",
+		}, {
+			"path": "pages/pay/paySuccess",
 			"style": {
 				"navigationBarTitleText": "鏀粯鎴愬姛",
 				"enablePullDownRefresh": false
@@ -49,9 +52,13 @@
 				// #endif
 			}
 
-		},
-		{
-			"path": "pay/login",
+		}, {
+			"path": "pages/pay/scanRes",
+			"style": {
+				"navigationStyle": "custom"
+			}
+		}, {
+			"path": "pages/pay/login",
 			"style": {
 				"navigationBarTitleText": "鐧诲綍",
 				"enablePullDownRefresh": false
@@ -61,6 +68,72 @@
 				// #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
+				,
+				"navigationStyle": "custom"
+				// #endif
+			}
+
 		}
 	],
 	"globalStyle": {

--
Gitblit v1.9.1