pages.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
  4. "^wf-(.*)": "@/components/wf-ui/components/wf-$1/wf-$1.vue"
  5. },
  6. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  7. {
  8. "path": "pages/home/home",
  9. "style": {
  10. "navigationBarTitleText": "政务服务",
  11. "enablePullDownRefresh": false,
  12. "navigationBarBackgroundColor": "#106DFF",
  13. "navigationBarTextStyle": "white",
  14. "app-plus": {
  15. "bounce": "vertical",
  16. "titleNview": {
  17. "buttons": [{
  18. "text": "\ue534",
  19. "title": "关闭小程序",
  20. "fontSrc": "/static/font/DINPro-Bold.otf",
  21. "fontsize": "22px",
  22. "color": "#333"
  23. }]
  24. }
  25. }
  26. }
  27. },
  28. {
  29. "path": "pages/home/detail",
  30. "style": {
  31. "navigationBarTitleText": "详情",
  32. "enablePullDownRefresh": false,
  33. "navigationBarBackgroundColor": "#fff",
  34. "app-plus": {
  35. "bounce": "vertical",
  36. "titleNview": {
  37. "buttons": [{
  38. "text": "\ue534",
  39. "title": "关闭小程序",
  40. "fontSrc": "/static/font/DINPro-Bold.otf",
  41. "fontsize": "22px",
  42. "color": "#333"
  43. }]
  44. }
  45. }
  46. }
  47. }
  48. ],
  49. "globalStyle": {
  50. "navigationBarTextStyle": "black",
  51. "navigationBarTitleText": "",
  52. "navigationBarBackgroundColor": "#fff",
  53. "backgroundColor": "#F7F7F7",
  54. "usingComponents": {
  55. "TreeNomal": "/components/tree-nomal/tree-nomal"
  56. }
  57. },
  58. "tabBar": {
  59. "color": "#AFB8C3",
  60. "selectedColor": "#5086FA",
  61. "borderStyle": "white",
  62. "backgroundColor": "#ffffff",
  63. "list": []
  64. }
  65. }