project.config.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "description": "项目配置文件。",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "postcss": true,
  7. "minified": true,
  8. "newFeature": true,
  9. "scopeDataCheck": false,
  10. "checkInvalidKey": true,
  11. "checkSiteMap": true,
  12. "uploadWithSourceMap": true,
  13. "useMultiFrameRuntime": true,
  14. "useApiHook": true,
  15. "useApiHostProcess": true,
  16. "babelSetting": {
  17. "ignore": [],
  18. "disablePlugins": [],
  19. "outputPath": ""
  20. },
  21. "useIsolateContext": true,
  22. "userConfirmedBundleSwitch": false,
  23. "packNpmManually": false,
  24. "packNpmRelationList": [],
  25. "minifyWXSS": true,
  26. "showES6CompileOption": false
  27. },
  28. "compileType": "miniprogram",
  29. "libVersion": "2.15.0",
  30. "appid": "wx1fef080f74481cbd",
  31. "projectname": "%E6%95%B0%E5%AD%A6%E8%AE%A1%E7%AE%97%E9%A2%98",
  32. "isGameTourist": false,
  33. "simulatorType": "wechat",
  34. "simulatorPluginLibVersion": {},
  35. "condition": {
  36. "search": {
  37. "list": []
  38. },
  39. "conversation": {
  40. "list": []
  41. },
  42. "plugin": {
  43. "list": []
  44. },
  45. "game": {
  46. "currentL": -1,
  47. "list": []
  48. },
  49. "miniprogram": {
  50. "list": [
  51. {
  52. "id": 0,
  53. "name": "list",
  54. "pathName": "pages/main/list",
  55. "query": "id=3&name=三年级"
  56. },
  57. {
  58. "id": 1,
  59. "name": "detail",
  60. "pathName": "pages/main/detail",
  61. "query": "id=187"
  62. },
  63. {
  64. "id": 2,
  65. "name": "print",
  66. "pathName": "pages/main/print",
  67. "query": "id=183"
  68. },
  69. {
  70. "id": -1,
  71. "name": "item",
  72. "pathName": "pages/main/item",
  73. "query": "id=46"
  74. },
  75. {
  76. "id": -1,
  77. "name": "guide",
  78. "pathName": "pages/main/guide",
  79. "query": ""
  80. },
  81. {
  82. "id": -1,
  83. "name": "login",
  84. "pathName": "pages/about/payfinished",
  85. "query": ""
  86. },
  87. {
  88. "id": -1,
  89. "name": "answer",
  90. "pathName": "pages/main/answer",
  91. "query": ""
  92. },
  93. {
  94. "id": -1,
  95. "name": "errorlist",
  96. "pathName": "pages/main/errorlist",
  97. "query": ""
  98. },
  99. {
  100. "id": -1,
  101. "name": "share",
  102. "pathName": "pages/about/share",
  103. "query": ""
  104. }
  105. ]
  106. }
  107. }
  108. }