project.config.json 606 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "postcss": true,
  10. "minified": true,
  11. "checkSiteMap": false
  12. },
  13. "compileType": "miniprogram",
  14. "libVersion": "",
  15. "appid": "wx6993fcfcf64e85a8",
  16. "projectname": "房票科技",
  17. "condition": {
  18. "search": {
  19. "current": -1,
  20. "list": []
  21. },
  22. "conversation": {
  23. "current": -1,
  24. "list": []
  25. },
  26. "game": {
  27. "current": -1,
  28. "list": []
  29. },
  30. "miniprogram": {
  31. "current": -1,
  32. "list": []
  33. }
  34. }
  35. }