12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "libVersion": "2.30.2",
- "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
- "setting": {
- "compileHotReLoad": true,
- "urlCheck": false,
- "autoAudits": true
- },
- "projectname": "wechatProgram",
- "condition": {
- "miniprogram": {
- "list": [
- {
- "name": "",
- "pathName": "pages/newIndex/newIndex",
- "query": "",
- "launchMode": "default",
- "scene": null
- },
- {
- "name": "",
- "pathName": "student/pages/submitWork/submitWork",
- "query": "",
- "launchMode": "default",
- "scene": null
- },
- {
- "name": "",
- "pathName": "pages/classes/classes",
- "query": "",
- "launchMode": "default",
- "scene": null
- },
- {
- "name": "",
- "pathName": "student/pages/userDetail/userDetail",
- "query": "",
- "launchMode": "default",
- "scene": null
- },
- {
- "name": "",
- "pathName": "teacher/pages/workDetail/workDetail",
- "query": "homeworkId=19&className=%E4%B8%80%E7%8F%AD&studentName=zh",
- "launchMode": "default",
- "scene": null
- },
- {
- "name": "",
- "pathName": "student/pages/notSubmit/notSubmit",
- "query": "",
- "launchMode": "default",
- "scene": null
- },
- {
- "name": "",
- "pathName": "student/pages/notSubmit/notSubmit",
- "query": "",
- "launchMode": "default",
- "scene": null
- },
- {
- "name": "",
- "pathName": "student/pages/notSubmit/notSubmit",
- "query": "",
- "launchMode": "default",
- "scene": null
- },
- {
- "name": "",
- "pathName": "student/pages/submitWork/submitWork",
- "query": "",
- "launchMode": "default",
- "scene": null
- }
- ]
- }
- }
- }
|