详情小程序
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.

78 lines
1.9 KiB

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": "相亲交友",
  10. "enablePullDownRefresh": true
  11. }
  12. },
  13. {
  14. "path": "pages/wallMember/wallMember",
  15. "style": {
  16. "navigationBarTitleText": "上墙会员",
  17. "enablePullDownRefresh": true
  18. }
  19. },
  20. {
  21. "path": "pages/upTheWall/upTheWall",
  22. "style": {
  23. "navigationBarTitleText": "我要上墙"
  24. }
  25. },
  26. {
  27. "path": "pages/login/index",
  28. "style": {
  29. "navigationBarTitleText": "登录",
  30. "enablePullDownRefresh": true
  31. }
  32. },
  33. {
  34. "path": "pages/my/index",
  35. "style": {
  36. "navigationBarTitleText": "我的",
  37. "navigationBarBackgroundColor": "#FE3EA5",
  38. "navigationBarTextStyle": "white"
  39. }
  40. },
  41. {
  42. "path": "pages/my/exclusive-match",
  43. "style": {
  44. "navigationBarTitleText": "专属红娘",
  45. "navigationBarBackgroundColor": "#FE3EA5",
  46. "navigationBarTextStyle": "white"
  47. }
  48. }
  49. ],
  50. "globalStyle": {
  51. "navigationBarTextStyle": "black",
  52. "navigationBarTitleText": "相亲交友",
  53. "navigationBarBackgroundColor": "#FFFFFF",
  54. "backgroundColor": "#F8F8F8"
  55. },
  56. "tabBar": {
  57. "color": "#333333",
  58. "selectedColor": "#1998FE",
  59. "borderStyle": "black",
  60. "backgroundColor": "#ffffff",
  61. "list": [{
  62. "pagePath": "pages/index/index",
  63. "iconPath": "static/tabbar/home.png",
  64. "selectedIconPath": "static/tabbar/home-active.png",
  65. "text": "首页"
  66. },{
  67. "pagePath": "pages/login/index",
  68. "iconPath": "static/tabbar/find.png",
  69. "selectedIconPath": "static/tabbar/find-active.png",
  70. "text": "登录"
  71. },{
  72. "pagePath": "pages/my/index",
  73. "iconPath": "static/tabbar/find.png",
  74. "selectedIconPath": "static/tabbar/find-active.png",
  75. "text": "我的"
  76. }]
  77. }
  78. }