project.private.config.json 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "libVersion": "2.30.2",
  3. "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  4. "setting": {
  5. "compileHotReLoad": true,
  6. "urlCheck": false,
  7. "autoAudits": true
  8. },
  9. "projectname": "wechatProgram",
  10. "condition": {
  11. "miniprogram": {
  12. "list": [
  13. {
  14. "name": "",
  15. "pathName": "pages/newIndex/newIndex",
  16. "query": "",
  17. "launchMode": "default",
  18. "scene": null
  19. },
  20. {
  21. "name": "",
  22. "pathName": "student/pages/submitWork/submitWork",
  23. "query": "",
  24. "launchMode": "default",
  25. "scene": null
  26. },
  27. {
  28. "name": "",
  29. "pathName": "pages/classes/classes",
  30. "query": "",
  31. "launchMode": "default",
  32. "scene": null
  33. },
  34. {
  35. "name": "",
  36. "pathName": "student/pages/userDetail/userDetail",
  37. "query": "",
  38. "launchMode": "default",
  39. "scene": null
  40. },
  41. {
  42. "name": "",
  43. "pathName": "teacher/pages/workDetail/workDetail",
  44. "query": "homeworkId=19&className=%E4%B8%80%E7%8F%AD&studentName=zh",
  45. "launchMode": "default",
  46. "scene": null
  47. },
  48. {
  49. "name": "",
  50. "pathName": "student/pages/notSubmit/notSubmit",
  51. "query": "",
  52. "launchMode": "default",
  53. "scene": null
  54. },
  55. {
  56. "name": "",
  57. "pathName": "student/pages/notSubmit/notSubmit",
  58. "query": "",
  59. "launchMode": "default",
  60. "scene": null
  61. },
  62. {
  63. "name": "",
  64. "pathName": "student/pages/notSubmit/notSubmit",
  65. "query": "",
  66. "launchMode": "default",
  67. "scene": null
  68. },
  69. {
  70. "name": "",
  71. "pathName": "student/pages/submitWork/submitWork",
  72. "query": "",
  73. "launchMode": "default",
  74. "scene": null
  75. }
  76. ]
  77. }
  78. }
  79. }