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

65 lines
1.7 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/login/index",
  15. "style": {
  16. "navigationBarTitleText": "登录",
  17. "enablePullDownRefresh": true
  18. }
  19. },
  20. {
  21. "path": "pages/my/index",
  22. "style": {
  23. "navigationBarTitleText": "我的",
  24. "navigationBarBackgroundColor": "#FE3EA5",
  25. "navigationBarTextStyle": "white"
  26. }
  27. },
  28. {
  29. "path": "pages/my/exclusive-match",
  30. "style": {
  31. "navigationBarTitleText": "专属红娘",
  32. "navigationBarBackgroundColor": "#FE3EA5",
  33. "navigationBarTextStyle": "white"
  34. }
  35. }
  36. ],
  37. "globalStyle": {
  38. "navigationBarTextStyle": "black",
  39. "navigationBarTitleText": "领峰UI",
  40. "navigationBarBackgroundColor": "#FFFFFF",
  41. "backgroundColor": "#F8F8F8"
  42. },
  43. "tabBar": {
  44. "color": "#333333",
  45. "selectedColor": "#1998FE",
  46. "borderStyle": "black",
  47. "backgroundColor": "#ffffff",
  48. "list": [{
  49. "pagePath": "pages/index/index",
  50. "iconPath": "static/tabbar/home.png",
  51. "selectedIconPath": "static/tabbar/home-active.png",
  52. "text": "首页"
  53. },{
  54. "pagePath": "pages/login/index",
  55. "iconPath": "static/tabbar/find.png",
  56. "selectedIconPath": "static/tabbar/find-active.png",
  57. "text": "登录"
  58. },{
  59. "pagePath": "pages/my/index",
  60. "iconPath": "static/tabbar/find.png",
  61. "selectedIconPath": "static/tabbar/find-active.png",
  62. "text": "我的"
  63. }]
  64. }
  65. }