JMApp/project.private.config.json
XiaoMo 7c8536272c feat: 新增退款和网约车用户管理页面
添加了退款和网约车用户管理相关页面,包括页面配置、样式、逻辑处理等。同时更新了应用配置文件和私有配置文件以支持新页面。
2025-04-14 18:21:46 +08:00

36 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "JMApp",
"setting": {
"compileHotReLoad": true,
"urlCheck": false
},
"condition": {
"miniprogram": {
"list": [
{
"name": "pages/refund/refund",
"pathName": "pages/refund/refund",
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "pages/OnlineCarHailing/OnlineCarHailing",
"pathName": "pages/OnlineCarHailing/OnlineCarHailing",
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "pages/wangdian/wangdian",
"pathName": "pages/wangdian/wangdian",
"query": "number=T1000126",
"launchMode": "default",
"scene": null
}
]
}
},
"libVersion": "3.3.4"
}