project.config.json 891 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. <<<<<<< HEAD
  14. "projectname": "%E5%B0%8F%E5%AD%A6%E7%8E%8B%E8%80%85%E7%8F%AD(2)",
  15. =======
  16. "projectname": "%E5%B0%8F%E5%AD%A6%E7%8E%8B%E8%80%85%E7%8F%AD",
  17. >>>>>>> d311ba85855d9833139d43ef0f7038e08d5d9599
  18. "condition": {
  19. "search": {
  20. "current": -1,
  21. "list": []
  22. },
  23. "conversation": {
  24. "current": -1,
  25. "list": []
  26. },
  27. "miniprogram": {
  28. "current": -1,
  29. <<<<<<< HEAD
  30. "list": [
  31. {
  32. "id": -1,
  33. "name": "分享",
  34. "pathName": "pages/index/index",
  35. "query": "postId=\"293092b5-9a08-42e8-aaec-059403c9d0d6\"",
  36. "scene": "1001"
  37. }
  38. ]
  39. =======
  40. "list": []
  41. >>>>>>> d311ba85855d9833139d43ef0f7038e08d5d9599
  42. }
  43. }
  44. }