project.config.json 563 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": false,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true,
  9. "autoAudits": false
  10. },
  11. "miniprogramRoot": "dist/wx/",
  12. "qcloudRoot": "server/",
  13. "compileType": "miniprogram",
  14. "appid": "wxa28c90f932b1fb61",
  15. "projectname": "my-mpvue",
  16. "condition": {
  17. "search": {
  18. "current": -1,
  19. "list": []
  20. },
  21. "conversation": {
  22. "current": -1,
  23. "list": []
  24. },
  25. "game": {
  26. "currentL": -1,
  27. "list": []
  28. },
  29. "miniprogram": {
  30. "current": -1,
  31. "list": []
  32. }
  33. }
  34. }