project.config.json 682 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "miniprogramRoot": "miniprogram/",
  3. "cloudfunctionRoot": "cloudfunctions/",
  4. "setting": {
  5. "urlCheck": true,
  6. "es6": true,
  7. "postcss": true,
  8. "minified": true,
  9. "newFeature": true
  10. },
  11. "appid": "wx00cf5611392c23be",
  12. "projectname": "miniCarSys",
  13. "libVersion": "2.2.5",
  14. "compileType": "miniprogram",
  15. "condition": {
  16. "search": {
  17. "current": -1,
  18. "list": []
  19. },
  20. "conversation": {
  21. "current": -1,
  22. "list": []
  23. },
  24. "plugin": {
  25. "current": -1,
  26. "list": []
  27. },
  28. "game": {
  29. "list": []
  30. },
  31. "miniprogram": {
  32. "current": 0,
  33. "list": [
  34. {
  35. "id": -1,
  36. "name": "db guide",
  37. "pathName": "pages/databaseGuide/databaseGuide"
  38. }
  39. ]
  40. }
  41. }
  42. }