project.private.config.json 605 B

12345678910111213141516171819202122
  1. {
  2. "setting": {
  3. "compileHotReLoad": true,
  4. "urlCheck": false
  5. },
  6. "condition": {
  7. "miniprogram": {
  8. "list": [
  9. {
  10. "name": "",
  11. "pathName": "pages/realNameAuthentication/realNameAuthentication",
  12. "query": "",
  13. "launchMode": "default",
  14. "scene": null
  15. }
  16. ]
  17. }
  18. },
  19. "projectname": "mina-b-t",
  20. "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  21. "libVersion": "2.30.2"
  22. }