pages.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. "globalStyle": {
  53. "navigationBarTitleText": "善行少年",
  54. "navigationBarBackgroundColor": "#FFFFFF",
  55. "navigationBarTextStyle": "black"
  56. },
  57. "easycom": {
  58. "autoscan": true,
  59. "custom": {
  60. "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
  61. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  62. "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
  63. }
  64. }
  65. }