人民医院前端

pages.json 5.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  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": "pages/login/login",
  13. "style": {
  14. "enablePullDownRefresh": true, //下拉刷新
  15. "navigationBarTitleText": "登录页",
  16. "app-plus": {
  17. "titleNView": false //禁用原生导航栏
  18. }
  19. }
  20. },
  21. {
  22. "path": "pages/adressBook/adressBook",
  23. "style": {
  24. "navigationBarTitleText": "通讯录"
  25. }
  26. },
  27. {
  28. "path": "pages/managemtnt/managemtnt",
  29. "style": {
  30. "navigationBarTitleText": "消息中心"
  31. }
  32. },
  33. {
  34. "path": "pages/setting/setting",
  35. "style": {
  36. "navigationBarTitleText": "我的"
  37. }
  38. }, {
  39. "path": "pages/adressBook/adressBookDetail/adressBookDetail",
  40. "style": {
  41. "navigationBarTitleText": "通讯录详情",
  42. "enablePullDownRefresh": false
  43. }
  44. }, {
  45. "path": "pages/setting/personDetail/personDetail",
  46. "style": {
  47. "navigationBarTitleText": "我的详情",
  48. "enablePullDownRefresh": false
  49. }
  50. }, {
  51. "path": "pages/myTask/repairList/repairList",
  52. "style": {
  53. "navigationBarTitleText": "报修列表",
  54. "enablePullDownRefresh": false
  55. }
  56. }, {
  57. "path": "pages/myTask/repairList/addRepair/addRepair",
  58. "style": {
  59. "navigationBarTitleText": "故障报修",
  60. "enablePullDownRefresh": false
  61. }
  62. }
  63. ,{
  64. "path" : "pages/myTask/workOrderDetail/workOrderDetail",
  65. "style" :
  66. {
  67. "navigationBarTitleText": "详情",
  68. "enablePullDownRefresh": false
  69. }
  70. }
  71. ,{
  72. "path" : "pages/myTask/workOrderDetail/button/button",
  73. "style" :
  74. {
  75. "navigationBarTitleText": "按钮",
  76. "enablePullDownRefresh": false
  77. }
  78. }
  79. ,{
  80. "path" : "pages/myTask/repairList/repairDetail/cooperationDetail/cooperationDetail",
  81. "style" :
  82. {
  83. "navigationBarTitleText": "工单协作"
  84. }
  85. }
  86. ,{
  87. "path" : "pages/myTask/repairList/repairDetail/finishDetail/finishDetail",
  88. "style" :
  89. {
  90. "navigationBarTitleText": "工单完工",
  91. "enablePullDownRefresh": false
  92. }
  93. }
  94. ,{
  95. "path" : "pages/myTask/repairList/repairDetail/evaluateDetail/evaluateDetail",
  96. "style" :
  97. {
  98. "navigationBarTitleText": "工单评价",
  99. "enablePullDownRefresh": false
  100. }
  101. }
  102. ,{
  103. "path" : "pages/myTask/repairList/repairDetail/tranferDetail/tranferDetail",
  104. "style" :
  105. {
  106. "navigationBarTitleText": "工单指派",
  107. "enablePullDownRefresh": false
  108. }
  109. }
  110. ,{
  111. "path" : "pages/myTask/orderList/orderList",
  112. "style" :
  113. {
  114. "navigationBarTitleText": "工单管理列表",
  115. "enablePullDownRefresh": false
  116. }
  117. }
  118. ,{
  119. "path" : "pages/myTask/orderList/orderDetail/returnEditDetail/returnEditDetail",
  120. "style" :
  121. {
  122. "navigationBarTitleText": "",
  123. "enablePullDownRefresh": false
  124. }
  125. }
  126. ],
  127. "globalStyle": {
  128. "navigationBarTextStyle": "white",
  129. "navigationBarTitleText": "全局",
  130. "navigationBarBackgroundColor": "#007aff",
  131. "backgroundColor": "#007aff"
  132. },
  133. "tabBar": {
  134. "color": "#7e837d",
  135. "selectedColor": "#0066ec",
  136. "backgroundColor": "#FFFFFF",
  137. "borderStyle": "black",
  138. "list": [{
  139. "pagePath": "pages/myTask/myTask",
  140. "iconPath": "./static/task.png",
  141. "selectedIconPath": "./static/task_active.png",
  142. "text": "我的任务"
  143. },
  144. {
  145. "pagePath": "pages/adressBook/adressBook",
  146. "iconPath": "./static/addressBook.png",
  147. "selectedIconPath": "./static/addressBook_active.png",
  148. "text": "通讯录"
  149. },
  150. {
  151. "pagePath": "pages/managemtnt/managemtnt",
  152. "iconPath": "./static/message.png",
  153. "selectedIconPath": "./static/message_active.png",
  154. "text": "消息"
  155. },
  156. {
  157. "pagePath": "pages/setting/setting",
  158. "iconPath": "./static/person.png",
  159. "selectedIconPath": "./static/person_active.png",
  160. "text": "我的"
  161. }
  162. ]
  163. },
  164. "condition": { //模式配置,仅开发期间生效
  165. "current": 0, //当前激活的模式(list 的索引项)
  166. "list": [{
  167. "name": "", //模式名称
  168. "path": "", //启动页面,必选
  169. "query": "" //启动参数,在页面的onLoad函数里面得到
  170. }]
  171. }
  172. }