project.private.config.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "setting": {
  4. "urlCheck": false,
  5. "autoAudits": false,
  6. "compileHotReLoad": true,
  7. "bigPackageSizeSupport": false
  8. },
  9. "libVersion": "3.8.2",
  10. "condition": {
  11. "miniprogram": {
  12. "list": [
  13. {
  14. "name": "salesPanel/dataOverview/index",
  15. "pathName": "salesPanel/dataOverview/index",
  16. "query": "",
  17. "scene": null,
  18. "launchMode": "default"
  19. },
  20. {
  21. "name": "salesPanel/index/index",
  22. "pathName": "salesPanel/index/index",
  23. "query": "",
  24. "launchMode": "default",
  25. "scene": null
  26. },
  27. {
  28. "name": "数据总揽",
  29. "pathName": "salesPanel/dataOverview/index",
  30. "query": "",
  31. "launchMode": "default",
  32. "scene": null
  33. }
  34. ]
  35. }
  36. }
  37. }