pages.json 650 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/index",
  5. "style": {
  6. "navigationBarTitleText": "迎新首页",
  7. "navigationStyle": "custom"
  8. }
  9. },
  10. {
  11. "path": "pages/weiChat/weiChat",
  12. "style":{
  13. "navigationBarTitleText": "临时卡领取"
  14. }
  15. },
  16. {
  17. "path": "pages/map/map",
  18. "style":{
  19. "navigationBarTitleText": "地图导览"
  20. }
  21. },
  22. {
  23. "path": "pages/pay/pay",
  24. "style":{
  25. "navigationBarTitleText": "在线缴费"
  26. }
  27. }
  28. ],
  29. "globalStyle": {
  30. "navigationBarTextStyle": "black",
  31. "navigationBarTitleText": "迎新",
  32. "navigationBarBackgroundColor": "#f7f7f7",
  33. "backgroundColor": "#ffffff"
  34. }
  35. }