pages.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/splash/index",
  8. "style": {
  9. "navigationBarTitleText": "",
  10. "navigationBarBackgroundColor": "#FFFFFF",
  11. "navigationBarTextStyle": "black",
  12. "navigationStyle": "custom",
  13. "app-plus": {
  14. "bounce": "vertical"
  15. }
  16. }
  17. },
  18. {
  19. "path": "pages/index/index",
  20. "style": {
  21. "navigationBarTitleText": "丹棱检察官"
  22. }
  23. },
  24. {
  25. "path": "pages/teenager/index",
  26. "style": {
  27. "navigationBarTitleText": "未成年人司法保护"
  28. }
  29. },
  30. {
  31. "path": "pages/lawForm/lawForm",
  32. "style": {
  33. "navigationBarTitleText": ""
  34. }
  35. },
  36. {
  37. "path": "pages/news/newsList",
  38. "style": {
  39. "navigationBarTitleText": "丹检新闻"
  40. }
  41. },
  42. {
  43. "path": "pages/news/newsInfo",
  44. "style": {
  45. "navigationBarTitleText": "丹检新闻"
  46. }
  47. },
  48. {
  49. "path": "pages/tour_info/tour_info",
  50. "style": {
  51. "navigationBarTitleText": "巡回检察公告"
  52. }
  53. },
  54. {
  55. "path": "pages/lawForm/prosecution_service",
  56. "style": {
  57. "navigationBarTitleText": "检察服务预约"
  58. }
  59. },
  60. {
  61. "path": "pages/lawForm/uniteForm",
  62. "style": {
  63. "navigationBarTitleText": ""
  64. }
  65. },
  66. {
  67. "path": "pages/lawForm/public_welfare",
  68. "style": {
  69. "navigationBarTitleText": "公益诉讼随手拍"
  70. }
  71. },
  72. {
  73. "path": "pages/lawForm/massesInfo",
  74. "style": {
  75. "navigationBarTitleText": "群众意见建议"
  76. }
  77. }
  78. ],
  79. "globalStyle": {
  80. "navigationBarTextStyle": "black",
  81. "navigationBarTitleText": "丹检",
  82. "navigationBarBackgroundColor": "#F8F8F8",
  83. "backgroundColor": "#F8F8F8"
  84. }
  85. }