From cf8a461d56dbb7402bb7fbddb1a132acdd372518 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期四, 05 九月 2024 10:28:27 +0800
Subject: [PATCH] feat(支付): 正式环境配置

---
 pages.json |   24 +++++++++++-------------
 1 files changed, 11 insertions(+), 13 deletions(-)

diff --git a/pages.json b/pages.json
index 90db23e..65d17ee 100644
--- a/pages.json
+++ b/pages.json
@@ -4,6 +4,17 @@
 	},
 	"pages": [
 		{
+			"path": "pay/index",
+			"style": {
+				"navigationBarTitleText": "浣版儬浠�",
+				"enablePullDownRefresh": false
+				// #ifdef H5
+				,
+				"navigationStyle": "custom"
+				// #endif
+			}
+		},
+		{
 			"path": "pay/scanpay",
 			"style": {
 				"navigationBarTitleText": "鍚戝晢瀹朵粯娆�",
@@ -24,19 +35,6 @@
 				"navigationStyle": "custom"
 				// #endif
 			}
-
-		},
-		{
-			"path": "pay/login",
-			"style": {
-				"navigationBarTitleText": "浣版儬浠�",
-				"enablePullDownRefresh": false
-				// #ifdef H5
-				,
-				"navigationStyle": "custom"
-				// #endif
-			}
-
 		}
 	],
 	"globalStyle": {

--
Gitblit v1.9.1