project.config.json 2.3 KB

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