pages.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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/report/report",
  8. "style" :
  9. {
  10. "navigationBarTitleText": "诊断报告",
  11. "enablePullDownRefresh": true,
  12. "navigationBarBackgroundColor": "#58c4c4"
  13. }
  14. },
  15. {
  16. "path": "pages/index/index",
  17. "style": {
  18. "navigationBarTitleText": "会员/套餐",
  19. "enablePullDownRefresh": true,
  20. "navigationBarBackgroundColor": "#58c4c4"
  21. }
  22. },
  23. {
  24. "path": "pages/login/login",
  25. "style": {
  26. "navigationBarTitleText": "登录"
  27. }
  28. }, {
  29. "path": "pages/login/phoneLogin",
  30. "style": {
  31. "navigationBarTitleText": "手机号登录"
  32. }
  33. },
  34. {
  35. "path": "pages/about",
  36. "style": {
  37. "navigationBarTitleText": "关于我们"
  38. }
  39. },
  40. {
  41. "path": "pages/xieyi/index",
  42. "style": {
  43. "navigationBarTitleText": "用户协议和隐私政策"
  44. }
  45. },
  46. {
  47. "path": "pages/h5Page/index",
  48. "style": {
  49. "navigationBarTitleText": "诊断报告"
  50. }
  51. }
  52. ,{
  53. "path" : "pages/bundelDetail/index",
  54. "style" :
  55. {
  56. "navigationBarTitleText": "套餐详细",
  57. "enablePullDownRefresh": false
  58. }
  59. }
  60. ,{
  61. "path" : "pages/checkReport/index",
  62. "style" :
  63. {
  64. "navigationBarTitleText": "诊断报告",
  65. "enablePullDownRefresh": false
  66. }
  67. }
  68. ,{
  69. "path" : "pages/checkReport/detail",
  70. "style" :
  71. {
  72. "navigationBarTitleText": "诊断报告",
  73. "enablePullDownRefresh": false
  74. }
  75. }
  76. ],
  77. "globalStyle": {
  78. "navigationBarTextStyle": "black",
  79. "navigationBarTitleText": "uni-app",
  80. "navigationBarBackgroundColor": "#F8F8F8",
  81. "backgroundColor": "#F8F8F8"
  82. }
  83. }