pages.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  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/component/bar",
  52. "style": {}
  53. },
  54. {
  55. "path": "pages/component/nav",
  56. "style": {}
  57. },
  58. {
  59. "path": "pages/component/list",
  60. "style": {}
  61. },
  62. {
  63. "path": "pages/component/card",
  64. "style": {}
  65. },
  66. {
  67. "path": "pages/component/form",
  68. "style": {}
  69. },
  70. {
  71. "path": "pages/component/timeline",
  72. "style": {}
  73. },
  74. {
  75. "path": "pages/component/chat",
  76. "style": {}
  77. },
  78. {
  79. "path": "pages/component/swiper",
  80. "style": {}
  81. },
  82. {
  83. "path": "pages/component/modal",
  84. "style": {}
  85. },
  86. {
  87. "path": "pages/component/steps",
  88. "style": {}
  89. }, {
  90. "path": "pages/plugin/indexes",
  91. "style": {}
  92. }, {
  93. "path": "pages/plugin/animation",
  94. "style": {}
  95. }, {
  96. "path": "pages/plugin/drawer",
  97. "style": {}
  98. }, {
  99. "path": "pages/plugin/verticalnav",
  100. "style": {}
  101. }, {
  102. "path": "pages/home/home",
  103. "style": {}
  104. }, {
  105. "path": "pages/login/zhuce",
  106. "style": {}
  107. },
  108. {
  109. "path": "pages/user/userexit",
  110. "style": {}
  111. }, {
  112. "path": "pages/user/userdetail",
  113. "style": {}
  114. }, {
  115. "path": "pages/user/useredit",
  116. "style": {}
  117. }, {
  118. "path": "pages/user/people",
  119. "style": {}
  120. }, {
  121. "path": "pages/common/exit",
  122. "style": {}
  123. }, {
  124. "path": "pages/common/success",
  125. "style": {}
  126. }, {
  127. "path": "pages/user/location",
  128. "style": {},
  129. "permission": {
  130. "scope.userLocation": {
  131. "desc": "你的位置信息将用于小程序位置接口的效果展示" // 高速公路行驶持续后台定位
  132. }
  133. }
  134. }, {
  135. "path": "pages/common/helloWorld",
  136. "style": {}
  137. }, {
  138. "path": "pages/fileView/reportList",
  139. "style": {
  140. "navigationBarTitleText": "",
  141. "enablePullDownRefresh": false
  142. }
  143. }, {
  144. "path": "pages/specimen/specimen",
  145. "style": {
  146. "navigationBarTitleText": "我的样品",
  147. "enablePullDownRefresh": false
  148. }
  149. }, {
  150. "path": "pages/jiance/list/specimen",
  151. "style": {
  152. "navigationBarTitleText": "样品",
  153. "enablePullDownRefresh": false
  154. }
  155. }, {
  156. "path": "pages/tag/sampleTag",
  157. "style": {
  158. "navigationBarTitleText": "样品标签",
  159. "enablePullDownRefresh": false
  160. }
  161. }, {
  162. "path": "pages/hold/hold",
  163. "style": {
  164. "navigationBarTitleText": "委托暂存",
  165. "enablePullDownRefresh": true
  166. }
  167. }, {
  168. "path": "pages/communication/communication",
  169. "style": {
  170. "navigationBarTitleText": "",
  171. "enablePullDownRefresh": false
  172. }
  173. }, {
  174. "path": "pages/communication/communicationList",
  175. "style": {
  176. "navigationBarTitleText": "",
  177. "enablePullDownRefresh": true
  178. }
  179. }, {
  180. "path": "pages/jiance/tousu/tousuList",
  181. "style": {
  182. "navigationBarTitleText": "",
  183. "enablePullDownRefresh": true
  184. }
  185. }, {
  186. "path": "pages/wallet/wallet",
  187. "style": {
  188. "navigationBarTitleText": "我的钱包",
  189. "enablePullDownRefresh": false
  190. }
  191. }
  192. ],
  193. "globalStyle": {
  194. "mp-alipay": {
  195. /* 支付宝小程序特有相关 */
  196. "transparentTitle": "always",
  197. "allowsBounceVertical": "NO"
  198. },
  199. "navigationBarBackgroundColor": "#0081ff",
  200. "navigationBarTitleText": "深圳市罗湖医院集团细胞质量检测服务平台",
  201. "navigationStyle": "custom",
  202. "navigationBarTextStyle": "white",
  203. "enablePullDownRefresh": false
  204. },
  205. "usingComponts": true,
  206. "condition": { //模式配置,仅开发期间生效
  207. "current": 0, //当前激活的模式(list 的索引项)
  208. "list": [{
  209. "name": "表单", //模式名称
  210. "path": "pages/index/index", //启动页面
  211. "query": "" //启动参数
  212. }]
  213. }
  214. }