pages.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/loginFilter/loginFilter",
  5. "style":{
  6. "navigationBarTitleText": "预报到",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/faceSearch/faceSea",
  12. "style":{
  13. "navigationBarTitleText": "人脸采集",
  14. "navigationStyle": "custom"
  15. }
  16. },
  17. {
  18. "path": "pages/index/index",
  19. "style": {
  20. "navigationBarTitleText": "迎新首页",
  21. "navigationStyle": "custom"
  22. }
  23. },
  24. {
  25. "path": "pages/confirm/confirm",
  26. "style":{
  27. "navigationBarTitleText": "信息确认",
  28. "navigationBarBackgroundColor": "white",
  29. "navigationStyle": "custom"
  30. }
  31. },
  32. {
  33. "path": "pages/weiChat/weiChat",
  34. "style":{
  35. "navigationBarTitleText": "临时卡领取",
  36. "navigationStyle": "custom"
  37. }
  38. },
  39. {
  40. "path": "pages/map/map",
  41. "style":{
  42. "navigationBarTitleText": "地图导览",
  43. "navigationStyle": "custom"
  44. }
  45. }
  46. ],
  47. "globalStyle": {
  48. "navigationBarTextStyle": "black",
  49. "navigationBarTitleText": "迎新",
  50. "navigationBarBackgroundColor": "#f7f7f7",
  51. "backgroundColor": "#ffffff"
  52. }
  53. }