123456789101112131415161718192021222324252627282930313233343536 |
- {
- "setting": {
- "compileHotReLoad": false,
- "urlCheck": false
- },
- "condition": {
- "miniprogram": {
- "list": [
- {
- "name": "优惠券",
- "pathName": "pages/my/coupon/coupon",
- "query": "",
- "launchMode": "default",
- "scene": null
- },
- {
- "name": "领取优惠券",
- "pathName": "pages/my/share/share",
- "query": "",
- "launchMode": "default",
- "scene": null
- },
- {
- "name": "我的",
- "pathName": "pages/tabber/my/index",
- "query": "",
- "launchMode": "default",
- "scene": null
- }
- ]
- }
- },
- "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
- "libVersion": "2.23.1",
- "projectname": "laundry_m"
- }
|