project.config.json 605 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true,
  9. "autoAudits": false
  10. },
  11. "compileType": "miniprogram",
  12. "libVersion": "2.7.7",
  13. "appid": "wx6e03e5ada030b1aa",
  14. "projectname": "充电桩",
  15. "isGameTourist": false,
  16. "condition": {
  17. "search": {
  18. "current": -1,
  19. "list": []
  20. },
  21. "conversation": {
  22. "current": -1,
  23. "list": []
  24. },
  25. "plugin": {
  26. "current": -1,
  27. "list": []
  28. },
  29. "game": {
  30. "currentL": -1,
  31. "list": []
  32. },
  33. "miniprogram": {
  34. "current": -1,
  35. "list": []
  36. }
  37. }
  38. }