mas.config.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "@alipay/core-antbuilder": "*",
  3. "industry-name": "abMall",
  4. "extGlobal": {
  5. "url": "https://ab-saas-api-dev.alipay-eco.com/"
  6. },
  7. "publicComponents": {
  8. "mall-order-detail": {
  9. "title": "订单详情",
  10. "type": "mallOrderDetail",
  11. "path": "/components/order-detail/index"
  12. },
  13. "mall-receive-address": {
  14. "title": "收货地址",
  15. "type": "receiveAddressComponent",
  16. "path": "/components/receive-address-list/index"
  17. },
  18. "mall-order-list": {
  19. "title": "订单列表",
  20. "type": "mallOrderList",
  21. "path": "/components/order-center/index"
  22. },
  23. "mall-goods-list": {
  24. "title": "商品列表",
  25. "type": "mallGoodsList",
  26. "path": "/components/mall-index/index"
  27. },
  28. "mall-hot-goods": {
  29. "title": "爆款商品",
  30. "type": "explosiveComponent",
  31. "path": "/components/hot-goods/index"
  32. }
  33. },
  34. "publicPages": {
  35. "page-pull": {
  36. "path": "/pages/page-pull/index"
  37. },
  38. "page-no-pull": {
  39. "path": "/pages/page-no-pull/index"
  40. },
  41. "page-exp": {
  42. "path": "/pages/page-exp/index"
  43. }
  44. }
  45. }