This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
project.config.json
94 lines (94 loc) · 1.78 KB
/
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"description": "项目配置文件。",
"setting": {
"urlCheck": true,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true,
"nodeModules": true,
"autoAudits": true,
"uglifyFileName": true,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
},
"enhance": false
},
"miniprogramRoot": "dist/wx/",
"compileType": "miniprogram",
"appid": "wxad716b9e75e773b5",
"projectname": "subway-routine",
"libVersion": "2.10.3",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"currentL": -1,
"list": []
},
"miniprogram": {
"current": 5,
"list": [
{
"id": -1,
"name": "guide",
"pathName": "pages/userguide/main",
"query": "",
"scene": null
},
{
"id": 1,
"name": "citydetail",
"pathName": "pages/citydetail/main",
"query": "id=3&name=广州",
"scene": null
},
{
"id": 2,
"name": "citywiki",
"pathName": "pages/citywiki/main",
"query": "id=3001&name=东京",
"scene": null
},
{
"id": 3,
"name": "citymap",
"pathName": "pages/citymap/main",
"query": "id=6&name=南京",
"scene": null
},
{
"id": 4,
"name": "morefeature",
"pathName": "pages/morefeature/main",
"query": "",
"scene": 1001
},
{
"id": -1,
"name": "cityroutine",
"pathName": "pages/cityroutine/main",
"query": "id=3&name=广州&from=23.119327,113.321219&to=23.058092,113.385614",
"scene": null
}
]
}
}
}