-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathproject.config.json
48 lines (48 loc) · 1004 Bytes
/
project.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
45
46
47
48
{
"miniprogramRoot": "dist/",
"projectname": "buy-or-rent-house",
"description": "买不买房计算器买房vs租房",
"appid": "wxc3ba6c98bca4f520",
"setting": {
"urlCheck": true,
"es6": false,
"postcss": false,
"minified": false,
"newFeature": true,
"autoAudits": false,
"checkInvalidKey": true
},
"compileType": "miniprogram",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"libVersion": "2.3.0",
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"list": []
},
"miniprogram": {
"current": 0,
"list": [
{
"id": 0,
"name": "queryIn",
"pathName": "pages/index/index",
"query": "housePrice=420&loan=251&loanYears=30&loanRate=5.15&downPayment=160&houseIncreaseRate=3&rentPrice=0.6&rentIncreaseRate=5&financeCost=17&open=true&openModify=true&slider=true&",
"scene": null
}
]
}
}
}