project.config.json 642 B

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