doum
9 小时以前 fc6c966c9491eeffc5d2c177cd8f8aa93f91186b
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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
{
    "easycom": {
        "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
    },
    "pages": [
        {
            "path": "pages/index/index",
            "style": {
                "navigationBarTitleText": "",
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/mall/mall",
            "style": {
                "navigationBarTitleText": "",
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/community/community",
            "style": {
                "navigationBarTitleText": "",
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/mine/mine",
            "style": {
                "navigationBarTitleText": "",
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/search/search",
            "style": {
                "navigationBarTitleText": "搜索"
            }
        },
        {
            "path": "pages/special-zone/special-zone",
            "style": {
                "navigationBarTitleText": "商品专区",
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/login/login",
            "style": {
                "navigationBarTitleText": "登录"
            }
        },
        {
            "path": "pages/details/details",
            "style": {
                "navigationBarTitleText": "商品详情"
            }
        },
        {
            "path": "pages/shopping-cart/shopping-cart",
            "style": {
                "navigationBarTitleText": "购物车"
            }
        },
        {
            "path": "pages/confirm-order/confirm-order",
            "style": {
                "navigationBarTitleText": "确认订单"
            }
        },
        {
            "path": "pages/address/address",
            "style": {
                "navigationBarTitleText": "收货地址"
            }
        },
        {
            "path": "pages/new-address/new-address",
            "style": {
                "navigationBarTitleText": "添加新地址"
            }
        },
        {
            "path": "pages/payment-successful/payment-successful",
            "style": {
                "navigationBarTitleText": "支付成功"
            }
        },
        {
            "path": "pages/select-city/select-city",
            "style": {
                "navigationBarTitleText": "选择城市"
            }
        },
        {
            "path": "pages/article-details/article-details",
            "style": {
                "navigationBarTitleText": "文章详情"
            }
        },
        {
            "path": "pages/settings/settings",
            "style": {
                "navigationBarTitleText": "设置"
            }
        },
        {
            "path": "pages/message/message",
            "style": {
                "navigationBarTitleText": "消息"
            }
        },
        {
            "path": "pages/change-binding/change-binding",
            "style": {
                "navigationBarTitleText": "更换绑定手机号"
            }
        },
        {
            "path": "pages/agreement-description/agreement-description",
            "style": {
                "navigationBarTitleText": "协议说明"
            }
        },
        {
            "path": "pages/order/order",
            "style": {
                "navigationBarTitleText": "全部订单"
            }
        },
        {
            "path": "pages/order-details/order-details",
            "style": {
                "navigationBarTitleText": "",
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/my-points/my-points",
            "style": {
                "navigationBarTitleText": "我的积分",
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/coupon/coupon",
            "style": {
                "navigationBarTitleText": "优惠券"
            }
        },
        {
            "path": "pages/coupon-details/coupon-details",
            "style": {
                "navigationBarTitleText": "优惠券详情"
            }
        },
        {
            "path": "pages/share/share",
            "style": {
                "navigationBarTitleText": "分享",
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/coupon-rewards/coupon-rewards",
            "style": {
                "navigationBarTitleText": "优惠券奖励"
            }
        },
        {
            "path": "pages/my-collection/my-collection",
            "style": {
                "navigationBarTitleText": "我的收藏"
            }
        },
        {
            "path": "pages/distributor/distributor",
            "style": {
                "navigationBarTitleText": "经销商",
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/sales-details/sales-details",
            "style": {
                "navigationBarTitleText": "销售"
            }
        }
    ],
    "subPackages": [
        {
            "root": "pagesA",
            "pages": [
                {
                    "path": "pages/product-management/product-management",
                    "style": {
                        "navigationBarTitleText": "商品管理"
                    }
                },
                {
                    "path": "pages/write-off/write-off",
                    "style": {
                        "navigationBarTitleText": "自提码核销"
                    }
                },
                {
                    "path": "pages/write-off-a/write-off-a",
                    "style": {
                        "navigationBarTitleText": "自提码核销"
                    }
                },
                {
                    "path": "pages/order/order",
                    "style": {
                        "navigationBarTitleText": "订单管理"
                    }
                },
                {
                    "path": "pages/order-details/order-details",
                    "style": {
                        "navigationBarTitleText": "订单详情",
                        "navigationStyle": "custom"
                    }
                },
                {
                    "path": "pages/my-membership/my-membership",
                    "style": {
                        "navigationBarTitleText": "我的会员"
                    }
                },
                {
                    "path": "pages/my-qualifications/my-qualifications",
                    "style": {
                        "navigationBarTitleText": "我的资质"
                    }
                },
                {
                    "path": "pages/virtual-account/virtual-account",
                    "style": {
                        "navigationBarTitleText": "虚拟账户"
                    }
                },
                {
                    "path": "pages/withdraw/withdraw",
                    "style": {
                        "navigationBarTitleText": "提现"
                    }
                },
                {
                    "path": "pages/withdraw-select/withdraw-select",
                    "style": {
                        "navigationBarTitleText": "提现"
                    }
                },
                {
                    "path": "pages/add-bank-card/add-bank-card",
                    "style": {
                        "navigationBarTitleText": "添加提现银行卡"
                    }
                },
                {
                    "path": "pages/withdraw-success/withdraw-success",
                    "style": {
                        "navigationBarTitleText": "提现"
                    }
                },
                {
                    "path": "pages/withdrawal-details/withdrawal-details",
                    "style": {
                        "navigationBarTitleText": "提现详情"
                    }
                }
            ]
        }
    ],
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "鼎元农机",
        "navigationBarBackgroundColor": "#ffffff",
        "backgroundColor": "#F8F8F8"
    },
    "tabBar": {
        "color": "#808080",
        "selectedColor": "#111111",
        "borderStyle": "black",
        "backgroundColor": "#fff",
        "list": [
            {
                "pagePath": "pages/index/index",
                "iconPath": "static/icon/nav_home@2x.png",
                "selectedIconPath": "static/icon/nav_home_sel@2x.png",
                "text": "首页"
            },
            {
                "pagePath": "pages/mall/mall",
                "iconPath": "static/icon/nav_shangcheng@2x.png",
                "selectedIconPath": "static/icon/nav_shangcheng_sel@2x.png",
                "text": "商城"
            },
            {
                "pagePath": "pages/community/community",
                "iconPath": "static/icon/nav_shequ@2x.png",
                "selectedIconPath": "static/icon/nav_shequ_sel@2x.png",
                "text": "社区"
            },
            {
                "pagePath": "pages/mine/mine",
                "iconPath": "static/icon/nav_wode@2x.png",
                "selectedIconPath": "static/icon/nav_wode_sel@2x.png",
                "text": "我的"
            }
        ]
    },
    "uniIdRouter": {}
}