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 | 127 +++++++++++++++++++++++++++++++++++++----
1 files changed, 113 insertions(+), 14 deletions(-)
diff --git a/pages.json b/pages.json
index 79ca066..9c049f4 100644
--- a/pages.json
+++ b/pages.json
@@ -2,31 +2,47 @@
"easycom": {
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
},
- "pages": [
- {
- "path": "pay/index",
+ "pages": [{
+ "path": "pages/pay/scanpay",
"style": {
- "navigationBarTitleText": "鍐�椹夸粯",
+ "navigationBarTitleText": "鏀粯",
"enablePullDownRefresh": false
// #ifdef H5
,
"navigationStyle": "custom"
// #endif
}
- },
- {
- "path": "pay/scanpay",
+ }, {
+ "path": "pages/pay/discountpay",
"style": {
- "navigationBarTitleText": "鍚戝晢瀹朵粯娆�",
+ "navigationBarTitleText": "浼樻儬",
"enablePullDownRefresh": false
// #ifdef H5
,
"navigationStyle": "custom"
// #endif
}
- },
- {
- "path": "pay/paySuccess",
+
+ },{
+ "path": "pages/pay/wxpay",
+ "style": {
+ // #ifdef H5
+ "navigationStyle": "custom"
+ // #endif
+ }
+ }, {
+ "path": "pages/pay/register",
+ "style": {
+ "navigationBarTitleText": "娉ㄥ唽",
+ "enablePullDownRefresh": false
+ // #ifdef H5
+ ,
+ "navigationStyle": "custom"
+ // #endif
+ }
+
+ }, {
+ "path": "pages/pay/paySuccess",
"style": {
"navigationBarTitleText": "鏀粯鎴愬姛",
"enablePullDownRefresh": false
@@ -35,13 +51,96 @@
"navigationStyle": "custom"
// #endif
}
+
+ }, {
+ "path": "pages/pay/scanRes",
+ "style": {
+ "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
+ ,
+ "navigationStyle": "custom"
+ // #endif
+ }
+
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
- "navigationBarTitleText": "鍐�椹夸粯",
- "navigationBarBackgroundColor": "#EDEDED",
- "backgroundColor": "#EDEDED"
+ "navigationBarTitleText": "鏀粯",
+ "navigationBarBackgroundColor": "#FFFFFF",
+ "backgroundColor": "#FFFFFF"
},
"uniIdRouter": {}
}
--
Gitblit v1.9.1