project.private.config.json 1.0 KB

123456789101112131415161718192021222324252627282930
  1. {
  2. "projectname": "qianguxiu",
  3. "setting": {
  4. "compileHotReLoad": true,
  5. "urlCheck": true,
  6. "bigPackageSizeSupport": false
  7. },
  8. "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  9. "condition": {
  10. "miniprogram": {
  11. "list": [
  12. {
  13. "name": "",
  14. "pathName": "lionfish_comshop/pages/user/me",
  15. "query": "",
  16. "launchMode": "default",
  17. "scene": null
  18. },
  19. {
  20. "name": "",
  21. "pathName": "lionfish_comshop/pages/goods/goodsDetail",
  22. "query": "id=732",
  23. "launchMode": "default",
  24. "scene": null
  25. }
  26. ]
  27. }
  28. },
  29. "libVersion": "2.30.2"
  30. }