pages.json 966 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. "globalStyle": {
  42. "navigationBarTitleText": "善行少年",
  43. "navigationBarBackgroundColor": "#FFFFFF",
  44. "navigationBarTextStyle": "black"
  45. },
  46. "easycom": {
  47. "autoscan": true,
  48. "custom": {
  49. "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
  50. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  51. "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
  52. }
  53. }
  54. }