detail.json 343 B

123456789101112
  1. {
  2. "usingComponents": {
  3. "van-icon": "@vant/weapp/icon/index",
  4. "taskOrder":"/components/taskOrder/taskOrder",
  5. "van-notice-bar": "@vant/weapp/notice-bar/index",
  6. "van-loading": "@vant/weapp/loading/index",
  7. "van-popup": "@vant/weapp/popup/index"
  8. },
  9. "navigationStyle": "custom",
  10. "lazyCodeLoading": "requiredComponents"
  11. }