-
Notifications
You must be signed in to change notification settings - Fork 197
/
project.config.json
58 lines (58 loc) · 979 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
49
50
51
52
53
54
55
56
57
58
{
"description": "项目配置文件。",
"setting": {
"urlCheck": false,
"es6": true,
"postcss": false,
"minified": true
},
"compileType": "weapp",
"libVersion": "1.5.2",
"appid": "",
"projectname": "imitate-coco-xcx",
"condition": {
"weapp": {
"current": -1,
"list": [
{
"id": -1,
"name": "列表",
"pathName": "pages/list/list",
"query": ""
},
{
"id": -1,
"name": "订单详情",
"pathName": "pages/order/balance/balance",
"query": ""
},
{
"id": 2,
"name": "wode ",
"pathName": "pages/mine/mine",
"query": ""
},
{
"id": -1,
"name": "订单列表",
"pathName": "pages/order/list/list",
"query": ""
},
{
"id": -1,
"name": "订单详情",
"pathName": "pages/order/detail/detail",
"query": ""
}
]
},
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
}
}
}