人民医院前端

pages.json 14KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "郑州人民医院综合服务保障调度平台",
  7. "app-plus": {
  8. "titleNView": false //禁用原生导航栏
  9. }
  10. }
  11. },
  12. {
  13. "path": "pages/myTask/myTask",
  14. "style": {
  15. "navigationBarTitleText": "郑州人民医院综合服务保障调度平台",
  16. "app-plus": {
  17. "titleNView": false //禁用原生导航栏
  18. }
  19. }
  20. },
  21. {
  22. "path": "uni_modules/imengyu-IMDebuggerWindow/pages/debugger",
  23. "style": {
  24. "navigationBarTitleText": "调试输出窗口",
  25. "disableScroll": true,
  26. "background": "transparent"
  27. }
  28. },
  29. {
  30. "path": "pages/deBug/deBug",
  31. "style": {
  32. "navigationBarTitleText": "调试输出窗口",
  33. "disableScroll": true,
  34. "background": "transparent"
  35. }
  36. },
  37. {
  38. "path": "pages/login/login",
  39. "style": {
  40. "enablePullDownRefresh": true, //下拉刷新
  41. "navigationBarTitleText": "登录页",
  42. "app-plus": {
  43. "titleNView": false //禁用原生导航栏
  44. }
  45. }
  46. },
  47. {
  48. "path": "pages/register/register",
  49. "style": {
  50. "enablePullDownRefresh": true, //下拉刷新
  51. "navigationBarTitleText": "注册页",
  52. "app-plus": {
  53. "titleNView": false //禁用原生导航栏
  54. }
  55. }
  56. },
  57. {
  58. "path": "pages/adressBook/adressBook",
  59. "style": {
  60. "navigationBarTitleText": "通讯录"
  61. }
  62. },
  63. {
  64. "path": "pages/managemtnt/managemtnt",
  65. "style": {
  66. "navigationBarTitleText": "消息中心"
  67. }
  68. },
  69. {
  70. "path": "pages/setting/setting",
  71. "style": {
  72. "navigationBarTitleText": "我的"
  73. }
  74. },
  75. {
  76. "path": "pages/adressBook/adressBookDetail/adressBookDetail",
  77. "style": {
  78. "navigationBarTitleText": "通讯录详情",
  79. "enablePullDownRefresh": false
  80. }
  81. },
  82. {
  83. "path": "pages/setting/personDetail/personDetail",
  84. "style": {
  85. "navigationBarTitleText": "我的详情",
  86. "enablePullDownRefresh": false
  87. }
  88. },
  89. {
  90. "path": "pages/myTask/repairList/repairList",
  91. "style": {
  92. "navigationBarTitleText": "报修列表",
  93. "enablePullDownRefresh": false
  94. }
  95. },
  96. {
  97. "path": "pages/myTask/repairList/addRepair/addRepair",
  98. "style": {
  99. "navigationBarTitleText": "故障报修",
  100. "enablePullDownRefresh": false
  101. }
  102. },
  103. {
  104. "path": "pages/myTask/workOrderDetail/workOrderDetail",
  105. "style": {
  106. "navigationBarTitleText": "详情",
  107. "enablePullDownRefresh": false
  108. }
  109. },
  110. {
  111. "path": "pages/myTask/workOrderDetail/button/button",
  112. "style": {
  113. "navigationBarTitleText": "按钮",
  114. "enablePullDownRefresh": false
  115. }
  116. },
  117. {
  118. "path": "pages/myTask/repairList/repairDetail/cooperationDetail/cooperationDetail",
  119. "style": {
  120. "navigationBarTitleText": "工单协作"
  121. }
  122. },
  123. {
  124. "path": "pages/myTask/repairList/repairDetail/finishDetail/finishDetail",
  125. "style": {
  126. "navigationBarTitleText": "工单完工",
  127. "enablePullDownRefresh": false
  128. }
  129. },
  130. {
  131. "path": "pages/myTask/repairList/repairDetail/evaluateDetail/evaluateDetail",
  132. "style": {
  133. "navigationBarTitleText": "工单评价",
  134. "enablePullDownRefresh": false
  135. }
  136. },
  137. {
  138. "path": "pages/myTask/repairList/repairDetail/tranferDetail/tranferDetail",
  139. "style": {
  140. "navigationBarTitleText": "工单指派",
  141. "enablePullDownRefresh": false
  142. }
  143. },
  144. {
  145. "path": "pages/myTask/repairList/myRepairOrderList/myRepairOrderList",
  146. "style": {
  147. "navigationBarTitleText": "工单列表",
  148. "enablePullDownRefresh": false
  149. }
  150. },
  151. {
  152. "path": "pages/myTask/repairList/repairDetail/returnEditDetail/returnEditDetail",
  153. "style": {
  154. "navigationBarTitleText": "编辑",
  155. "enablePullDownRefresh": false
  156. }
  157. },
  158. {
  159. "path": "pages/myTask/consultList/consultList",
  160. "style": {
  161. "navigationBarTitleText": "咨询列表",
  162. "enablePullDownRefresh": false
  163. }
  164. },
  165. {
  166. "path": "pages/myTask/consultList/consultDetail/consultDetail",
  167. "style": {
  168. "navigationBarTitleText": "咨询详情",
  169. "enablePullDownRefresh": false
  170. }
  171. },
  172. {
  173. "path": "pages/myTask/consultList/consultDetail/appointmentDeal/appointmentDeal",
  174. "style": {
  175. "navigationBarTitleText": "处理",
  176. "enablePullDownRefresh": false
  177. }
  178. },
  179. {
  180. "path": "pages/myTask/consultList/consultDetail/editDetail/editDetail",
  181. "style": {
  182. "navigationBarTitleText": "编辑",
  183. "enablePullDownRefresh": false
  184. }
  185. },
  186. {
  187. "path": "pages/myTask/repairList/repairDetail/replayDetail/replayDetail",
  188. "style": {
  189. "navigationBarTitleText": "延期",
  190. "enablePullDownRefresh": false
  191. }
  192. },
  193. {
  194. "path": "pages/myTask/vehicleSchedulList/vehicleSchedulList",
  195. "style": {
  196. "navigationBarTitleText": "车辆调度",
  197. "enablePullDownRefresh": false
  198. }
  199. },
  200. {
  201. "path": "pages/myTask/repairList/repairDetail/consumablesDeail/consumablesDeail",
  202. "style": {
  203. "navigationBarTitleText": "耗材确认",
  204. "enablePullDownRefresh": false
  205. }
  206. },
  207. {
  208. "path": "pages/myTask/vehicleSchedulList/driverList/driverList",
  209. "style": {
  210. "navigationBarTitleText": "司机列表",
  211. "enablePullDownRefresh": false
  212. }
  213. },
  214. {
  215. "path": "pages/myTask/comDispatch/applicantList/applicantList",
  216. "style": {
  217. "navigationBarTitleText": "申请列表",
  218. "enablePullDownRefresh": false
  219. }
  220. },
  221. {
  222. "path": "pages/myTask/vehicleSchedulList/applicantsList/applicantsList",
  223. "style": {
  224. "navigationBarTitleText": "申请人列表",
  225. "enablePullDownRefresh": false
  226. }
  227. },
  228. {
  229. "path": "pages/myTask/comDispatch/workmanList/workmanList",
  230. "style": {
  231. "navigationBarTitleText": "工勤列表",
  232. "enablePullDownRefresh": false
  233. }
  234. },
  235. {
  236. "path": "pages/myTask/vehicleSchedulList/applicantsList/addVehicle/addVehicle",
  237. "style": {
  238. "navigationBarTitleText": "车辆调度",
  239. "enablePullDownRefresh": false
  240. }
  241. },
  242. {
  243. "path": "pages/myTask/comDispatch/addComDispatch/addComDispatch",
  244. "style": {
  245. "navigationBarTitleText": "添加 ",
  246. "enablePullDownRefresh": false
  247. }
  248. },
  249. {
  250. "path": "pages/myTask/vehicleSchedulList/components/vehiccleDetail/vehiccleDetail",
  251. "style": {
  252. "navigationBarTitleText": "详情页",
  253. "enablePullDownRefresh": false
  254. }
  255. },
  256. {
  257. "path": "pages/myTask/comDispatch/comDispatchDetail/comDispatchDetail",
  258. "style": {
  259. "navigationBarTitleText": "详情",
  260. "enablePullDownRefresh": false
  261. }
  262. },
  263. {
  264. "path": "pages/myTask/vehicleSchedulList/components/vehiccleDetail/evaluateDetail/evaluateDetail",
  265. "style": {
  266. "navigationBarTitleText": "评价",
  267. "enablePullDownRefresh": false
  268. }
  269. },
  270. {
  271. "path": "pages/myTask/comDispatch/comDispatchDetail/dealDetail/dealDetail",
  272. "style": {
  273. "navigationBarTitleText": "送达",
  274. "enablePullDownRefresh": false
  275. }
  276. },
  277. {
  278. "path": "pages/myTask/vehicleSchedulList/components/vehiccleDetail/departBtn/departBtn",
  279. "style": {
  280. "navigationBarTitleText": "抵达发车点",
  281. "enablePullDownRefresh": false
  282. }
  283. },
  284. {
  285. "path": "pages/myTask/vehicleSchedulList/components/vehiccleDetail/destinationBtn/destinationBtn",
  286. "style": {
  287. "navigationBarTitleText": "抵达目的地",
  288. "enablePullDownRefresh": false
  289. }
  290. }
  291. ,{
  292. "path" : "pages/setting/fontSizeSetting/fontSizeSetting",
  293. "style" :
  294. {
  295. "navigationBarTitleText": "设置字体大小",
  296. "enablePullDownRefresh": false
  297. }
  298. },
  299. {
  300. "path" : "pages/myTask/reportForm/reportForm",
  301. "style" :
  302. {
  303. "navigationBarTitleText": "日报",
  304. "enablePullDownRefresh": false
  305. }
  306. }
  307. ,{
  308. "path" : "pages/myTask/repairList/repairDetail/consumablesConfirmDeail/consumablesConfirmDeail",
  309. "style" :
  310. {
  311. "navigationBarTitleText": "维修确认",
  312. "enablePullDownRefresh": false
  313. }
  314. }
  315. ,{
  316. "path" : "pages/myTask/Hardware/Hardware",
  317. "style" :
  318. {
  319. "navigationBarTitleText": "硬件服务",
  320. "enablePullDownRefresh": false
  321. }
  322. }
  323. ,{
  324. "path" : "pages/setting/fontSizeSettingPass/fontSizeSettingPass",
  325. "style" :
  326. {
  327. "navigationBarTitleText": "修改密码",
  328. "app-plus": {
  329. "titleNView": false //禁用原生导航栏
  330. }
  331. }
  332. }
  333. ,{
  334. "path" : "pages/noDing/noDing",
  335. "style" :
  336. {
  337. "navigationBarTitleText": "",
  338. "app-plus": {
  339. "titleNView": false //禁用原生导航栏
  340. }
  341. }
  342. }
  343. ,{
  344. "path" : "pages/myTask/opertraget/opertraget",
  345. "style" :
  346. {
  347. "navigationBarTitleText": "运维指标",
  348. "enablePullDownRefresh": false
  349. }
  350. }
  351. ],
  352. "globalStyle": {
  353. "navigationBarTextStyle": "white",
  354. "navigationBarTitleText": "全局",
  355. "navigationBarBackgroundColor": "#007aff",
  356. "backgroundColor": "#007aff"
  357. },
  358. "tabBar": {
  359. "color": "#7e837d",
  360. "selectedColor": "#0066ec",
  361. "backgroundColor": "#FFFFFF",
  362. "borderStyle": "black",
  363. "list": [
  364. {
  365. "pagePath": "pages/myTask/myTask",
  366. "iconPath": "./static/task.png",
  367. "selectedIconPath": "./static/task_active.png",
  368. "text": "我的任务"
  369. },
  370. {
  371. "pagePath": "pages/adressBook/adressBook",
  372. "iconPath": "./static/addressBook.png",
  373. "selectedIconPath": "./static/addressBook_active.png",
  374. "text": "通讯录"
  375. },
  376. {
  377. "pagePath": "pages/managemtnt/managemtnt",
  378. "iconPath": "./static/message.png",
  379. "selectedIconPath": "./static/message_active.png",
  380. "text": "消息"
  381. },
  382. {
  383. "pagePath": "pages/setting/setting",
  384. "iconPath": "./static/person.png",
  385. "selectedIconPath": "./static/person_active.png",
  386. "text": "我的"
  387. }
  388. ]
  389. },
  390. "condition": { //模式配置,仅开发期间生效
  391. "current": 0, //当前激活的模式(list 的索引项)
  392. "list": [
  393. {
  394. "name": "", //模式名称
  395. "path": "", //启动页面,必选
  396. "query": "" //启动参数,在页面的onLoad函数里面得到
  397. }
  398. ]
  399. }
  400. }