mas.config.json 612 B

123456789101112131415161718192021222324252627
  1. {
  2. "@alipay/core-antbuilder": "*",
  3. "industry-name": "smartcommunity",
  4. "publicComponents": {
  5. "owner-card": {
  6. "type": "ownerGetCardNew",
  7. "path": "/components/owner-card/index"
  8. },
  9. "get-card": {
  10. "type": "ownerGetCard",
  11. "path": "/components/get-card/index"
  12. },
  13. "card-right": {
  14. "type": "advertiseComponent",
  15. "path": "/components/card-right/index"
  16. },
  17. "card-failed": {
  18. "type": "ownerGetCardFail",
  19. "path": "/components/card-failed/index"
  20. }
  21. },
  22. "publicPages": {
  23. "area-select": {
  24. "path": "/pages/area-select/index"
  25. }
  26. }
  27. }