project.config.json 536 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "description": "小程序配置",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true,
  9. "uglifyFileName": true
  10. },
  11. "compileType": "miniprogram",
  12. "libVersion": "2.7.2",
  13. "appid": "wxb6b30b1b14ee502a",
  14. "projectname": "wx-mall",
  15. "simulatorType": "wechat",
  16. "simulatorPluginLibVersion": {},
  17. "condition": {
  18. "search": {
  19. "current": -1,
  20. "list": []
  21. },
  22. "conversation": {
  23. "current": -1,
  24. "list": []
  25. },
  26. "miniprogram": {
  27. "current": -1,
  28. "list": []
  29. }
  30. }
  31. }