pages.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "pages": [{
  3. "path": "pages/home/home",
  4. "style": {
  5. "navigationBarTitleText": "黄家湖水费缴纳",
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/select/select",
  11. "style": {
  12. "navigationBarTitleText": "黄家湖水费缴纳",
  13. "navigationStyle": "custom"
  14. }
  15. },
  16. {
  17. "path": "pages/index/index",
  18. "style": {
  19. "navigationBarTitleText": "授权中",
  20. "navigationStyle": "custom"
  21. }
  22. }
  23. , {
  24. "path": "pages/pay/pay",
  25. "style": {
  26. "navigationBarTitleText": "支付订单",
  27. "navigationStyle": "custom",
  28. "enablePullDownRefresh": false
  29. }
  30. }, {
  31. "path": "pages/bill/bill",
  32. "style": {
  33. "navigationBarTitleText": "订单列表",
  34. "navigationStyle": "custom",
  35. "enablePullDownRefresh": false
  36. }
  37. }
  38. ],
  39. "globalStyle": {
  40. "navigationBarTextStyle": "black",
  41. "navigationBarTitleText": "uni-app",
  42. "navigationBarBackgroundColor": "#F8F8F8",
  43. "backgroundColor": "#F8F8F8",
  44. "app-plus": {
  45. "background": "#efeff4",
  46. "softinputMode": "adjustResize"
  47. }
  48. }
  49. }