-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathproject.config.json
More file actions
80 lines (80 loc) · 1.63 KB
/
project.config.json
File metadata and controls
80 lines (80 loc) · 1.63 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"description": "项目配置文件。",
"setting": {
"urlCheck": true,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true
},
"compileType": "miniprogram",
"libVersion": "1.9.94",
"appid": "wxd2a6af39b165ce57",
"projectname": "%E5%8D%BF%E4%BA%91Go",
"isGameTourist": false,
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"currentL": -1,
"list": []
},
"miniprogram": {
"current": -1,
"list": [
{
"id": -1,
"name": "探索未知页面?",
"pathName": "pages/moodstatistics/moodstatistics",
"query": ""
},
{
"id": 1,
"name": "activity",
"pathName": "pages/activity/activity",
"query": ""
},
{
"id": -1,
"name": "home",
"pathName": "pages/home/home",
"query": ""
},
{
"id": -1,
"name": "rank",
"pathName": "pages/rank/rank",
"query": ""
},
{
"id": 4,
"name": "买地名",
"pathName": "pages/buynaming/buynaming",
"query": "target_venue=上海中医药大学&target_logoPath=../images/location/bureau.png&target_ownerName=&target_price=23&target_title=马路对面的中医药大学"
},
{
"id": -1,
"name": "买地名无冠名人",
"pathName": "pages/buynaming/buynaming",
"query": "target_venue=上海中医药大学&target_logoPath=../images/location/bureau.png&target_price=23"
},
{
"id": 6,
"name": "main",
"pathName": "pages/footprintmap/footprintmap",
"query": ""
}
]
}
}
}