project.private.config.json 835 B

123456789101112131415161718192021
  1. {
  2. "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "condition": {
  4. "miniprogram": {
  5. "list": [
  6. {
  7. "name": "pages_course/video",
  8. "pathName": "pages_course/video",
  9. "query": "course={\"companyId\":100,\"companyUserId\":6806,\"corpId\":\"ww5a88c4f879f204c5\",\"courseId\":63,\"link\":\"1899022782092541952\",\"linkType\":3,\"qwExternalId\":9914983,\"qwUserId\":\"18931\",\"videoId\":409}",
  10. "launchMode": "default",
  11. "scene": null
  12. }
  13. ]
  14. }
  15. },
  16. "projectname": "his_user_app",
  17. "setting": {
  18. "compileHotReLoad": true
  19. },
  20. "libVersion": "3.7.9"
  21. }