pages.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "navigationStyle":"custom",
  10. "navigationBarTitleText": "碳汇统计"
  11. }
  12. }
  13. ],
  14. "globalStyle": {
  15. "navigationBarTextStyle": "black",
  16. "navigationBarTitleText": "uView",
  17. "navigationBarBackgroundColor": "#F8F8F8",
  18. "backgroundColor": "#F8F8F8"
  19. }
  20. // ,"tabBar": {
  21. // "color": "#909399",
  22. // "selectedColor": "#303133",
  23. // "borderStyle": "black",
  24. // "backgroundColor": "#ffffff",
  25. // "list": [{
  26. // "pagePath": "pages/index/index",
  27. // "iconPath": "static/index.png",
  28. // "selectedIconPath": "static/index-selected.png",
  29. // "text": "首页"
  30. // }, {
  31. // "pagePath": "pages/center/index",
  32. // "iconPath": "static/center.png",
  33. // "selectedIconPath": "static/center-selected.png",
  34. // "text": "我"
  35. // }]
  36. // }
  37. }