pages.json 676 B

1234567891011121314151617181920212223242526272829303132333435
  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. "globalStyle": {
  23. "navigationBarTitleText": "善行少年",
  24. "navigationBarBackgroundColor": "#FFFFFF",
  25. "navigationBarTextStyle": "black"
  26. },
  27. "easycom": {
  28. "autoscan": true,
  29. "custom": {
  30. "^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
  31. "^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
  32. "^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
  33. }
  34. }
  35. }