project.private.config.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "projectname": "%25E5%25B8%2582%25E6%25B0%2591%25E8%25AF%25B7%25E9%259B%2586%25E5%2590%2588%25E5%2595%2586%25E5%25AE%25B6%25E7%25AB%25AF",
  4. "setting": {
  5. "compileHotReLoad": true,
  6. "urlCheck": false,
  7. "coverView": true,
  8. "lazyloadPlaceholderEnable": false,
  9. "skylineRenderEnable": false,
  10. "preloadBackgroundData": false,
  11. "autoAudits": false,
  12. "useApiHook": true,
  13. "useApiHostProcess": true,
  14. "showShadowRootInWxmlPanel": false,
  15. "useStaticServer": false,
  16. "useLanDebug": false,
  17. "showES6CompileOption": false,
  18. "checkInvalidKey": true,
  19. "ignoreDevUnusedFiles": true,
  20. "bigPackageSizeSupport": false
  21. },
  22. "condition": {
  23. "miniprogram": {
  24. "list": [
  25. {
  26. "name": "pages/writeReturnLogistics/writeReturnLogistics",
  27. "pathName": "pages/writeReturnLogistics/writeReturnLogistics",
  28. "query": "",
  29. "scene": null,
  30. "launchMode": "default"
  31. }
  32. ]
  33. }
  34. },
  35. "libVersion": "3.9.3"
  36. }