project.config.json 557 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "minified": true
  10. },
  11. "compileType": "miniprogram",
  12. "libVersion": "",
  13. "appid": "wx8f43db501343feab",
  14. "projectname": "sqxp-uniapp",
  15. "condition": {
  16. "search": {
  17. "current": -1,
  18. "list": []
  19. },
  20. "conversation": {
  21. "current": -1,
  22. "list": []
  23. },
  24. "game": {
  25. "current": -1,
  26. "list": []
  27. },
  28. "miniprogram": {
  29. "current": -1,
  30. "list": []
  31. }
  32. }
  33. }