project.config.json 761 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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.9.92",
  12. "appid": "wx9e3f68fa2172f1c7",
  13. "projectname": "daliangzao-zhuomian",
  14. "condition": {
  15. "search": {
  16. "current": -1,
  17. "list": []
  18. },
  19. "conversation": {
  20. "current": -1,
  21. "list": []
  22. },
  23. "plugin": {
  24. "current": -1,
  25. "list": []
  26. },
  27. "game": {
  28. "list": []
  29. },
  30. "miniprogram": {
  31. "current": 1,
  32. "list": [
  33. {
  34. "id": 0,
  35. "name": "定制",
  36. "pathName": "pages/customized/index/index",
  37. "query": ""
  38. },
  39. {
  40. "id": -1,
  41. "name": "made",
  42. "pathName": "pages/customized/made/made"
  43. }
  44. ]
  45. }
  46. }
  47. }