launch.json 323 B

123456789101112
  1. {
  2. "version" : "1.0",
  3. "configurations" : [
  4. {
  5. "customPlaygroundType" : "local",
  6. "localRepoPath" : "D:/code/baozhida-observation-system",
  7. "packageName" : "uni.app.UNIE207749",
  8. "playground" : "custom",
  9. "type" : "uni-app:app-android"
  10. }
  11. ]
  12. }