luban-mall/unpackage/dist/dev/mp-weixin/project.private.config.json

38 lines
1.4 KiB
JSON
Raw Normal View History

2022-07-12 18:07:08 +08:00
{
"setting": {},
"condition": {
"miniprogram": {
"list": [
{
"name": "",
"pathName": "pages/tabbar/index/index",
2022-07-14 14:46:41 +08:00
"query": "business_id=8",
2022-07-13 16:04:38 +08:00
"launchMode": "default",
2022-07-12 18:07:08 +08:00
"scene": null
},
{
"name": "",
"pathName": "pages/tabbar/index/index",
"query": "business_id=0",
2022-07-13 16:04:38 +08:00
"launchMode": "default",
2022-07-12 18:07:08 +08:00
"scene": null
2022-07-14 09:10:15 +08:00
},
{
"name": "",
"pathName": "pages/tabbar/index/index",
"query": "business_id=6",
"launchMode": "default",
"scene": null
2022-07-15 11:05:54 +08:00
},
{
"name": "",
"pathName": "pages/tabbar/my/my",
"query": "business_id=0",
"launchMode": "default",
"scene": null
2022-07-12 18:07:08 +08:00
}
]
}
2022-07-13 16:04:38 +08:00
},
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html"
2022-07-12 18:07:08 +08:00
}