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

51 lines
1.3 KiB

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/login/index",
  22. "style": {
  23. "navigationBarTitleText": "登录",
  24. "enablePullDownRefresh": true
  25. }
  26. }
  27. ],
  28. "globalStyle": {
  29. "navigationBarTextStyle": "black",
  30. "navigationBarTitleText": "相亲交友",
  31. "navigationBarBackgroundColor": "#FFFFFF",
  32. "backgroundColor": "#F8F8F8"
  33. },
  34. "tabBar": {
  35. "color": "#333333",
  36. "selectedColor": "#1998FE",
  37. "borderStyle": "black",
  38. "backgroundColor": "#ffffff",
  39. "list": [{
  40. "pagePath": "pages/index/index",
  41. "iconPath": "static/tabbar/home.png",
  42. "selectedIconPath": "static/tabbar/home-active.png",
  43. "text": "首页"
  44. },{
  45. "pagePath": "pages/login/index",
  46. "iconPath": "static/tabbar/find.png",
  47. "selectedIconPath": "static/tabbar/find-active.png",
  48. "text": "登录"
  49. }]
  50. }
  51. }