project.private.config.json 713 B

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