| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "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/paySuccess/paySuccess",
- "style":{
- "navigationBarTitleText": "支付成功",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/order/order",
- "style":{
- "navigationBarTitleText": "订单列表",
- "navigationStyle": "custom"
-
- }
- }
-
-
-
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|