pages.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "微信登录"
  7. }
  8. },
  9. {
  10. "path": "pages/login/index",
  11. "style": {
  12. "navigationBarTitleText": "注册"
  13. }
  14. },
  15. {
  16. "path": "pages/login/register",
  17. "style": {
  18. "navigationBarTitleText": "注册"
  19. }
  20. }
  21. ,{
  22. "path" : "pages/login/multipleRoles",
  23. "style" :
  24. {
  25. "navigationBarTitleText": "黄浦区中药云移动质控",
  26. "enablePullDownRefresh": false
  27. }
  28. }
  29. ,{
  30. "path" : "pages/ypczk/index/leaderIndex",
  31. "style" :
  32. {
  33. "navigationBarTitleText": "首页-组长",
  34. "enablePullDownRefresh": true
  35. }
  36. },
  37. {
  38. "path" : "pages/ypczk/zkTask/choosePrescription",
  39. "style" :
  40. {
  41. "navigationBarTitleText": "选择处方",
  42. "enablePullDownRefresh": true
  43. }
  44. },
  45. {
  46. "path" : "pages/ypczk/zkTask/zkTask",
  47. "style" :
  48. {
  49. "navigationBarTitleText": "质控作业",
  50. "enablePullDownRefresh": true
  51. }
  52. },
  53. {
  54. "path" : "pages/ypczk/zkTask/zkTaskList",
  55. "style" :
  56. {
  57. "navigationBarTitleText": "全部任务",
  58. "enablePullDownRefresh": true
  59. }
  60. },
  61. {
  62. "path" : "pages/ypczk/zkTask/djTask",
  63. "style" :
  64. {
  65. "navigationBarTitleText": "代煎处方质控作业",
  66. "enablePullDownRefresh": true
  67. }
  68. },
  69. {
  70. "path" : "pages/ypczk/zkTask/zkTaskDP",
  71. "style" :
  72. {
  73. "navigationBarTitleText": "代配处方质控作业",
  74. "enablePullDownRefresh": true
  75. }
  76. }
  77. ,{
  78. "path" : "pages/details/detailsList",
  79. "style" :
  80. {
  81. "navigationBarTitleText": "任务详情",
  82. "enablePullDownRefresh": true
  83. }
  84. }
  85. ,{
  86. "path" : "pages/ypczk/zkTask/djhjTask",
  87. "style" :
  88. {
  89. "navigationBarTitleText": "机构作业环境质控",
  90. "enablePullDownRefresh": false
  91. }
  92. },{
  93. "path": "pages/my/index",
  94. "style": {
  95. "navigationBarTitleText": "我的"
  96. }
  97. }
  98. ,{
  99. "path" : "pages/ypczk/zkTask/zkTaskDetail/djTaskDetail",
  100. "style" :
  101. {
  102. "navigationBarTitleText": "代煎质控任务详情",
  103. "enablePullDownRefresh": false
  104. }
  105. }
  106. ,{
  107. "path" : "pages/ypczk/zkTask/zkTaskDetail/djhjTaskDetail",
  108. "style" :
  109. {
  110. "navigationBarTitleText": "环境质控任务详情",
  111. "enablePullDownRefresh": false
  112. }
  113. }
  114. ],
  115. "globalStyle": {
  116. "navigationBarTextStyle": "white",
  117. "navigationBarTitleText": "中药云",
  118. "navigationBarBackgroundColor": "#BEA375",
  119. "backgroundColor": "#BEA375"
  120. },
  121. "uniIdRouter": {},
  122. "tabBar": {
  123. "color": "rgba(134, 144, 156, 1)",
  124. "selectedColor": "rgba(190, 163, 117, 1)",
  125. "borderStyle": "black",
  126. "backgroundColor": "#ffffff",
  127. "list": [
  128. {
  129. "pagePath": "pages/ypczk/index/leaderIndex",
  130. "iconPath": "static/home_tabbar.png",
  131. "selectedIconPath": "static/home_selected_tabbar.png",
  132. "text": "首页"
  133. }, {
  134. "pagePath": "pages/ypczk/zkTask/zkTaskList",
  135. "iconPath": "static/zk_tabbar.png",
  136. "selectedIconPath": "static/zk_selected_tabbar.png",
  137. "text": "质控"
  138. },{
  139. "pagePath": "pages/my/index",
  140. "iconPath": "static/my_tabbar.png",
  141. "selectedIconPath": "static/my_selected_tabbar.png",
  142. "text": "我的"
  143. }
  144. ]
  145. }
  146. }