-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathproject.config.json
107 lines (107 loc) · 1.8 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
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"description": "项目配置文件。",
"packOptions": {
"ignore": [
{
"type": "folder",
"value": "readme_img"
}
]
},
"setting": {
"urlCheck": false,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true
},
"compileType": "miniprogram",
"libVersion": "2.0.4",
"appid": "wx8dcca98a022387d8",
"projectname": "yonghui-demo",
"isGameTourist": false,
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"currentL": -1,
"list": []
},
"miniprogram": {
"current": 3,
"list": [
{
"id": -1,
"name": "会员中心",
"pathName": "pages/my/my",
"query": ""
},
{
"id": -1,
"name": "配送商城",
"pathName": "pages/mall/mall",
"query": ""
},
{
"id": -1,
"name": "购物车",
"pathName": "pages/cart/cart",
"query": ""
},
{
"id": 3,
"name": "商品详情",
"pathName": "pages/goods/goods",
"query": "id=1",
"scene": "1001"
},
{
"id": -1,
"name": "收货地址",
"pathName": "pages/address/address",
"query": ""
},
{
"id": -1,
"name": "地址管理",
"pathName": "pages/address-list/address-list",
"query": ""
},
{
"id": 6,
"name": "配送订单",
"pathName": "pages/order/order",
"query": ""
},
{
"id": -1,
"name": "用户信息",
"pathName": "pages/userInfo/userInfo",
"query": ""
},
{
"id": -1,
"name": "授权登录",
"pathName": "pages/wxLogin/wxLogin",
"query": ""
},
{
"id": -1,
"name": "搜索",
"pathName": "pages/search/search",
"query": ""
}
]
}
}
}