project.config.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. "coverView": true,
  13. "autoAudits": false,
  14. "checkInvalidKey": true,
  15. "checkSiteMap": true,
  16. "uploadWithSourceMap": true,
  17. "babelSetting": {
  18. "ignore": [],
  19. "disablePlugins": [],
  20. "outputPath": ""
  21. }
  22. },
  23. "compileType": "miniprogram",
  24. "libVersion": "2.9.1",
  25. "appid": "wx1f3cc10482738510",
  26. "projectname": "Marriage",
  27. "debugOptions": {
  28. "hidedInDevtools": []
  29. },
  30. "isGameTourist": false,
  31. "simulatorType": "wechat",
  32. "simulatorPluginLibVersion": {},
  33. "condition": {
  34. "search": {
  35. "current": -1,
  36. "list": []
  37. },
  38. "conversation": {
  39. "current": -1,
  40. "list": []
  41. },
  42. "plugin": {
  43. "current": -1,
  44. "list": []
  45. },
  46. "game": {
  47. "currentL": -1,
  48. "list": []
  49. },
  50. "gamePlugin": {
  51. "current": -1,
  52. "list": []
  53. },
  54. "miniprogram": {
  55. "current": 1,
  56. "list": [
  57. {
  58. "id": -1,
  59. "name": "pages/recommend/recommend",
  60. "pathName": "pages/recommend/recommend",
  61. "query": "",
  62. "scene": null
  63. },
  64. {
  65. "id": -1,
  66. "name": "pages/mine/mine",
  67. "pathName": "pages/mine/mine",
  68. "query": "",
  69. "scene": null
  70. },
  71. {
  72. "id": -1,
  73. "name": "pages/infoEdit/infoEdit",
  74. "pathName": "pages/infoEdit/infoEdit",
  75. "scene": null
  76. }
  77. ]
  78. }
  79. }
  80. }