mas.config.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "@alipay/core-antbuilder": "*",
  3. "industry-name": "hospitalV2",
  4. "extGlobal": {
  5. "pid": "ssbwvrxgc0/l4fxyrdh4kw==",
  6. "url": "https://ab-saas-api.alipay-eco.com/"
  7. },
  8. "publicComponents": {
  9. "hospital-top-brand-component": {
  10. "title": "顶部心智组件",
  11. "type": "hospitalTopBrandComponent",
  12. "path": "/components/index-head/indexHead"
  13. },
  14. "hospital-main-services-component": {
  15. "title": "医院主推服务组件",
  16. "type": "hospitalMainServicesComponent",
  17. "path": "/components/hospital-services/hospitalServices"
  18. },
  19. "hospital-commonly-services-component": {
  20. "title": "医院一般服务组件",
  21. "type": "hospitalcommonlyServicesComponent",
  22. "path": "/components/general-services/generalServices"
  23. },
  24. "hospital-medical-information-component": {
  25. "title": "医院就医提醒组件",
  26. "type": "hospitalMedicalInformationComponent",
  27. "path": "/components/medical-information/medicalInformation"
  28. },
  29. "hospital-operation-information-component": {
  30. "title": "医院运营信息组件",
  31. "type": "hospitalOperationInformationComponent",
  32. "path": "/components/operation-information/operationInformation"
  33. },
  34. "hospital-consulting-service-component": {
  35. "title": "医院就医咨询组件",
  36. "type": "hospitalConsultingServiceComponent",
  37. "path": "/components/medical-consultation/medicalConsultation"
  38. },
  39. "hospital-user-center-component": {
  40. "title": "医院个人信息组件",
  41. "type": "hospitalUserCenterComponent",
  42. "path": "/components/personal-center-head/personalCenterHead"
  43. },
  44. "hospital-registration-entry-component": {
  45. "title": "挂号流程入口组件",
  46. "type": "hospitalRegistrationEntryComponent",
  47. "path": "/components/registration-entry/index"
  48. },
  49. "hospital-header": {
  50. "title": "医院头部组件",
  51. "type": "hospitalHeadertComponent",
  52. "path": "/components/hospital-header/index"
  53. },
  54. "follow-up-notice": {
  55. "title": "挂号须知组件",
  56. "type": "hospitalFollowUpNoticeComponent",
  57. "path": "/components/follow-up-notice/index"
  58. },
  59. "doctor-page": {
  60. "title": "医生主页组件",
  61. "type": "hospitalDoctorPage",
  62. "path": "/components/doctor-page/index"
  63. },
  64. "order-pay": {
  65. "title": "预约确认",
  66. "type": "hospitalOrderPay",
  67. "path": "/components/order-pay/index"
  68. },
  69. "hospital-project": {
  70. "title": "核酸预约-选择项目",
  71. "type": "nucleicProject",
  72. "path": "/components/hospital-project/index"
  73. },
  74. "hospital-home": {
  75. "title": "核酸预约-选择院区",
  76. "type": "nucleicMock",
  77. "path": "/components/hospital-home/index"
  78. },
  79. "inpatient-tabs": {
  80. "title": "住院服务-tabs",
  81. "type": "inpatientIndexTab",
  82. "path": "/components/inpatient-tabs/index"
  83. },
  84. "inpatient-tabs-new": {
  85. "title": "住院服务-tabs-去耦合",
  86. "type": "hospitalInpatientTabNew",
  87. "path": "/components/inpatient-tabs-new/index"
  88. }
  89. },
  90. "publicPages": {
  91. "page-pull": {
  92. "path": "/pages/page-pull/index"
  93. },
  94. "page-no-pull": {
  95. "path": "/pages/page-no-pull/index"
  96. },
  97. "page-exp": {
  98. "path": "/pages/page-exp/index"
  99. }
  100. },
  101. "appConfig": {
  102. "window": {
  103. "enableDSL": "YES",
  104. "enableJSC": "YES",
  105. "enableKeepAlive": "NO",
  106. "enableWK": "YES",
  107. "nboffline": "sync",
  108. "tinyPubRes": "YES",
  109. "showDomain": "NO",
  110. "defaultTitle": "",
  111. "pullRefresh": false,
  112. "useDynamicPlugins": true,
  113. "enableInPageRenderInput": "YES"
  114. }
  115. }
  116. }