pages.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. {
  2. "pages": [
  3. //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/page
  4. {
  5. "path": "pages/platform/index",
  6. "style": {
  7. "navigationBarTitleText": "工作台",
  8. "enablePullDownRefresh": true
  9. }
  10. },
  11. {
  12. "path": "pages/homeList/homeList",
  13. "style": {
  14. "navigationBarTitleText": "个人中心",
  15. "enablePullDownRefresh": true
  16. }
  17. }
  18. ],
  19. "subPackages": [{
  20. "root": "subpkg", // 分包根目录
  21. "pages": [
  22. {
  23. "path": "pages/puhse-order/index",
  24. "style": {
  25. "navigationBarTitleText": "采购订单查询"
  26. }
  27. },
  28. {
  29. "path": "pages/puhse-order/details",
  30. "style": {
  31. "navigationBarTitleText": "订单详情"
  32. }
  33. },
  34. {
  35. "path": "pages/mintir/index",
  36. "style": {
  37. "navigationBarTitleText": "数据检测",
  38. "enablePullDownRefresh": true
  39. }
  40. },
  41. {
  42. "path": "pages/home/home",
  43. "style": {
  44. "navigationBarTitleText": "首页"
  45. }
  46. },
  47. {
  48. "path": "pages/order-outbond/index",
  49. "style": {
  50. "navigationBarTitleText": "订单出库-耗材"
  51. }
  52. },
  53. {
  54. "path": "pages/order-outbond/details",
  55. "style": {
  56. "navigationBarTitleText": "出库详情"
  57. }
  58. },
  59. {
  60. "path": "pages/order-outbond/ready",
  61. "style": {
  62. "navigationBarTitleText": "已出库详情"
  63. }
  64. },
  65. {
  66. "path": "pages/order-outbond/batch",
  67. "style": {
  68. "navigationBarTitleText": "批次详情"
  69. }
  70. },
  71. {
  72. "path": "pages/outbond-detal/details",
  73. "style": {
  74. "navigationBarTitleText": "药品明细出库"
  75. }
  76. },
  77. {
  78. "path": "pages/outbond-detal/durg-batch",
  79. "style": {
  80. "navigationBarTitleText": "药品批次详情"
  81. }
  82. },
  83. {
  84. "path": "pages/proplanconfirm/index",
  85. "style": {
  86. "navigationBarTitleText": "采购计划审批"
  87. }
  88. },
  89. {
  90. "path": "pages/proplanconfirm/details",
  91. "style": {
  92. "navigationBarTitleText": "审批详情"
  93. }
  94. },
  95. {
  96. "path": "pages/dire-manment/index",
  97. "style": {
  98. "navigationBarTitleText": "目录管理"
  99. }
  100. },
  101. {
  102. "path": "pages/dire-manment/details",
  103. "style": {
  104. "navigationBarTitleText": "目录详情"
  105. }
  106. },
  107. {
  108. "path": "pages/login/index",
  109. "style": {
  110. "navigationBarTitleText": "登录",
  111. "enablePullDownRefresh": true
  112. }
  113. },
  114. //耗材
  115. {
  116. "path": "pages/mcs-order-taking/index",
  117. "style": {
  118. "navigationBarTitleText": "订单受理-耗材"
  119. }
  120. },
  121. {
  122. "path": "pages/mcs-order-taking/details",
  123. "style": {
  124. "navigationBarTitleText": "受理详情"
  125. }
  126. },
  127. {
  128. "path": "pages/mcs-depart-return/index",
  129. "style": {
  130. "navigationBarTitleText": "退货管理-耗材"
  131. }
  132. },
  133. {
  134. "path": "pages/mcs-depart-return/details",
  135. "style": {
  136. "navigationBarTitleText": "退货详情"
  137. }
  138. },
  139. {
  140. "path": "pages/mcs-puhse-order/index",
  141. "style": {
  142. "navigationBarTitleText": "采购订单查询-耗材"
  143. }
  144. },
  145. {
  146. "path": "pages/mcs-puhse-order/details",
  147. "style": {
  148. "navigationBarTitleText": "订单详情-耗材"
  149. }
  150. }
  151. ]
  152. }, {
  153. //药品
  154. "root": "durgsubpkg",
  155. "pages":[
  156. {
  157. "path": "pages/order-taking/index",
  158. "style": {
  159. "navigationBarTitleText": "订单受理",
  160. "enablePullDownRefresh": false
  161. }
  162. },
  163. {
  164. "path": "pages/order-taking/details",
  165. "style": {
  166. "navigationBarTitleText": "受理详情",
  167. "enablePullDownRefresh": false
  168. }
  169. },
  170. {
  171. "path": "pages/depart-return/index",
  172. "style": {
  173. "navigationBarTitleText": "退货管理"
  174. }
  175. },
  176. {
  177. "path": "pages/depart-return/details",
  178. "style": {
  179. "navigationBarTitleText": "退货详情"
  180. }
  181. }
  182. ]
  183. }],
  184. "tabBar": {
  185. "color": "#919191",
  186. "selectedColor": "#1890FF",
  187. "borderStyle": "black",
  188. "backgroundColor": "#FFFFFF",
  189. "height": "50px",
  190. "fontSize": "10px",
  191. "iconWidth": "24px",
  192. "spacing": "3px",
  193. "list": [{
  194. "pagePath": "pages/platform/index",
  195. "text": "工作台",
  196. "iconPath": "static/my.jpg",
  197. "selectedIconPath": "static/myset.jpg"
  198. },
  199. {
  200. "pagePath": "pages/homeList/homeList",
  201. "text": "我的",
  202. "iconPath": "static/my.jpg",
  203. "selectedIconPath": "static/myset.jpg"
  204. }
  205. ]
  206. },
  207. "globalStyle": {
  208. "navigationBarTextStyle": "black",
  209. "navigationBarTitleText": "云流药耗",
  210. "navigationBarBackgroundColor": "#90ffe4",
  211. "backgroundColor": "#F8F8F8"
  212. },
  213. "uniIdRouter": {},
  214. "condition": { //模式配置,仅开发期间生效
  215. "current": 0, //当前激活的模式(list 的索引项)
  216. "list": [{
  217. "name": "", //模式名称
  218. "path": "", //启动页面,必选
  219. "query": "" //启动参数,在页面的onLoad函数里面得到
  220. }]
  221. }
  222. }