JMApp/project.private.config.json
XiaoMo 9c1ec1ef2a feat(washing): 调整页面跳转逻辑和提示时长
修改了 `washing` 页面的跳转逻辑,将 `switchTab` 和 `reLaunch` 替换为 `redirectTo`,以改善用户体验。同时,调整了提示信息的显示时长,确保用户有足够的时间阅读提示。
2025-05-07 22:37:21 +08:00

57 lines
1.7 KiB
JSON
Raw Permalink 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/washing/washing",
"pathName": "pages/washing/washing",
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "pages/washCodeDetail/washCodeDetail",
"pathName": "pages/washCodeDetail/washCodeDetail",
"query": "id=6",
"launchMode": "default",
"scene": null
},
{
"name": "/pages/washCodeDetail/washCodeDetail",
"pathName": "/pages/washCodeDetail/washCodeDetail",
"query": "",
"launchMode": "default",
"scene": null
},
{
"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"
}