project.config.json 669 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": true,
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true
  9. },
  10. "compileType": "miniprogram",
  11. "libVersion": "1.6.6",
  12. "appid": "wx7b5ea6422847ea64",
  13. "projectname": "%E5%B0%8F%E5%AD%A6%E7%8E%8B%E8%80%85%E7%8F%AD",
  14. "condition": {
  15. "search": {
  16. "current": -1,
  17. "list": []
  18. },
  19. "conversation": {
  20. "current": -1,
  21. "list": []
  22. },
  23. "miniprogram": {
  24. "current": -1,
  25. "list": [
  26. {
  27. "id": -1,
  28. "name": "分享",
  29. "pathName": "pages/index/index",
  30. "query": "postId=\"293092b5-9a08-42e8-aaec-059403c9d0d6\"",
  31. "scene": "1001"
  32. }
  33. ]
  34. }
  35. }
  36. }