pages.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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. "path": "pages/home/home",
  51. "style": {}
  52. }, {
  53. "path": "pages/login/zhuce",
  54. "style": {}
  55. },
  56. {
  57. "path": "pages/user/userexit",
  58. "style": {}
  59. }, {
  60. "path": "pages/user/userdetail",
  61. "style": {}
  62. }, {
  63. "path": "pages/user/useredit",
  64. "style": {}
  65. }, {
  66. "path": "pages/user/people",
  67. "style": {}
  68. }, {
  69. "path": "pages/user/location",
  70. "style": {},
  71. "permission": {
  72. "scope.userLocation": {
  73. "desc": "你的位置信息将用于小程序位置接口的效果展示" // 高速公路行驶持续后台定位
  74. }
  75. }
  76. }, {
  77. "path": "pages/fileView/reportList",
  78. "style": {
  79. "navigationBarTitleText": "",
  80. "enablePullDownRefresh": false
  81. }
  82. }, {
  83. "path": "pages/specimen/specimen",
  84. "style": {
  85. "navigationBarTitleText": "我的样品",
  86. "enablePullDownRefresh": false
  87. }
  88. }, {
  89. "path": "pages/jiance/list/specimen",
  90. "style": {
  91. "navigationBarTitleText": "样品",
  92. "enablePullDownRefresh": false
  93. }
  94. }, {
  95. "path": "pages/tag/sampleTag",
  96. "style": {
  97. "navigationBarTitleText": "样品标签",
  98. "enablePullDownRefresh": false
  99. }
  100. }, {
  101. "path": "pages/hold/hold",
  102. "style": {
  103. "navigationBarTitleText": "委托暂存",
  104. "enablePullDownRefresh": true
  105. }
  106. }, {
  107. "path": "pages/communication/communication",
  108. "style": {
  109. "navigationBarTitleText": "",
  110. "enablePullDownRefresh": false
  111. }
  112. }, {
  113. "path": "pages/communication/communicationList",
  114. "style": {
  115. "navigationBarTitleText": "",
  116. "enablePullDownRefresh": true
  117. }
  118. }, {
  119. "path": "pages/jiance/tousu/tousuList",
  120. "style": {
  121. "navigationBarTitleText": "",
  122. "enablePullDownRefresh": true
  123. }
  124. }, {
  125. "path": "pages/wallet/wallet",
  126. "style": {
  127. "navigationBarTitleText": "我的钱包",
  128. "enablePullDownRefresh": false
  129. }
  130. }
  131. ],
  132. "globalStyle": {
  133. "mp-alipay": {
  134. /* 支付宝小程序特有相关 */
  135. "transparentTitle": "always",
  136. "allowsBounceVertical": "NO"
  137. },
  138. "navigationBarBackgroundColor": "#0081ff",
  139. "navigationBarTitleText": "深圳市罗湖医院集团细胞质量检测服务平台",
  140. "navigationStyle": "custom",
  141. "navigationBarTextStyle": "white",
  142. "enablePullDownRefresh": false
  143. },
  144. "usingComponts": true,
  145. "condition": { //模式配置,仅开发期间生效
  146. "current": 0, //当前激活的模式(list 的索引项)
  147. "list": [{
  148. "name": "表单", //模式名称
  149. "path": "pages/index/index", //启动页面
  150. "query": "" //启动参数
  151. }]
  152. }
  153. }