合伙人运营小程序
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

project.private.config.json 1.2KB

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