mas.config.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "@alipay/core-antbuilder": "*",
  3. "extGlobal": {
  4. "url": "https://ab-saas-api-test.alipay-eco.com/"
  5. },
  6. "industry-name": "markingPlugin",
  7. "publicComponents": {
  8. "seckill-activity": {
  9. "type": "seckillActivity",
  10. "path": "/components/instant-kill-detail/index"
  11. },
  12. "scratch-activity": {
  13. "type": "scratchActivity",
  14. "path": "/components/plugin-scratch/index"
  15. },
  16. "get-coupons-activity": {
  17. "type": "getCoupons",
  18. "path": "/components/wechat-marketing/index"
  19. },
  20. "wheel-activity": {
  21. "type": "slyderAdventures",
  22. "path": "/components/wheel/index"
  23. },
  24. "zm-go": {
  25. "type": "zmGoComponent",
  26. "path": "/components/zm-go/index"
  27. },
  28. "zm-go-aoi": {
  29. "type": "zmGoAoiComponent",
  30. "path": "/components/zm-go-aoi/index"
  31. },
  32. "zm-go-store": {
  33. "type": "zmGoStoreComponent",
  34. "path": "/components/zm-go-store/index"
  35. },
  36. "coupons": {
  37. "type": "couponsComponent",
  38. "path": "/components/coupons/index"
  39. },
  40. "group-coupon-component": {
  41. "type": "groupCouponComponent",
  42. "path": "/components/group-coupon/index"
  43. },
  44. "lucky-draw-component": {
  45. "type": "luckyDrawComponent",
  46. "path": "/components/lucky-draw/index"
  47. }
  48. },
  49. "publicPages": {
  50. "page-pull": {
  51. "path": "/pages/page-pull/index"
  52. },
  53. "page-no-pull": {
  54. "path": "/pages/page-no-pull/index"
  55. },
  56. "page-exp": {
  57. "path": "/pages/page-exp/index"
  58. }
  59. },
  60. "appConfig": {
  61. "window": {
  62. "enableDSL": "YES",
  63. "enableJSC": "YES",
  64. "enableKeepAlive": "NO",
  65. "enableWK": "YES",
  66. "nboffline": "sync",
  67. "tinyPubRes": "YES",
  68. "showDomain": "NO",
  69. "defaultTitle": "",
  70. "pullRefresh": false
  71. },
  72. "useDynamicPlugins": true
  73. }
  74. }