index.json 404 B

123456789101112
  1. {
  2. "navigationBarTitleText": "线索详情",
  3. "usingComponents": {
  4. "Details": "./modules/details/index",
  5. "Record": "./modules/record/index",
  6. "My_datePicker": "/components/My_datePicker/index",
  7. "Popup": "../modules/popup",
  8. "Insert": "../modules/insert/insert",
  9. "handOver": "./modules/handOver/index",
  10. "follow": "./modules/follow/index"
  11. }
  12. }