project.config.json 637 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true
  9. },
  10. "compileType": "miniprogram",
  11. "libVersion": "",
  12. "appid": "wx40274c2aaec24330",
  13. "projectname": "dx",
  14. "condition": {
  15. "search": {
  16. "current": -1,
  17. "list": []
  18. },
  19. "conversation": {
  20. "current": -1,
  21. "list": []
  22. },
  23. "game": {
  24. "current": -1,
  25. "list": []
  26. },
  27. "miniprogram": {
  28. "current": 0,
  29. "list": [
  30. {
  31. "name": "",
  32. "path": "",
  33. "query": "",
  34. "id": 0
  35. }
  36. ]
  37. }
  38. }
  39. }