project.config.json 683 B

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