pages.json 858 B

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