project.config.json
3.38 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
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"miniprogramRoot": "dist/",
"projectname": "yoho-miniapp-ufo",
"description": "UFO小程序",
"appid": "wxc677c88385762287",
"setting": {
"urlCheck": false,
"es6": false,
"enhance": false,
"postcss": false,
"preloadBackgroundData": false,
"minified": true,
"newFeature": true,
"coverView": true,
"nodeModules": false,
"autoAudits": false,
"showShadowRootInWxmlPanel": true,
"scopeDataCheck": false,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"compileType": "miniprogram",
"libVersion": "2.2.4",
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"list": []
},
"gamePlugin": {
"current": -1,
"list": []
},
"miniprogram": {
"current": 15,
"list": [
{
"id": -1,
"name": "搜索",
"pathName": "pages/search/index",
"query": ""
},
{
"id": -1,
"name": "搜索列表",
"pathName": "pages/searchList/index",
"query": ""
},
{
"id": -1,
"name": "筛选",
"pathName": "pages/filter/index",
"query": ""
},
{
"id": -1,
"name": "分类",
"pathName": "pages/classify/index",
"query": ""
},
{
"id": 5,
"name": "消息",
"pathName": "pages/message/message/message",
"query": ""
},
{
"id": -1,
"name": "个人中心",
"pathName": "pages/userCenter/index",
"query": ""
},
{
"id": -1,
"name": "登录",
"pathName": "pages/login/index",
"query": ""
},
{
"id": 8,
"name": "出售",
"pathName": "page/subPackage/pages/sell/index",
"query": ""
},
{
"id": -1,
"name": "订单列表",
"pathName": "pages/orderList/index",
"query": ""
},
{
"id": -1,
"name": "收藏",
"pathName": "pages/userCenter/collection/collection",
"query": ""
},
{
"id": 11,
"name": "地址管理",
"pathName": "pages/userCenter/addressManager/addressManager",
"query": ""
},
{
"id": -1,
"name": "商品详情线上",
"pathName": "pages/productDetail/index",
"query": "id=10000070"
},
{
"id": 12,
"name": "商品详情线下店",
"pathName": "pages/productDetail/index",
"query": "q= https%3A%2F%2F2.yohobuy.com%2Fufo%3Fp%3D17946%2C94%26skup%3D17946%26skn%3D10001266",
"scene": 1011
},
{
"id": -1,
"name": "支付完成",
"pathName": "pages/order/orderSuccess/orderSuccess",
"query": "",
"scene": "1011"
},
{
"id": -1,
"name": "扫码登录",
"pathName": "pages/productDetail/index",
"query": "q=https%3A%2F%2Fo.yohobuy.com%2Fufo%3Fp%3D517449%2C1%26skup%3D517449%26skn%3D10003791&scancode_time=1553151155",
"scene": 1011
},
{
"id": 15,
"name": "定单确认",
"pathName": "pages/order/orderConfirm/orderConfirm",
"query": "product_id=10006681&skup=1629313&user_activity_id=47403",
"scene": 1011
},
{
"id": 16,
"name": "商品详情",
"pathName": "pages/productDetail/index",
"query": "id=10023668",
"scene": null
}
]
}
}
}