project.config.json
1.53 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"description": "项目配置文件。",
"setting": {
"urlCheck": false,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true
},
"compileType": "miniprogram",
"libVersion": "2.0.0",
"appid": "wx7678b61d1e6702fe",
"projectname": "YO!LUCK",
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"current": -1,
"list": []
},
"miniprogram": {
"current": 1,
"list": [
{
"id": 0,
"name": "0元购分享",
"pathName": "pages/zeroSell/snapshootShare",
"query": "default_image=http%3A%2F%2Fimg01.yohoboys.com%2Fo_1cjsv4n5pmcoi8tiji1s1q1gso8.jpg&product_name=lq0%E5%85%83%E6%8A%BD%E5%A5%96%E6%B5%8B%E8%AF%95%E4%BA%86&product_price=%C2%A51202&product_qrCode=http%3A%2F%2Fapi-test2.dev.yohocorp.com%2Fwechat%2Fminiapp%2Fimg-check.jpg%3Fparam%3D%257B%2522shareUid%2522%253A500031864%252C%2522actPrizeId%2522%253A%252216%2522%257D%26miniQrType%3D14&user_name=%E9%BB%84%E4%BA%91%E9%BE%99",
"scene": "1011"
},
{
"id": 1,
"name": "0元购详情",
"pathName": "pages/zeroSell/detail",
"query": "scene=7c5374150513d7ae32df6e7748b64d87",
"scene": "1011"
},
{
"id": 2,
"name": "0元购结果",
"pathName": "pages/zeroSell/myList",
"query": "",
"scene": "1011"
},
{
"id": 3,
"name": "0元购列表",
"pathName": "pages/zeroSell/index",
"query": "",
"scene": "1011"
}
]
}
}
}