Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

29 linhas
699 B

  1. { // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/
  2. // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数
  3. "version": "0.0",
  4. "configurations": [{
  5. "default" :
  6. {
  7. <<<<<<< HEAD
  8. "launchtype" : "local"
  9. },
  10. "mp-weixin" :
  11. {
  12. "launchtype" : "local"
  13. =======
  14. "launchtype" : "remote"
  15. },
  16. "h5" :
  17. {
  18. "launchtype" : "remote"
  19. },
  20. "mp-weixin" :
  21. {
  22. "launchtype" : "remote"
  23. >>>>>>> dev
  24. },
  25. "type" : "uniCloud"
  26. }
  27. ]
  28. }