| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "pages": [
- {
- "path": "pages/blankIndex/blankIndex",
- "style": {
- "navigationBarTitleText": "线上缴费",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/Pay/pay",
- "style": {
- "navigationBarTitleText": "线上缴费",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/parentPay/parentPay",
- "style": {
- "navigationBarTitleText": "线上缴费",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order/order",
- "style": {
- "navigationBarTitleText": "订单列表",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/paySuccess/paySuccess",
- "style": {
- "navigationBarTitleText": "支付成功",
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|