pages.json 943 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "globalStyle": {
  3. "navigationStyle": "default",
  4. "navigationBarTitleText": "BandhuBuy",
  5. "navigationBarBackgroundColor": "#f8f8f8",
  6. "navigationBarTextStyle": "black",
  7. "backgroundColor": "#FFFFFF",
  8. "app-plus": {
  9. "scrollIndicator": "none"
  10. }
  11. },
  12. "easycom": {
  13. "autoscan": true,
  14. "custom": {
  15. "^fg-(.*)": "@/components/fg-$1/fg-$1.vue",
  16. "^wd-(.*)": "wot-design-uni/components/wd-$1/wd-$1.vue",
  17. "^(?!z-paging-refresh|z-paging-load-more)z-paging(.*)": "z-paging/components/z-paging$1/z-paging$1.vue"
  18. }
  19. },
  20. "pages": [
  21. {
  22. "path": "pages/register/register",
  23. "type": "home",
  24. "layout": "default",
  25. "style": {
  26. "navigationStyle": "custom"
  27. }
  28. },
  29. {
  30. "path": "pages/productDetail/productDetail",
  31. "type": "page",
  32. "layout": "default",
  33. "style": {
  34. "navigationStyle": "custom"
  35. }
  36. }
  37. ],
  38. "subPackages": []
  39. }