pages.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/home",
  5. "style": {
  6. "navigationStyle": "custom"
  7. }
  8. },
  9. {
  10. "path": "pages/nonprofit",
  11. "style": {
  12. "navigationStyle": "custom"
  13. }
  14. },
  15. {
  16. "path": "pages/my",
  17. "style": {
  18. "navigationStyle": "custom"
  19. }
  20. }
  21. ],
  22. "subPackages": [
  23. {
  24. "root": "pagesHome",
  25. "pages": [
  26. {
  27. "path": "allActivity",
  28. "style": {
  29. "navigationStyle": "custom"
  30. }
  31. },
  32. {
  33. "path": "searchActivity",
  34. "style": {
  35. "navigationStyle": "custom"
  36. }
  37. }
  38. ]
  39. },
  40. {
  41. "root": "pagesNonprofit",
  42. "pages": [
  43. {
  44. "path": "nonprofitDetail",
  45. "style": {
  46. "navigationStyle": "custom"
  47. }
  48. }
  49. ]
  50. },
  51. {
  52. "root": "pagesMy",
  53. "pages": [
  54. {
  55. "path": "heartNumber",
  56. "style": {
  57. "navigationStyle": "custom"
  58. }
  59. },
  60. {
  61. "path": "archives",
  62. "style": {
  63. "navigationStyle": "custom"
  64. }
  65. },
  66. {
  67. "path": "archivesDetail",
  68. "style": {
  69. "navigationStyle": "custom"
  70. }
  71. },
  72. {
  73. "path": "volunteerHours",
  74. "style": {
  75. "navigationStyle": "custom"
  76. }
  77. },
  78. {
  79. "path": "achievement",
  80. "style": {
  81. "navigationStyle": "custom"
  82. }
  83. }
  84. ]
  85. }
  86. ],
  87. "globalStyle": {
  88. "navigationBarTitleText": "善行少年",
  89. "navigationBarBackgroundColor": "#FFFFFF",
  90. "navigationBarTextStyle": "black"
  91. },
  92. "easycom": {
  93. "autoscan": true,
  94. "custom": {
  95. "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
  96. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  97. "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
  98. }
  99. }
  100. }