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

108 lines
2.6 KiB

5 years ago
5 years ago
5 years ago
5 years ago
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. "path": "pages/userList/userList",
  51. "style": {
  52. "navigationBarTitleText": "相亲交友"
  53. }
  54. },
  55. {
  56. "path": "pages/signIn/signIn",
  57. "style": {
  58. "navigationBarTitleText": "签到"
  59. }
  60. },
  61. {
  62. "path": "pages/find/find",
  63. "style": {
  64. "navigationBarTitleText": "发现",
  65. "enablePullDownRefresh": true
  66. }
  67. },
  68. {
  69. "path": "pages/messageCenter/index",
  70. "style": {
  71. "navigationBarTitleText": "消息"
  72. }
  73. }
  74. ],
  75. "globalStyle": {
  76. "navigationBarTextStyle": "black",
  77. "navigationBarTitleText": "相亲交友",
  78. "navigationBarBackgroundColor": "#FFFFFF",
  79. "backgroundColor": "#F8F8F8"
  80. },
  81. "tabBar": {
  82. "color": "#333333",
  83. "selectedColor": "#1998FE",
  84. "borderStyle": "black",
  85. "backgroundColor": "#ffffff",
  86. "list": [{
  87. "pagePath": "pages/index/index",
  88. "iconPath": "static/tabbar/home.png",
  89. "selectedIconPath": "static/tabbar/home-active.png",
  90. "text": "首页"
  91. },{
  92. "pagePath": "pages/find/find",
  93. "iconPath": "static/tabbar/find.png",
  94. "selectedIconPath": "static/tabbar/find-active.png",
  95. "text": "发现"
  96. },{
  97. "pagePath": "pages/messageCenter/index",
  98. "iconPath": "static/tabbar/find.png",
  99. "selectedIconPath": "static/tabbar/find-active.png",
  100. "text": "消息"
  101. },{
  102. "pagePath": "pages/my/index",
  103. "iconPath": "static/tabbar/find.png",
  104. "selectedIconPath": "static/tabbar/find-active.png",
  105. "text": "我的"
  106. }]
  107. }
  108. }