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

63 lines
1.3 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. "easycom": {
  36. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  37. },
  38. "tabBar": {
  39. "borderStyle": "white",
  40. "backgroundColor": "#FFFFFF",
  41. "color": "#808080",
  42. "selectedColor": "#1B55E2",
  43. "list": [
  44. {
  45. "iconPath": "static/tarbar/indexu.png",
  46. "selectedIconPath": "static/tarbar/index.png",
  47. "text": "",
  48. "pagePath": "pages/index/index"
  49. },{
  50. "iconPath": "static/tarbar/fabuu.png",
  51. "selectedIconPath": "static/tarbar/fabu.png",
  52. "text": "",
  53. "pagePath": "pages/index/icone"
  54. },{
  55. "iconPath": "static/tarbar/myu.png",
  56. "selectedIconPath": "static/tarbar/my.png",
  57. "text": "",
  58. "pagePath": "pages/index/ihome"
  59. }]
  60. }
  61. // "navigationStyle":"custom",
  62. // "disableScroll": true,
  63. }