Files
MBTI_wang/miniprogram/project.private.config.json
Ghost c946584a7d feat: 双端小程序分享路径与测试入口上下文统一
1、修复了结果页、测试页与 test-select 的跳转上下文丢失问题。

2、调整 api/Test 与小程序 app/share 逻辑,补全第三方/企业场景参数透传。

3、优化 DISC/MBTI/PDP/SBTI 结果页样式与按钮交互,一致化微信与抖音端。

Made-with: Cursor
2026-04-14 16:40:20 +08:00

48 lines
1.4 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": "Mbti",
"setting": {
"compileHotReLoad": true
},
"condition": {
"miniprogram": {
"list": [
{
"name": "分享的测试数据",
"pathName": "pages/result/sbti",
"query": "id=6229&type=sbti&uid=24&fs=1",
"scene": null,
"launchMode": "default"
},
{
"name": "MBTI",
"pathName": "pages/test/mbti",
"query": "phone=18649947301",
"launchMode": "default",
"scene": null
},
{
"name": "pages/enterprise/index",
"pathName": "pages/enterprise/index",
"query": "scene=uid%253D6%2526eid%253D6",
"launchMode": "default",
"scene": null
},
{
"name": "pages/enterprise/index",
"pathName": "pages/enterprise/index",
"query": "scene=e_6",
"launchMode": "default",
"scene": null
},
{
"name": "pages/enterprise/index",
"pathName": "pages/enterprise/index",
"query": "scene=e_6",
"launchMode": "default",
"scene": null
}
]
}
}
}