兼兼街租房小程序
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.

60 lines
1.2 KiB

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