project.config.json 662 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": true,
  9. "postcss": true,
  10. "minified": true,
  11. "newFeature": true,
  12. "nodeModules": true,
  13. "autoAudits": false
  14. },
  15. "compileType": "miniprogram",
  16. "libVersion": "2.4.3",
  17. "appid": "wxfe9ef1cef7f84bf3",
  18. "projectname": "appointment-mp",
  19. "debugOptions": {
  20. "hidedInDevtools": []
  21. },
  22. "isGameTourist": false,
  23. "condition": {
  24. "search": {
  25. "current": -1,
  26. "list": []
  27. },
  28. "conversation": {
  29. "current": -1,
  30. "list": []
  31. },
  32. "game": {
  33. "currentL": -1,
  34. "list": []
  35. },
  36. "miniprogram": {
  37. "current": -1,
  38. "list": []
  39. }
  40. }
  41. }