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

87 lines
1.7 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. "path" : "pages/search/search",
  25. "style" :
  26. {
  27. "navigationBarTitleText" : "搜索",
  28. "enablePullDownRefresh" : false
  29. }
  30. },
  31. {
  32. "path" : "pages/notice/notice",
  33. "style" :
  34. {
  35. "navigationBarTitleText" : "公告",
  36. "enablePullDownRefresh" : false
  37. }
  38. },
  39. {
  40. "path" : "pages/homeDetails/homeDetails",
  41. "style" :
  42. {
  43. "navigationBarTitleText" : "详情",
  44. "enablePullDownRefresh" : false
  45. }
  46. }
  47. ],
  48. "globalStyle": {
  49. "navigationBarTextStyle": "black",
  50. "navigationBarTitleText": "兼兼街",
  51. "navigationBarBackgroundColor": "#F8F8F8",
  52. "backgroundColor": "#F8F8F8",
  53. "app-plus": {
  54. "titleNView": false
  55. }
  56. // "navigationStyle": "custom" //
  57. }
  58. ,
  59. "easycom": {
  60. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  61. },
  62. "tabBar": {
  63. "borderStyle": "white",
  64. "backgroundColor": "#FFFFFF",
  65. "color": "#808080",
  66. "selectedColor": "#1B55E2",
  67. "list": [
  68. {
  69. "iconPath": "static/tarbar/indexu.png",
  70. "selectedIconPath": "static/tarbar/index.png",
  71. "text": "",
  72. "pagePath": "pages/index/index"
  73. },{
  74. "iconPath": "static/tarbar/fabuu.png",
  75. "selectedIconPath": "static/tarbar/fabu.png",
  76. "text": "",
  77. "pagePath": "pages/index/icone"
  78. },{
  79. "iconPath": "static/tarbar/myu.png",
  80. "selectedIconPath": "static/tarbar/my.png",
  81. "text": "",
  82. "pagePath": "pages/index/ihome"
  83. }]
  84. }
  85. // "navigationStyle":"custom",
  86. // "disableScroll": true,
  87. }