pages.json 832 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/Pay/pay",
  5. "style":{
  6. "navigationBarTitleText": "线上缴费",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/paySuccess/paySuccess",
  12. "style":{
  13. "navigationBarTitleText": "支付成功",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/parentPay/parentPay",
  19. "style":{
  20. "navigationBarTitleText": "线上缴费",
  21. "navigationStyle": "custom"
  22. }
  23. },
  24. {
  25. "path": "pages/order/order",
  26. "style":{
  27. "navigationBarTitleText": "订单列表",
  28. "navigationStyle": "custom"
  29. }
  30. }
  31. ],
  32. "globalStyle": {
  33. "navigationBarTextStyle": "black",
  34. "navigationBarTitleText": "uni-app",
  35. "navigationBarBackgroundColor": "#F8F8F8",
  36. "backgroundColor": "#F8F8F8"
  37. }
  38. }