-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathproject.private.config.json
44 lines (44 loc) · 1.49 KB
/
project.private.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"setting": {
"compileHotReLoad": true
},
"condition": {
"miniprogram": {
"list": [
{
"name": "卡片分享",
"pathName": "pages/index/index",
"query": "url=https%3A%2F%2Fsustech.online%2Ftransport%2Fworkday.html%3Futm_source%3Dwx%26utm_medium%3Dshare_card",
"scene": 1007
},
{
"name": "扫码",
"pathName": "pages/index/index",
"query": "q=https%3a%2f%2fsustech.online%2ftransport%2f",
"scene": 1011
},
{
"name": "小程序内部调用,url无需encode",
"pathName": "pages/index/container",
"query": "url=https://sustech.online/contact/",
"scene": null
},
{
"name": "测试文件下载页面",
"pathName": "pages/index/redirect",
"query": "outURL=https%3A%2F%2Fmirrors.sustech.edu.cn%2Fsite%2Fsustech-online%2Fdocuments%2Ffreshman-handbook%2F2021.pdf&handleFile=true&ext=pdf",
"scene": null
},
{
"name": "巴士tab",
"pathName": "pages/bus/index",
"query": "",
"scene": null
}
]
}
},
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"projectname": "sustech-online-wxapp",
"libVersion": "3.3.4"
}