pages.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationBarTitleText": "首页",
  10. "enablePullDownRefresh": false
  11. }
  12. }
  13. ,{
  14. "path" : "pages/about/about",
  15. "style" :
  16. {
  17. "navigationBarTitleText": "关于",
  18. "enablePullDownRefresh": false,
  19. "navigationStyle": "custom"
  20. }
  21. }
  22. ,{
  23. "path" : "pages/me/me",
  24. "style" :
  25. {
  26. "navigationBarTitleText": "我的",
  27. "enablePullDownRefresh": false,
  28. "navigationStyle": "custom"
  29. }
  30. }
  31. ,{
  32. "path" : "pages/me/mynotice/mynotice",
  33. "style" :
  34. {
  35. "navigationBarTitleText": "我的通知公告",
  36. "enablePullDownRefresh": false
  37. }
  38. }
  39. ,{
  40. "path" : "pages/itemlist/itemlist",
  41. "style" :
  42. {
  43. "navigationBarTitleText": "推荐开源项目",
  44. "enablePullDownRefresh": false
  45. }
  46. }
  47. ,{
  48. "path" : "pages/projectlist/projectlist",
  49. "style" :
  50. {
  51. "navigationBarTitleText": "小程序推荐",
  52. "enablePullDownRefresh": false
  53. }
  54. }
  55. ,{
  56. "path" : "pages/me/userinfo",
  57. "style" :
  58. {
  59. "navigationBarTitleText": "用户信息",
  60. "enablePullDownRefresh": false
  61. }
  62. }
  63. ],
  64. "tabBar": {
  65. "color": "#7A7E83",
  66. "selectedColor": "#0a2576",
  67. "borderStyle": "black",
  68. "backgroundColor": "#ffffff",
  69. "list": [ {
  70. "pagePath": "pages/index/index",
  71. "iconPath": "/static/tabbar/home.png",
  72. "selectedIconPath": "/static/tabbar/home_ac.png",
  73. "text": "首页"
  74. },
  75. {
  76. "pagePath": "pages/about/about",
  77. "iconPath": "/static/tabbar/about.png",
  78. "selectedIconPath": "/static/tabbar/about_ac.png",
  79. "text": "关于"
  80. }, {
  81. "pagePath": "pages/me/me",
  82. "iconPath": "/static/tabbar/me.png",
  83. "selectedIconPath": "/static/tabbar/me_ac.png",
  84. "text": "我的"
  85. }]
  86. },
  87. "globalStyle": {
  88. "navigationBarTextStyle": "black",
  89. "navigationBarTitleText": "AbuCoder",
  90. "navigationBarBackgroundColor": "#F8F8F8",
  91. "backgroundColor": "#F8F8F8"
  92. }
  93. }