pages.json 907 B

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