project.config.json
4.4 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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
{
"description": "项目配置文件",
"packOptions": {
"ignore": []
},
"setting": {
"urlCheck": false,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true,
"coverView": true,
"autoAudits": false,
"uglifyFileName": true,
"checkInvalidKey": true,
"checkSiteMap": true,
"uploadWithSourceMap": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"compileType": "miniprogram",
"libVersion": "2.6.6",
"appid": "wx82c3285cf37f121e",
"projectname": "jiuzidian",
"debugOptions": {
"hidedInDevtools": []
},
"isGameTourist": false,
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"plugin": {
"current": -1,
"list": []
},
"game": {
"currentL": -1,
"list": []
},
"miniprogram": {
"current": 23,
"list": [
{
"id": -1,
"name": "个人中心",
"pathName": "pages/mine/mine",
"query": "",
"scene": null
},
{
"id": -1,
"name": "首页",
"pathName": "pages/homapage/homepage",
"query": "",
"scene": null
},
{
"id": -1,
"name": "搜索页",
"pathName": "pages/homeblock/search/search",
"query": "",
"scene": null
},
{
"id": -1,
"name": "品牌列表",
"pathName": "pages/homeblock/brandlist/brandlist",
"query": "",
"scene": null
},
{
"id": -1,
"name": "品牌主页",
"pathName": "pages/homeblock/brandpage/brandpage",
"query": "",
"scene": null
},
{
"id": -1,
"name": "企业简介",
"pathName": "pages/homeblock/companyintro/companyintro",
"query": "",
"scene": null
},
{
"id": -1,
"name": "智能筛选",
"pathName": "pages/homeblock/zhinengselect/zhinengselect",
"query": "",
"scene": null
},
{
"id": -1,
"name": "实拍图",
"pathName": "pages/homeblock/shipaiimg/shipaiimg",
"query": "",
"scene": null
},
{
"id": -1,
"name": "官图",
"pathName": "pages/homeblock/guanimg/guanimg",
"query": "",
"scene": null
},
{
"id": -1,
"name": "短视频",
"pathName": "pages/homeblock/shortvideo/shortvideo",
"query": "",
"scene": null
},
{
"id": -1,
"name": "酿酒师",
"pathName": "pages/homeblock/niangjiuteacher/niangjiuteacher",
"query": "",
"scene": null
},
{
"id": -1,
"name": "酒字典",
"pathName": "pages/homeblock/jiuzidian/jiuzidian",
"query": "",
"scene": null
},
{
"id": -1,
"name": "评价",
"pathName": "pages/homeblock/evalute/evalute",
"query": "",
"scene": null
},
{
"id": -1,
"name": "评价内容",
"pathName": "pages/homeblock/evalutecontent/evalutecontent",
"query": "",
"scene": null
},
{
"id": -1,
"name": "个人主页",
"pathName": "pages/myblock/personpage/personpage",
"query": "",
"scene": null
},
{
"id": -1,
"name": "账号安全",
"pathName": "pages/myblock/zhanghaoyuanquan/zhanghaoyuanquan",
"query": "",
"scene": null
},
{
"id": -1,
"name": "账号绑定",
"pathName": "pages/myblock/zhanghaobangding/zhanghaobangding",
"query": "",
"scene": null
},
{
"id": -1,
"name": "换绑手机",
"pathName": "pages/myblock/huanbangshouji/huanbangshouji",
"query": "",
"scene": null
},
{
"id": -1,
"name": "关注",
"pathName": "pages/myblock/guanzhu/guanzhu",
"query": "",
"scene": null
},
{
"id": -1,
"name": "评论",
"pathName": "pages/myblock/pinglun/pinglun",
"query": "",
"scene": null
},
{
"id": -1,
"name": "登录",
"pathName": "pages/login/login",
"query": "",
"scene": null
},
{
"id": -1,
"name": "yanzheng",
"pathName": "pages/enteryanzheng/enteryanzheng",
"query": "",
"scene": null
},
{
"id": -1,
"name": "忘记密码",
"pathName": "pages/forgetmima/forgetmima",
"query": "",
"scene": null
},
{
"id": -1,
"name": "完善个人信息",
"pathName": "pages/peopleinfo/peopleinfo",
"scene": null
}
]
}
}
}