1234567891011121314151617181920212223242526272829 |
- {
- "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
- "projectname": "%25E5%2585%2583%25E5%25AE%2587%25E5%25AE%2599demo",
- "setting": {
- "compileHotReLoad": true,
- "urlCheck": false
- },
- "libVersion": "2.25.4",
- "condition": {
- "miniprogram": {
- "list": [
- {
- "name": "",
- "pathName": "pages/webpage/webpage",
- "query": "",
- "launchMode": "default",
- "scene": null
- },
- {
- "name": "",
- "pathName": "pages/index/index",
- "query": "rId=12345&sId=5555",
- "launchMode": "default",
- "scene": null
- }
- ]
- }
- }
- }
|