零售收银终端CheckoutPad_ox_as
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
733 B

12 months ago
12 months ago
12 months ago
  1. {
  2. // launch.json configurations app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/
  3. // launchtypelocalremote, localremote
  4. "version" : "0.0",
  5. "configurations" : [
  6. {
  7. "app-plus" :
  8. {
  9. "launchtype" : "local"
  10. },
  11. "default" :
  12. {
  13. "launchtype" : "local"
  14. },
  15. "mp-weixin" :
  16. {
  17. "launchtype" : "local"
  18. },
  19. "type" : "uniCloud"
  20. },
  21. {
  22. "playground" : "standard",
  23. "type" : "uni-app:app-android"
  24. }
  25. ]
  26. }