pages.json 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/tab/index",
  5. "style": {
  6. "navigationBarTitleText": "首页",
  7. // 使用小程序组件
  8. "usingComponents": {
  9. "van-button": "/wxcomponents/vant/button/index",
  10. "van-progress": "/wxcomponents/vant/progress/index",
  11. "van-swipe-cell": "/wxcomponents/vant/swipe-cell/index",
  12. "van-tabbar": "/wxcomponents/vant/tabbar/index",
  13. "van-tabbar-item": "/wxcomponents/vant/tabbar-item/index"
  14. }
  15. }
  16. },
  17. // {
  18. // "path": "pages/fw/selectclass",
  19. // "style": {
  20. // "navigationBarTitleText": "班级选择",
  21. // "enablePullDownRefresh": true
  22. // }
  23. // },
  24. {
  25. "path": "pages/load/roles",
  26. "style": {
  27. "navigationBarTitleText": "选择身份",
  28. "navigationBarBackgroundColor": "#6699ff",
  29. "navigationBarTextStyle": "white",
  30. "backgroundColor": "#C8C7CC"
  31. }
  32. },
  33. {
  34. "path": "pages/load/load",
  35. "style": {
  36. "navigationBarTitleText": "潜山校园"
  37. }
  38. },
  39. {
  40. "path": "pages/login/login",
  41. "style": {
  42. "navigationBarTitleText": "登录",
  43. // 使用小程序组件
  44. "usingComponents": {
  45. "van-button": "/wxcomponents/vant/button/index",
  46. "van-progress": "/wxcomponents/vant/progress/index",
  47. "van-swipe-cell": "/wxcomponents/vant/swipe-cell/index",
  48. "van-tabbar": "/wxcomponents/vant/tabbar/index",
  49. "van-tabbar-item": "/wxcomponents/vant/tabbar-item/index"
  50. }
  51. }
  52. },
  53. // {
  54. // "path": "pages/tab/fw",
  55. // "style": {
  56. // "navigationBarTitleText": "人员采集",
  57. // // 使用小程序组件
  58. // "usingComponents": {
  59. // "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
  60. // "van-area": "/wxcomponents/vant/area/index",
  61. // "van-popup": "/wxcomponents/vant/popup/index",
  62. // "van-picker": "/wxcomponents/vant/picker/index"
  63. // }
  64. // }
  65. // },
  66. {
  67. "path": "pages/tab/about_we",
  68. "style": {
  69. "navigationBarTitleText": "我的"
  70. }
  71. },
  72. {
  73. "path": "pages/patriarch/index",
  74. "style": {
  75. "navigationBarTitleText": "家长端",
  76. // 使用小程序组件
  77. "usingComponents": {
  78. "van-button": "/wxcomponents/vant/button/index",
  79. "van-progress": "/wxcomponents/vant/progress/index",
  80. "van-swipe-cell": "/wxcomponents/vant/swipe-cell/index",
  81. "van-tabbar": "/wxcomponents/vant/tabbar/index",
  82. "van-tabbar-item": "/wxcomponents/vant/tabbar-item/index"
  83. }
  84. }
  85. }
  86. ],
  87. "tabBar": {
  88. "color": "#7A7E83",
  89. "selectedColor": "#1678FF",
  90. "borderStyle": "black",
  91. "backgroundColor": "#fff",
  92. "list": [{
  93. "pagePath": "pages/tab/index",
  94. "iconPath": "static/tab_hp_normal@2x.png",
  95. "selectedIconPath": "static/tab_hp_selected@2x.png",
  96. "text": "首页"
  97. },
  98. // {
  99. // "pagePath": "pages/tab/fw",
  100. // "iconPath": "static/tab_kslr_normal@2x.png",
  101. // "selectedIconPath": "static/tab_kslr_selected@2x.png",
  102. // "text": "快速录入"
  103. // },
  104. {
  105. "pagePath": "pages/tab/about_we",
  106. "iconPath": "static/tab_hp_my@2x.png",
  107. "selectedIconPath": "static/tab_mine_selected@2x.png",
  108. "text": "我的"
  109. }
  110. ]
  111. },
  112. "globalStyle": {
  113. "navigationBarTextStyle": "white",
  114. "navigationBarTitleText": "uni-app",
  115. "navigationBarBackgroundColor": "#2C60F1",
  116. "backgroundColor": "#fff",
  117. "animationDuration": 150,
  118. "animationType": "slide-in-right"
  119. },
  120. "subPackages": [{
  121. "root": "pages/home",
  122. "pages": [{
  123. "path": "wufa",
  124. "style": {
  125. "navigationBarTitleText": "确认登录"
  126. }
  127. },
  128. // {
  129. // "path": "recordthree",
  130. // "style": {
  131. // "navigationBarTitleText": "疫苗情况",
  132. // "usingComponents": {
  133. // "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
  134. // "van-area": "/wxcomponents/vant/area/index",
  135. // "van-popup": "/wxcomponents/vant/popup/index",
  136. // "van-picker": "/wxcomponents/vant/picker/index"
  137. // }
  138. // }
  139. // },
  140. // {
  141. // "path": "recordfor",
  142. // "style": {
  143. // "navigationBarTitleText": "疫苗接种情况统计表",
  144. // "usingComponents": {
  145. // "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
  146. // "van-area": "/wxcomponents/vant/area/index",
  147. // "van-popup": "/wxcomponents/vant/popup/index",
  148. // "van-picker": "/wxcomponents/vant/picker/index"
  149. // }
  150. // }
  151. // },
  152. {
  153. "path": "record",
  154. "style": {
  155. "navigationBarTitleText": "官网网址",
  156. "usingComponents": {
  157. "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
  158. "van-area": "/wxcomponents/vant/area/index",
  159. "van-popup": "/wxcomponents/vant/popup/index",
  160. "van-picker": "/wxcomponents/vant/picker/index"
  161. }
  162. }
  163. },
  164. {
  165. "path": "recordtwo",
  166. "style": {
  167. "navigationBarTitleText": "信息详情",
  168. // "enablePullDownRefresh": true,
  169. "usingComponents": {
  170. "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
  171. "van-area": "/wxcomponents/vant/area/index",
  172. "van-popup": "/wxcomponents/vant/popup/index",
  173. "van-picker": "/wxcomponents/vant/picker/index",
  174. "van-datetime-picker": "/wxcomponents/vant/datetime-picker/index"
  175. }
  176. }
  177. },
  178. {
  179. "path": "scan",
  180. "style": {
  181. "navigationBarTitleText": "扫码粗查",
  182. // "enablePullDownRefresh": true,
  183. "usingComponents": {
  184. "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
  185. "van-area": "/wxcomponents/vant/area/index",
  186. "van-popup": "/wxcomponents/vant/popup/index",
  187. "van-picker": "/wxcomponents/vant/picker/index",
  188. "van-datetime-picker": "/wxcomponents/vant/datetime-picker/index"
  189. }
  190. }
  191. },
  192. {
  193. "path": "register",
  194. "style": {
  195. "navigationBarTitleText": "送检登记",
  196. "usingComponents": {
  197. "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
  198. "van-area": "/wxcomponents/vant/area/index",
  199. "van-popup": "/wxcomponents/vant/popup/index",
  200. "van-picker": "/wxcomponents/vant/picker/index",
  201. "van-datetime-picker": "/wxcomponents/vant/datetime-picker/index"
  202. }
  203. }
  204. },
  205. {
  206. "path": "registersuccess",
  207. "style": {
  208. "navigationBarTitleText": "提交",
  209. "usingComponents": {
  210. "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
  211. "van-area": "/wxcomponents/vant/area/index",
  212. "van-popup": "/wxcomponents/vant/popup/index",
  213. "van-picker": "/wxcomponents/vant/picker/index",
  214. "van-datetime-picker": "/wxcomponents/vant/datetime-picker/index"
  215. }
  216. }
  217. },
  218. {
  219. "path": "potho",
  220. "style": {
  221. "navigationBarTitleText": "粗略查询",
  222. // "enablePullDownRefresh": true,
  223. "usingComponents": {
  224. "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
  225. "van-area": "/wxcomponents/vant/area/index",
  226. "van-popup": "/wxcomponents/vant/popup/index",
  227. "van-picker": "/wxcomponents/vant/picker/index",
  228. "van-datetime-picker": "/wxcomponents/vant/datetime-picker/index"
  229. }
  230. }
  231. }
  232. ]
  233. },
  234. {
  235. "root": "pages/parents",
  236. "pages": [{
  237. "path": "parHome",
  238. "style": {
  239. "navigationBarTitleText": "首页"
  240. }
  241. },
  242. {
  243. "path": "bind_student",
  244. "style": {
  245. "navigationBarTitleText": "选择身份",
  246. "navigationBarBackgroundColor": "#6699ff",
  247. "navigationBarTextStyle": "white",
  248. "backgroundColor": "#C8C7CC"
  249. }
  250. },
  251. {
  252. "path": "bind_success",
  253. "style": {
  254. "navigationBarTitleText": "",
  255. "navigationBarBackgroundColor": "#6699ff",
  256. "navigationBarTextStyle": "white",
  257. "backgroundColor": "#C8C7CC"
  258. }
  259. },
  260. {
  261. "path": "bind_student_list",
  262. "style": {
  263. "navigationBarTitleText": "绑定学生",
  264. "navigationBarBackgroundColor": "#6699ff",
  265. "navigationBarTextStyle": "white",
  266. "backgroundColor": "#C8C7CC"
  267. }
  268. },
  269. {
  270. "path": "par_dynamic",
  271. "style": {
  272. "navigationBarTitleText": "历史记录",
  273. "navigationBarBackgroundColor": "#6699ff",
  274. "navigationBarTextStyle": "white",
  275. "enablePullDownRefresh": true,
  276. "backgroundColor": "#C8C7CC",
  277. "usingComponents": {
  278. "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
  279. "van-area": "/wxcomponents/vant/area/index",
  280. "van-popup": "/wxcomponents/vant/popup/index",
  281. "van-picker": "/wxcomponents/vant/picker/index",
  282. "van-datetime-picker": "/wxcomponents/vant/datetime-picker/index",
  283. "van-search": "/wxcomponents/vant/datetime-picker/index"
  284. }
  285. }
  286. },
  287. {
  288. "path": "par_dynamic_dec",
  289. "style": {
  290. "navigationBarTitleText": "详细信息",
  291. "navigationBarBackgroundColor": "#6699ff",
  292. "navigationBarTextStyle": "white",
  293. "backgroundColor": "#C8C7CC",
  294. "usingComponents": {
  295. "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
  296. "van-area": "/wxcomponents/vant/area/index",
  297. "van-popup": "/wxcomponents/vant/popup/index",
  298. "van-picker": "/wxcomponents/vant/picker/index",
  299. "van-overlay": "/wxcomponents/vant/overlay/index"
  300. }
  301. }
  302. },
  303. {
  304. "path": "ucharts",
  305. "style": {
  306. "navigationBarTitleText": "信息详情",
  307. "navigationBarBackgroundColor": "#6699ff",
  308. "navigationBarTextStyle": "white",
  309. "backgroundColor": "#C8C7CC",
  310. "usingComponents": {
  311. "van-action-sheet": "/wxcomponents/vant/action-sheet/index",
  312. "van-area": "/wxcomponents/vant/area/index",
  313. "van-popup": "/wxcomponents/vant/popup/index",
  314. "van-picker": "/wxcomponents/vant/picker/index",
  315. "van-overlay": "/wxcomponents/vant/overlay/index"
  316. }
  317. }
  318. }
  319. ]
  320. }]
  321. }