detail.json 599 B

123456789101112131415
  1. {
  2. "usingComponents": {
  3. "van-dialog": "@vant/weapp/dialog/index",
  4. "Preview": "../setclient/modules/preview/index",
  5. "Trace": "../setclient/modules/trace/index",
  6. "Record": "/packageA/public/record/index",
  7. "Follow": "../publicClue/modules/follow/follow",
  8. "Work": "/packageA/public/work/index",
  9. "Files": "/packageA/public/files/index",
  10. "ShiftSite": "/packageA/publicClue/modules/shiftSite/index",
  11. "Clue": "./modules/clue/index",
  12. "Contacts":"./modules/contacts/index"
  13. },
  14. "navigationBarTitleText": "线索详情"
  15. }