零售收银终端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.

28 lines
878 B

12 months ago
9 months ago
12 months ago
9 months ago
12 months ago
9 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. "launchtype" : "local"
  9. },
  10. "default" : {
  11. "launchtype" : "local"
  12. },
  13. "mp-weixin" : {
  14. "launchtype" : "local"
  15. },
  16. "type" : "uniCloud"
  17. },
  18. {
  19. "openVueDevtools" : true,
  20. "playground" : "standard",
  21. "type" : "uni-app:app-android"
  22. },
  23. {
  24. "openVueDevtools" : true,
  25. "type" : "uni-app:app-ios"
  26. }
  27. ]
  28. }