pages.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. "path": "pages/home/wjy",
  29. "style": {
  30. "navigationBarTitleText": "物建信息员维护",
  31. "enablePullDownRefresh": false,
  32. "navigationBarBackgroundColor": "#106DFF",
  33. "navigationBarTextStyle": "white",
  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. "path": "pages/home/detail",
  49. "style": {
  50. "navigationBarTitleText": "物建信息员详情",
  51. "enablePullDownRefresh": false,
  52. "navigationBarBackgroundColor": "#106DFF",
  53. "navigationBarTextStyle": "white",
  54. "app-plus": {
  55. "bounce": "vertical",
  56. "titleNview": {
  57. "buttons": [{
  58. "text": "\ue534",
  59. "title": "关闭小程序",
  60. "fontSrc": "/static/font/DINPro-Bold.otf",
  61. "fontsize": "22px",
  62. "color": "#333"
  63. }]
  64. }
  65. }
  66. }
  67. }
  68. ],
  69. "globalStyle": {
  70. "navigationBarTextStyle": "black",
  71. "navigationBarTitleText": "",
  72. "navigationBarBackgroundColor": "#fff",
  73. "backgroundColor": "#F7F7F7"
  74. },
  75. "tabBar": {
  76. "color": "#AFB8C3",
  77. "selectedColor": "#5086FA",
  78. "borderStyle": "white",
  79. "backgroundColor": "#ffffff",
  80. "list": []
  81. }
  82. }