pages.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "pages": [
  3. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path" : "pages/index/index",
  6. "style" :
  7. {
  8. "navigationBarTitleText": "",
  9. "enablePullDownRefresh": false
  10. }
  11. },{
  12. "path" : "pages/login/index",
  13. "style" :
  14. {
  15. "navigationBarTitleText": "",
  16. "enablePullDownRefresh": false
  17. }
  18. },
  19. {
  20. "path" : "pages/check/index",
  21. "style" :
  22. {
  23. "navigationBarTitleText": "",
  24. "enablePullDownRefresh": false
  25. }
  26. },
  27. {
  28. "path" : "pages/check-record/index",
  29. "style" :
  30. {
  31. "navigationBarTitleText": "",
  32. "enablePullDownRefresh": false
  33. }
  34. },
  35. {
  36. "path" : "pages/home/index",
  37. "style" :
  38. {
  39. "navigationBarTitleText": "",
  40. "enablePullDownRefresh": false
  41. }
  42. },
  43. {
  44. "path" : "pages/sample-sheet-add/index",
  45. "style" :
  46. {
  47. "navigationBarTitleText": "",
  48. "enablePullDownRefresh": false
  49. }
  50. },
  51. {
  52. "path" : "pages/task-list/index",
  53. "style" :
  54. {
  55. "navigationBarTitleText": "",
  56. "enablePullDownRefresh": false
  57. }
  58. },
  59. {
  60. "path" : "pages/sample-info-list/index",
  61. "style" :
  62. {
  63. "navigationBarTitleText": "",
  64. "enablePullDownRefresh": false
  65. }
  66. },
  67. {
  68. "path" : "pages/sample-detail/index",
  69. "style" :
  70. {
  71. "navigationBarTitleText": "",
  72. "enablePullDownRefresh": false
  73. }
  74. },
  75. {
  76. "path" : "pages/sample-list/index",
  77. "style" :
  78. {
  79. "navigationBarTitleText": "",
  80. "enablePullDownRefresh": false
  81. }
  82. },
  83. {
  84. "path" : "pages/task-detail/index",
  85. "style" :
  86. {
  87. "navigationBarTitleText": "",
  88. "enablePullDownRefresh": false
  89. }
  90. }
  91. ],
  92. "permission": {
  93. "scope.userLocation": {
  94. "desc": "你的位置信息将用于小程序位置接口的效果展示" // 高速公路行驶持续后台定位
  95. }
  96. },
  97. "globalStyle": {
  98. "mp-alipay": {
  99. /* 支付宝小程序特有相关 */
  100. "transparentTitle": "always",
  101. "allowsBounceVertical": "NO"
  102. },
  103. "navigationBarBackgroundColor": "#0081ff",
  104. "navigationBarTitleText": "安徽省质量安全检测监测平台",
  105. "navigationStyle": "custom",
  106. "navigationBarTextStyle": "white"
  107. }
  108. }