兼兼街租房小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

53 lines
1.1 KiB

  1. {
  2. "pages": [{
  3. "path": "pages/index/index"
  4. },{
  5. "path": "pages/index/ihome"
  6. },{
  7. "path": "pages/index/icone"
  8. },
  9. {
  10. "path": "pages/pusher/housea"
  11. },{
  12. "path": "pages/pusher/houseb"
  13. },{
  14. "path": "pages/pusher/article"
  15. }],
  16. "globalStyle": {
  17. "navigationBarTextStyle": "black",
  18. "navigationBarTitleText": "兼兼街",
  19. "navigationBarBackgroundColor": "#F8F8F8",
  20. "backgroundColor": "#F8F8F8",
  21. "app-plus": {
  22. "titleNView": false
  23. },
  24. "navigationStyle": "custom"
  25. }
  26. ,
  27. "tabBar": {
  28. "borderStyle": "white",
  29. "backgroundColor": "#FFFFFF",
  30. "color": "#808080",
  31. "selectedColor": "#1B55E2",
  32. "list": [
  33. {
  34. "iconPath": "static/tarbar/indexu.png",
  35. "selectedIconPath": "static/tarbar/index.png",
  36. "text": "",
  37. "pagePath": "pages/index/index"
  38. },{
  39. "iconPath": "static/tarbar/fabuu.png",
  40. "selectedIconPath": "static/tarbar/fabu.png",
  41. "text": "",
  42. "pagePath": "pages/index/icone"
  43. },{
  44. "iconPath": "static/tarbar/myu.png",
  45. "selectedIconPath": "static/tarbar/my.png",
  46. "text": "",
  47. "pagePath": "pages/index/ihome"
  48. }]
  49. }
  50. // "navigationStyle":"custom",
  51. // "disableScroll": true,
  52. }