From 1d8fb91684da7c04bdfef00cfa6f09ff5aad09a2 Mon Sep 17 00:00:00 2001
From: xuekang <914468783@qq.com>
Date: 星期三, 28 八月 2024 08:24:29 +0800
Subject: [PATCH] 删除未使用api
---
pages.json | 125 ++++-------------------------------------
1 files changed, 14 insertions(+), 111 deletions(-)
diff --git a/pages.json b/pages.json
index 9c049f4..90db23e 100644
--- a/pages.json
+++ b/pages.json
@@ -2,47 +2,20 @@
"easycom": {
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
},
- "pages": [{
- "path": "pages/pay/scanpay",
+ "pages": [
+ {
+ "path": "pay/scanpay",
"style": {
- "navigationBarTitleText": "鏀粯",
+ "navigationBarTitleText": "鍚戝晢瀹朵粯娆�",
"enablePullDownRefresh": false
// #ifdef H5
,
"navigationStyle": "custom"
// #endif
}
- }, {
- "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
- // #ifdef H5
- ,
- "navigationStyle": "custom"
- // #endif
- }
-
- }, {
- "path": "pages/pay/paySuccess",
+ },
+ {
+ "path": "pay/paySuccess",
"style": {
"navigationBarTitleText": "鏀粯鎴愬姛",
"enablePullDownRefresh": false
@@ -52,81 +25,11 @@
// #endif
}
- }, {
- "path": "pages/pay/scanRes",
+ },
+ {
+ "path": "pay/login",
"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": "娲诲姩璇︽儏",
+ "navigationBarTitleText": "浣版儬浠�",
"enablePullDownRefresh": false
// #ifdef H5
,
@@ -138,9 +41,9 @@
],
"globalStyle": {
"navigationBarTextStyle": "black",
- "navigationBarTitleText": "鏀粯",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF"
+ "navigationBarTitleText": "浣版儬浠�",
+ "navigationBarBackgroundColor": "#EDEDED",
+ "backgroundColor": "#EDEDED"
},
"uniIdRouter": {}
}
--
Gitblit v1.9.1