pages.json 994 B

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