mas.config.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "@alipay/core-antbuilder": "2.0.2",
  3. "industry-name": "hospital",
  4. "extGlobal": {
  5. "url": "https://ab-saas-api.alipay-eco.com/"
  6. },
  7. "publicComponents": {
  8. "hospital-card": {
  9. "type": "hospitalCardComponent",
  10. "path": "/components/hospital-card/index"
  11. },
  12. "hospital-registration-notice": {
  13. "type": "hospitalCardTipsComponent",
  14. "path": "/components/hospital-registration-notice/index"
  15. },
  16. "hospital-registration": {
  17. "type": "hospitalCardRegistrationComponent",
  18. "path": "/components/hospital-registration/index"
  19. },
  20. "hospital-card-management": {
  21. "type": "hospitalCardManageComponent",
  22. "path": "/components/hospital-card-management/index"
  23. },
  24. "recharge-card": {
  25. "type": "hospitalCardChargeComponent",
  26. "path": "/components/recharge-card/index"
  27. },
  28. "hospital-service": {
  29. "type": "hospitalCardServiceComponent",
  30. "path": "/components/hospital-service/index"
  31. },
  32. "hospital-payment": {
  33. "type": "hospitalPaymentComponent",
  34. "path": "/components/hospital-payment/index"
  35. },
  36. "hospital-report": {
  37. "type": "hospitalReportComponent",
  38. "path": "/components/hospital-report/index"
  39. }
  40. },
  41. "publicPages": {
  42. "page-temp": {
  43. "path": "/pages/page-temp/index"
  44. },
  45. "page-detail": {
  46. "path": "/pages/page-detail/index"
  47. },
  48. "page-img": {
  49. "path": "/pages/page-img/index"
  50. }
  51. }
  52. }