pages.json 4.9 KB

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