pages.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  7. {
  8. "path": "pages/login/login",
  9. "style": {}
  10. },
  11. {
  12. "path": "pages/jiance/order",
  13. "style": {
  14. "navigationBarTitleText": "",
  15. "enablePullDownRefresh": false
  16. }
  17. },
  18. {
  19. "path": "pages/user/editpassword",
  20. "style": {}
  21. },
  22. {
  23. "path": "pages/fileView/fileView",
  24. "style": {}
  25. },
  26. {
  27. "path": "pages/jiance/jindu",
  28. "style": {
  29. "enablePullDownRefresh": true
  30. }
  31. },
  32. {
  33. "path": "pages/jiance/list",
  34. "style": {
  35. "enablePullDownRefresh": true
  36. }
  37. },
  38. {
  39. "path": "pages/jiance/manyi",
  40. "style": {}
  41. },
  42. {
  43. "path": "pages/jiance/tousu",
  44. "style": {}
  45. },
  46. {
  47. "path": "pages/index/index",
  48. "style": {}
  49. },
  50. {
  51. "path": "pages/plugin/indexes",
  52. "style": {}
  53. }, {
  54. "path": "pages/plugin/animation",
  55. "style": {}
  56. }, {
  57. "path": "pages/plugin/drawer",
  58. "style": {}
  59. }, {
  60. "path": "pages/plugin/verticalnav",
  61. "style": {}
  62. }, {
  63. "path": "pages/home/home",
  64. "style": {}
  65. }, {
  66. "path": "pages/login/zhuce",
  67. "style": {}
  68. },
  69. {
  70. "path": "pages/user/userexit",
  71. "style": {}
  72. }, {
  73. "path": "pages/user/userdetail",
  74. "style": {}
  75. }, {
  76. "path": "pages/user/useredit",
  77. "style": {}
  78. }, {
  79. "path": "pages/user/people",
  80. "style": {}
  81. }, {
  82. "path": "pages/user/location",
  83. "style": {},
  84. "permission": {
  85. "scope.userLocation": {
  86. "desc": "你的位置信息将用于小程序位置接口的效果展示" // 高速公路行驶持续后台定位
  87. }
  88. }
  89. }, {
  90. "path": "pages/fileView/reportList",
  91. "style": {
  92. "navigationBarTitleText": "",
  93. "enablePullDownRefresh": false
  94. }
  95. }, {
  96. "path": "pages/specimen/specimen",
  97. "style": {
  98. "navigationBarTitleText": "我的样品",
  99. "enablePullDownRefresh": false
  100. }
  101. }, {
  102. "path": "pages/jiance/list/specimen",
  103. "style": {
  104. "navigationBarTitleText": "样品",
  105. "enablePullDownRefresh": false
  106. }
  107. }, {
  108. "path": "pages/tag/sampleTag",
  109. "style": {
  110. "navigationBarTitleText": "样品标签",
  111. "enablePullDownRefresh": false
  112. }
  113. }, {
  114. "path": "pages/hold/hold",
  115. "style": {
  116. "navigationBarTitleText": "委托暂存",
  117. "enablePullDownRefresh": true
  118. }
  119. }, {
  120. "path": "pages/communication/communication",
  121. "style": {
  122. "navigationBarTitleText": "",
  123. "enablePullDownRefresh": false
  124. }
  125. }, {
  126. "path": "pages/communication/communicationList",
  127. "style": {
  128. "navigationBarTitleText": "",
  129. "enablePullDownRefresh": true
  130. }
  131. }, {
  132. "path": "pages/jiance/tousu/tousuList",
  133. "style": {
  134. "navigationBarTitleText": "",
  135. "enablePullDownRefresh": true
  136. }
  137. }, {
  138. "path": "pages/wallet/wallet",
  139. "style": {
  140. "navigationBarTitleText": "我的钱包",
  141. "enablePullDownRefresh": false
  142. }
  143. }
  144. ],
  145. "globalStyle": {
  146. "mp-alipay": {
  147. /* 支付宝小程序特有相关 */
  148. "transparentTitle": "always",
  149. "allowsBounceVertical": "NO"
  150. },
  151. "navigationBarBackgroundColor": "#0081ff",
  152. "navigationBarTitleText": "深圳市罗湖医院集团细胞质量检测服务平台",
  153. "navigationStyle": "custom",
  154. "navigationBarTextStyle": "white",
  155. "enablePullDownRefresh": false
  156. },
  157. "usingComponts": true,
  158. "condition": { //模式配置,仅开发期间生效
  159. "current": 0, //当前激活的模式(list 的索引项)
  160. "list": [{
  161. "name": "表单", //模式名称
  162. "path": "pages/index/index", //启动页面
  163. "query": "" //启动参数
  164. }]
  165. }
  166. }