pages.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. }
  74. ],
  75. "globalStyle": {
  76. "navigationBarTitleText": "善行少年",
  77. "navigationBarBackgroundColor": "#FFFFFF",
  78. "navigationBarTextStyle": "black"
  79. },
  80. "easycom": {
  81. "autoscan": true,
  82. "custom": {
  83. "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
  84. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  85. "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
  86. }
  87. }
  88. }