project.config.json
4.2 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
{
"description": "项目配置文件",
"packOptions": {
"ignore": []
},
"setting": {
"urlCheck": false,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true,
"autoAudits": false,
"checkInvalidKey": true
},
"compileType": "miniprogram",
"libVersion": "2.6.4",
"appid": "wxa714aad2a58f444d",
"projectname": "weijing",
"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": 22,
"list": [
{
"id": -1,
"name": "提现",
"pathName": "pages/ordercontainer/withdraw/withdraw",
"query": "",
"scene": null
},
{
"id": -1,
"name": "新建地址",
"pathName": "pages/myinfo/newaddress/newaddress",
"query": "",
"scene": null
},
{
"id": -1,
"name": "新建地址",
"pathName": "pages/myinfo/addressmanager/addressmanager",
"query": "",
"scene": null
},
{
"id": -1,
"name": "地址管理",
"pathName": "pages/myinfo/addressmanager/addressmanager",
"query": "",
"scene": null
},
{
"id": -1,
"name": "购物车",
"pathName": "pages/shopcar/shopcar",
"query": "",
"scene": null
},
{
"id": -1,
"name": "提现",
"pathName": "pages/myinfo/withdrawcash/withdrawcash",
"query": "",
"scene": null
},
{
"id": -1,
"name": "申请提现",
"pathName": "pages/myinfo/applaywidthdraw/applaywidthdraw",
"query": "",
"scene": null
},
{
"id": -1,
"name": "已提现金额",
"pathName": "pages/myinfo/widthdrawcashlist/widthdrawcashlist",
"query": "",
"scene": null
},
{
"id": -1,
"name": "账户登录",
"pathName": "pages/login/login",
"query": "",
"scene": null
},
{
"id": -1,
"name": "已结算金额",
"pathName": "pages/myinfo/settedamount/settedamount",
"query": "",
"scene": null
},
{
"id": -1,
"name": "未结算金额明细",
"pathName": "pages/myinfo/unsettedamount/unsettedamount",
"query": "",
"scene": null
},
{
"id": -1,
"name": "申请成为挪威",
"pathName": "pages/ordercontainer/applayofhome/applayofhome",
"query": "",
"scene": null
},
{
"id": -1,
"name": "申请成为挪威2",
"pathName": "pages/ordercontainer/applayofhomesecond/applayofhomesecond",
"query": "",
"scene": null
},
{
"id": -1,
"name": "维鲸之家",
"pathName": "pages/homeindex/homeindex",
"query": "",
"scene": null
},
{
"id": -1,
"name": "商城",
"pathName": "pages/shop/shopgoods/shopgoods",
"query": "",
"scene": null
},
{
"id": -1,
"name": "商品详情",
"pathName": "pages/shop/goodtail/goodtail",
"query": "",
"scene": null
},
{
"id": -1,
"name": "导购个人中心",
"pathName": "pages/guidemine/guidemine",
"query": "",
"scene": null
},
{
"id": -1,
"name": "普通个人中心",
"pathName": "pages/visitormine/visitormine",
"query": "",
"scene": null
},
{
"id": -1,
"name": "我的信息",
"pathName": "pages/myinfo/mymessage/mymessage",
"query": "",
"scene": null
},
{
"id": -1,
"name": "经销商个人中心",
"pathName": "pages/jingxiaoshangmine/jingxiaoshangmine",
"query": "",
"scene": null
},
{
"id": -1,
"name": "我的订单",
"pathName": "pages/myorder/myorder",
"query": "",
"scene": null
},
{
"id": -1,
"name": "确认订单",
"pathName": "pages/ordercontainer/shopsureorder/shopsureorder",
"query": "",
"scene": null
},
{
"id": -1,
"name": "申请成为挪威生活家",
"pathName": "pages/myinfo/applayofhome/applayofhome",
"scene": null
}
]
}
}
}