qingcheng-xiaochengxu/project.private.config.json

21 lines
627 B
JSON
Raw Normal View History

2025-04-28 07:59:21 +00:00
{
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "qingcheng",
"setting": {
2025-05-11 07:12:01 +00:00
"compileHotReLoad": true,
"urlCheck": false
2025-04-28 07:59:21 +00:00
},
2025-05-11 07:12:01 +00:00
"condition": {
"miniprogram": {
"list": [
{
"name": "pages/xiangqing/xiangqing",
"pathName": "pages/logain/logain",
"query": "",
"launchMode": "default",
"scene": null
}
]
}
}
2025-04-28 07:59:21 +00:00
}