project.config.json 763 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "postcss": true,
  10. "preloadBackgroundData": false,
  11. "minified": true,
  12. "newFeature": true,
  13. "autoAudits": false,
  14. "coverView": true,
  15. "showShadowRootInWxmlPanel": true,
  16. "scopeDataCheck": false,
  17. "useCompilerModule": false
  18. },
  19. "compileType": "miniprogram",
  20. "libVersion": "",
  21. "appid": "touristappid",
  22. "projectname": "HDhotel",
  23. "simulatorType": "wechat",
  24. "simulatorPluginLibVersion": {},
  25. "condition": {
  26. "search": {
  27. "current": -1,
  28. "list": []
  29. },
  30. "conversation": {
  31. "current": -1,
  32. "list": []
  33. },
  34. "game": {
  35. "current": -1,
  36. "list": []
  37. },
  38. "miniprogram": {
  39. "current": -1,
  40. "list": []
  41. }
  42. }
  43. }