project.config.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  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. "disableUseStrict": false,
  27. "showES6CompileOption": false,
  28. "useCompilerPlugins": false,
  29. "minifyWXML": true,
  30. "useStaticServer": true
  31. },
  32. "compileType": "miniprogram",
  33. "libVersion": "2.15.0",
  34. "appid": "wx1fef080f74481cbd",
  35. "projectname": "%E6%95%B0%E5%AD%A6%E8%AE%A1%E7%AE%97%E9%A2%98",
  36. "simulatorType": "wechat",
  37. "simulatorPluginLibVersion": {},
  38. "condition": {
  39. "miniprogram": {
  40. "list": [
  41. {
  42. "name": "list",
  43. "pathName": "pages/main/list",
  44. "query": "id=3&name=三年级"
  45. },
  46. {
  47. "name": "detail",
  48. "pathName": "pages/main/detail",
  49. "query": "id=187"
  50. },
  51. {
  52. "name": "print",
  53. "pathName": "pages/main/print",
  54. "query": "id=183"
  55. },
  56. {
  57. "name": "item",
  58. "pathName": "pages/main/item",
  59. "query": "id=46"
  60. },
  61. {
  62. "name": "guide",
  63. "pathName": "pages/main/guide",
  64. "query": ""
  65. },
  66. {
  67. "name": "login",
  68. "pathName": "pages/about/payfinished",
  69. "query": ""
  70. },
  71. {
  72. "name": "answer",
  73. "pathName": "pages/main/answer",
  74. "query": ""
  75. },
  76. {
  77. "name": "errorlist",
  78. "pathName": "pages/main/errorlist",
  79. "query": ""
  80. },
  81. {
  82. "name": "share",
  83. "pathName": "pages/about/share",
  84. "query": ""
  85. }
  86. ]
  87. }
  88. },
  89. "packOptions": {
  90. "ignore": [],
  91. "include": []
  92. },
  93. "editorSetting": {
  94. "tabIndent": "insertSpaces",
  95. "tabSize": 2
  96. }
  97. }