pages.json 5.1 KB

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