project.config.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. "coverView": true,
  13. "autoAudits": false,
  14. "showShadowRootInWxmlPanel": true,
  15. "scopeDataCheck": false,
  16. "checkInvalidKey": true,
  17. "checkSiteMap": true,
  18. "uploadWithSourceMap": true,
  19. "babelSetting": {
  20. "ignore": [],
  21. "disablePlugins": [],
  22. "outputPath": ""
  23. }
  24. },
  25. "compileType": "miniprogram",
  26. "libVersion": "2.9.4",
  27. "appid": "wx704c301806bbb05d",
  28. "projectname": "wecat",
  29. "debugOptions": {
  30. "hidedInDevtools": []
  31. },
  32. "isGameTourist": false,
  33. "simulatorType": "wechat",
  34. "simulatorPluginLibVersion": {},
  35. "condition": {
  36. "search": {
  37. "current": -1,
  38. "list": []
  39. },
  40. "conversation": {
  41. "current": -1,
  42. "list": []
  43. },
  44. "plugin": {
  45. "current": -1,
  46. "list": []
  47. },
  48. "game": {
  49. "currentL": -1,
  50. "list": []
  51. },
  52. "miniprogram": {
  53. "current": 1,
  54. "list": [
  55. {
  56. "id": 0,
  57. "name": "添加书",
  58. "pathName": "pages/book/link",
  59. "query": "id=9787513560795"
  60. },
  61. {
  62. "id": 1,
  63. "name": "书详情",
  64. "pathName": "pages/book/detail",
  65. "query": "id=9787513560795"
  66. }
  67. ]
  68. }
  69. }
  70. }