project.config.json 429 B

123456789101112131415161718192021222324252627
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "postcss": false,
  7. "minified": true
  8. },
  9. "compileType": "weapp",
  10. "libVersion": "1.5.3",
  11. "appid": "wx45e362f1fc87fa24",
  12. "projectname": "locationService",
  13. "condition": {
  14. "weapp": {
  15. "current": -1,
  16. "list": []
  17. },
  18. "search": {
  19. "current": -1,
  20. "list": []
  21. },
  22. "conversation": {
  23. "current": -1,
  24. "list": []
  25. }
  26. }
  27. }