pages.json 859 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. }
  34. ],
  35. "globalStyle": {
  36. "navigationBarTitleText": "善行少年",
  37. "navigationBarBackgroundColor": "#FFFFFF",
  38. "navigationBarTextStyle": "black"
  39. },
  40. "easycom": {
  41. "autoscan": true,
  42. "custom": {
  43. "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
  44. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  45. "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
  46. }
  47. }
  48. }