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

90 lines
2.2 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. "path": "pages/userList/userList",
  51. "style": {
  52. "navigationBarTitleText": "相亲交友"
  53. }
  54. },
  55. {
  56. "path": "pages/signIn/signIn",
  57. "style": {
  58. "navigationBarTitleText": "签到"
  59. }
  60. }
  61. ],
  62. "globalStyle": {
  63. "navigationBarTextStyle": "black",
  64. "navigationBarTitleText": "相亲交友",
  65. "navigationBarBackgroundColor": "#FFFFFF",
  66. "backgroundColor": "#F8F8F8"
  67. },
  68. "tabBar": {
  69. "color": "#333333",
  70. "selectedColor": "#1998FE",
  71. "borderStyle": "black",
  72. "backgroundColor": "#ffffff",
  73. "list": [{
  74. "pagePath": "pages/index/index",
  75. "iconPath": "static/tabbar/home.png",
  76. "selectedIconPath": "static/tabbar/home-active.png",
  77. "text": "首页"
  78. },{
  79. "pagePath": "pages/login/index",
  80. "iconPath": "static/tabbar/find.png",
  81. "selectedIconPath": "static/tabbar/find-active.png",
  82. "text": "登录"
  83. },{
  84. "pagePath": "pages/my/index",
  85. "iconPath": "static/tabbar/find.png",
  86. "selectedIconPath": "static/tabbar/find-active.png",
  87. "text": "我的"
  88. }]
  89. }
  90. }