人民医院前端

pages.json 7.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/myTask/myTask",
  5. "style": {
  6. "app-plus": {
  7. "titleNView": false //禁用原生导航栏
  8. }
  9. }
  10. },
  11. {
  12. "path": "uni_modules/imengyu-IMDebuggerWindow/pages/debugger",
  13. "style": {
  14. "navigationBarTitleText": "调试输出窗口",
  15. "disableScroll": true,
  16. "background": "transparent"
  17. }
  18. },
  19. {
  20. "path": "pages/login/login",
  21. "style": {
  22. "enablePullDownRefresh": true, //下拉刷新
  23. "navigationBarTitleText": "登录页",
  24. "app-plus": {
  25. "titleNView": false //禁用原生导航栏
  26. }
  27. }
  28. },
  29. {
  30. "path": "pages/adressBook/adressBook",
  31. "style": {
  32. "navigationBarTitleText": "通讯录"
  33. }
  34. },
  35. {
  36. "path": "pages/managemtnt/managemtnt",
  37. "style": {
  38. "navigationBarTitleText": "消息中心"
  39. }
  40. },
  41. {
  42. "path": "pages/setting/setting",
  43. "style": {
  44. "navigationBarTitleText": "我的"
  45. }
  46. }, {
  47. "path": "pages/adressBook/adressBookDetail/adressBookDetail",
  48. "style": {
  49. "navigationBarTitleText": "通讯录详情",
  50. "enablePullDownRefresh": false
  51. }
  52. }, {
  53. "path": "pages/setting/personDetail/personDetail",
  54. "style": {
  55. "navigationBarTitleText": "我的详情",
  56. "enablePullDownRefresh": false
  57. }
  58. }, {
  59. "path": "pages/myTask/repairList/repairList",
  60. "style": {
  61. "navigationBarTitleText": "报修列表",
  62. "enablePullDownRefresh": false
  63. }
  64. }, {
  65. "path": "pages/myTask/repairList/addRepair/addRepair",
  66. "style": {
  67. "navigationBarTitleText": "故障报修",
  68. "enablePullDownRefresh": false
  69. }
  70. }
  71. ,{
  72. "path" : "pages/myTask/workOrderDetail/workOrderDetail",
  73. "style" :
  74. {
  75. "navigationBarTitleText": "详情",
  76. "enablePullDownRefresh": false
  77. }
  78. }
  79. ,{
  80. "path" : "pages/myTask/workOrderDetail/button/button",
  81. "style" :
  82. {
  83. "navigationBarTitleText": "按钮",
  84. "enablePullDownRefresh": false
  85. }
  86. }
  87. ,{
  88. "path" : "pages/myTask/repairList/repairDetail/cooperationDetail/cooperationDetail",
  89. "style" :
  90. {
  91. "navigationBarTitleText": "工单协作"
  92. }
  93. }
  94. ,{
  95. "path" : "pages/myTask/repairList/repairDetail/finishDetail/finishDetail",
  96. "style" :
  97. {
  98. "navigationBarTitleText": "工单完工",
  99. "enablePullDownRefresh": false
  100. }
  101. }
  102. ,{
  103. "path" : "pages/myTask/repairList/repairDetail/evaluateDetail/evaluateDetail",
  104. "style" :
  105. {
  106. "navigationBarTitleText": "工单评价",
  107. "enablePullDownRefresh": false
  108. }
  109. }
  110. ,{
  111. "path" : "pages/myTask/repairList/repairDetail/tranferDetail/tranferDetail",
  112. "style" :
  113. {
  114. "navigationBarTitleText": "工单指派",
  115. "enablePullDownRefresh": false
  116. }
  117. }
  118. ,{
  119. "path" : "pages/myTask/repairList/myRepairOrderList/myRepairOrderList",
  120. "style" :
  121. {
  122. "navigationBarTitleText": "工单列表",
  123. "enablePullDownRefresh": false
  124. }
  125. }
  126. ,{
  127. "path" : "pages/myTask/repairList/repairDetail/returnEditDetail/returnEditDetail",
  128. "style" :
  129. {
  130. "navigationBarTitleText": "编辑",
  131. "enablePullDownRefresh": false
  132. }
  133. }
  134. ,{
  135. "path" : "pages/myTask/consultList/consultList",
  136. "style" :
  137. {
  138. "navigationBarTitleText": "咨询列表",
  139. "enablePullDownRefresh": false
  140. }
  141. }
  142. ,{
  143. "path" : "pages/myTask/consultList/consultDetail/consultDetail",
  144. "style" :
  145. {
  146. "navigationBarTitleText": "咨询详情",
  147. "enablePullDownRefresh": false
  148. }
  149. }
  150. ,{
  151. "path" : "pages/myTask/consultList/consultDetail/appointmentDeal/appointmentDeal",
  152. "style" :
  153. {
  154. "navigationBarTitleText": "预约处理",
  155. "enablePullDownRefresh": false
  156. }
  157. }
  158. ,{
  159. "path" : "pages/myTask/consultList/consultDetail/editDetail/editDetail",
  160. "style" :
  161. {
  162. "navigationBarTitleText": "编辑",
  163. "enablePullDownRefresh": false
  164. }
  165. }
  166. ],
  167. "globalStyle": {
  168. "navigationBarTextStyle": "white",
  169. "navigationBarTitleText": "全局",
  170. "navigationBarBackgroundColor": "#007aff",
  171. "backgroundColor": "#007aff"
  172. },
  173. "tabBar": {
  174. "color": "#7e837d",
  175. "selectedColor": "#0066ec",
  176. "backgroundColor": "#FFFFFF",
  177. "borderStyle": "black",
  178. "list": [{
  179. "pagePath": "pages/myTask/myTask",
  180. "iconPath": "./static/task.png",
  181. "selectedIconPath": "./static/task_active.png",
  182. "text": "我的任务"
  183. },
  184. {
  185. "pagePath": "pages/adressBook/adressBook",
  186. "iconPath": "./static/addressBook.png",
  187. "selectedIconPath": "./static/addressBook_active.png",
  188. "text": "通讯录"
  189. },
  190. {
  191. "pagePath": "pages/managemtnt/managemtnt",
  192. "iconPath": "./static/message.png",
  193. "selectedIconPath": "./static/message_active.png",
  194. "text": "消息"
  195. },
  196. {
  197. "pagePath": "pages/setting/setting",
  198. "iconPath": "./static/person.png",
  199. "selectedIconPath": "./static/person_active.png",
  200. "text": "我的"
  201. }
  202. ]
  203. },
  204. "condition": { //模式配置,仅开发期间生效
  205. "current": 0, //当前激活的模式(list 的索引项)
  206. "list": [{
  207. "name": "", //模式名称
  208. "path": "", //启动页面,必选
  209. "query": "" //启动参数,在页面的onLoad函数里面得到
  210. }]
  211. }
  212. }