yangan
2024-05-27 cdb09e07c477931c8d7f7139945e66fd5fc01cce
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
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
{
    "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
        {
            "path": "pages/login/login",
            "style": {
                "navigationBarTitleText": "登录",
                "enablePullDownRefresh": false
            }
        },
        // {
        //     "path":"pages/login/index",
        //     "style":{
        //         "navigationBarTitleText": "登录",
        //         "enablePullDownRefresh": false
        //     }
        // },
        // {
        //     "path": "pages/register/register",
        //     "style": {
        //         "navigationBarTitleText": "注册",
        //         "enablePullDownRefresh": false
        //     }
        // },
        {
            "path": "pages/tabbar-page/index-tabbar/index-tabbar",
            "style": {
                "navigationBarTitleText": "首页",
                "enablePullDownRefresh": true,
                "navigationStyle": "custom"
            }
 
        }, {
            "path": "pages/tabbar-page/myPage-tabbar/myPage-tabbar",
            "style": {
                "navigationBarTitleText": "我的",
                "enablePullDownRefresh": true,
                "navigationStyle": "custom"
            }
 
        },
        {
            "path": "pages/customer-page/customer-index/customer-index",
            "style": {
                "navigationBarTitleText": "首页",
                "enablePullDownRefresh": true,
                "navigationStyle": "custom"
            }
 
        }, {
            "path": "pages/customer-page/customer-my/customer-my",
            "style": {
                "navigationBarTitleText": "我的",
                "enablePullDownRefresh": false
            }
 
        }, {
            "path": "pages/driver-page/driver-index/driver-index",
            "style": {
                "navigationBarTitleText": "首页",
                "enablePullDownRefresh": true,
                "navigationStyle": "custom"
            }
 
        }, {
            "path": "pages/driver-page/drvier-my/drvier-my",
            "style": {
                "navigationBarTitleText": "我的",
                "enablePullDownRefresh": false,
                "navigationStyle": "custom"
            }
 
        }, {
            "path": "pages/freight-forwarder-page/freightForwarder-index/freightForwarder-index",
            "style": {
                "navigationBarTitleText": "首页",
                "enablePullDownRefresh": true
            }
 
        }, {
            "path": "pages/freight-forwarder-page/freightForwarder-my/freightForwarder-my",
            "style": {
                "navigationBarTitleText": "我的",
                "enablePullDownRefresh": false
            }
        },
        // {
        //     "path": "pages/customer-page/fleet-management/fleet-management",
        //     "style": {
        //         "navigationBarTitleText": "车队",
        //         "enablePullDownRefresh": false
        //     }
        // },
        {
            "path": "pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details",
            "style": {
                "navigationBarTitleText": "提煤单详情",
                "enablePullDownRefresh": true
            }
        },
        // {
        //     "path": "pages/customer-page/freight-forwarder-details/freight-forwarder-details",
        //     "style": {
        //         "navigationBarTitleText": "",
        //         "enablePullDownRefresh": false
        //     }
 
        // },
        // {
        //     "path": "pages/customer-page/addTo-freightForwarder-driver/addTo-freightForwarder-driver",
        //     "style": {
        //         "navigationBarTitleText": "添加",
        //         "enablePullDownRefresh": false
        //     }
        // },
        // {
        //     "path": "pages/public-page/forward/forward",
        //     "style": {
        //         "navigationBarTitleText": "转发",
        //         "enablePullDownRefresh": false
        //     }
        // }, 
        // {
        //     "path": "pages/driver-page/appointment/appointment",
        //     "style": {
        //         "navigationBarTitleText": "时段",
        //         "enablePullDownRefresh": false
        //     }
 
        // }, 
        {
            "path": "pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails",
            "style": {
                "navigationBarTitleText": "发运计划详情",
                "enablePullDownRefresh": false,
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/driver-page/driver-index/bill-of-lading-details/coal-pick-up-bill/coal-pick-up-bill",
            "style": {
                "navigationBarTitleText": "提煤单",
                "enablePullDownRefresh": false
            }
 
        },
        {
            "path": "pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice",
            "style": {
                "navigationBarTitleText": "称重",
                "enablePullDownRefresh": true
            }
 
        },
        {
            "path": "pages/login/wxLogin",
            "style": {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
 
        },
        {
            "path": "pages/driver-page/driver-index/bill-of-lading-details/punchTheClock/punchTheClock",
            "style": {
                "navigationBarTitleText": "矿场签到",
                "enablePullDownRefresh": false
            }
        },
        {
            "path": "pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore",
            "style": {
                "navigationBarTitleText": "提煤单详情",
                "enablePullDownRefresh": false
            }
 
        }, {
            "path": "pages/customer-page/customer-my/faYunstatistics/faYunstatistics",
            "style": {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false,
                "navigationStyle": "custom"
 
            }
 
        }, {
            "path": "pages/customer-page/customer-my/userMange/userMange",
            "style": {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
 
        }, 
        {
            "path": "pages/customer-page/addDailyPlan/addDailyPlan",
            "style": {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
        },{
            "path": "pages/customer-page/customer-my/userMange/userManageEdit/userManageEdit",
            "style": {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
 
        }, {
            "path": "pages/driver-page/driver-index/bill-of-lading-details/completeOutSale/completeOutSale",
            "style": {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
 
        }, {
            "path": "pages/bindBackground/bindBackground",
            "style": {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
 
        }, {
            "path": "pages/loadUnload-page/loadUnload-page",
            "style": {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
 
        }, {
            "path": "pages/loadUnload-page/loadUnload-detail/loadUnload-detail",
            "style": {
                "navigationBarTitleText": "收发单",
                "enablePullDownRefresh": true
            }
 
        }, {
            "path": "pages/loadUnload-page/my-page/my-page",
            "style": {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false,
                "navigationStyle": "custom"
            }
 
        }, {
            "path": "pages/login/PrivacyAgreementText/PrivacyAgreementText",
            "style": {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
 
        }, {
            "path": "pages/loadUnload-page/selectTarget/selectTarget",
            "style": {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
 
        }, {
            "path": "pages/login/forgetPassword/forgetPassword",
            "style": {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
 
        }, {
            "path": "pages/login/resetPassword/resetPassword",
            "style": {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
 
        }, {
            "path": "pages/driver-page/drvier-my/scoreDetail/scoreDetail",
            "style": {
                "navigationBarTitleText": "积分详情",
                "enablePullDownRefresh": false
            }
 
        }, {
            "path": "pages/driver-page/driver-index/bill-of-lading-details/printerStyle/printerStyle",
            "style": {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
 
        }, {
            "path": "pages/driver-page/drvier-my/addressMange/addressMange",
            "style": {
                "navigationBarTitleText": "送货客户管理",
                "enablePullDownRefresh": false
            }
 
        }, {
            "path": "pages/driver-page/drvier-my/addressMange/addressEdit/addressEdit",
            "style": {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
 
        }
        ,{
            "path" : "pages/driver-page/driver-index/bill-of-lading-details/originInfo/originInfo",
            "style" :                                                                                    
            {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
            
        }
        ,{
            "path" : "pages/driver-page/driver-index/SelfDelivery/SelfDelivery",
            "style" :                                                                                    
            {
                "navigationBarTitleText": "",
                "enablePullDownRefresh": false
            }
            
        }
    ],
    "subPackages": [{
            "root": "pages/register",
            "pages": [{
                "path": "register",
                "style": {
                    "navigationBarTitleText": "注册",
                    "enablePullDownRefresh": false
                }
            }]
        }, {
            "root": "pages/public-page",
            "pages": [{
                "path": "forward/forward",
                "style": {
                    "navigationBarTitleText": "转发",
                    "enablePullDownRefresh": false,
                    "navigationStyle": "custom"
                }
            }, {
                "path": "message/message",
                "style": {
                    "navigationBarTitleText": "消息",
                    "enablePullDownRefresh": true
                }
 
            }, {
                "path": "messageDetails/messageDetails",
                "style": {
                    "navigationBarTitleText": "消息详情",
                    "enablePullDownRefresh": false
                }
 
            }, {
                "path": "faYunstatisticsDetails/faYunstatisticsDetails",
                "style": {
                    "navigationBarTitleText": "发运详情",
                    "enablePullDownRefresh": false
                }
 
            }, {
                "path": "mapRoute/mapRoute",
                "style": {
                    "navigationBarTitleText": "",
                    "enablePullDownRefresh": false
                }
 
            }    ,{
                    "path" : "elseInvite/elseInvite",
                    "style" :                                                                                    
                {
                    "navigationBarTitleText": "",
                    "enablePullDownRefresh": false
                }
                
                }
                ,{
                    "path" : "selectFleet/selectFleet",
                    "style" :                                                                                    
                {
                    "navigationBarTitleText": "",
                    "enablePullDownRefresh": false
                }
                
                },
                {
                    "path" : "driverStream/driverStream",
                    "style" : 
                    {
                        "navigationBarTitleText" : "",
                        "enablePullDownRefresh" : false
                    }
                }
            ]
        }, {
            "root": "pages/driver-page/appointment",
            "pages": [{
                "path": "appointment",
                "style": {
                    "navigationBarTitleText": "时段",
                    "enablePullDownRefresh": false
                }
            }]
        },
        {
            "root": "pages/customer-page/fleet-management",
            "pages": [{
                "path": "fleet-management",
                "style": {
                    "navigationBarTitleText": "车队",
                    "enablePullDownRefresh": false
                }
            }]
        },
        {
            "root": "pages/customer-page/addTo-freightForwarder-driver",
            "pages": [{
                "path": "addTo-freightForwarder-driver",
                "style": {
                    "navigationBarTitleText": "添加",
                    "enablePullDownRefresh": false
                }
            }]
        },
        {
            "root": "pages/customer-page/freight-forwarder-details",
            "pages": [{
                "path": "freight-forwarder-details",
                "style": {
                    "navigationBarTitleText": "",
                    "enablePullDownRefresh": false
                }
            }]
        }
    ],
    "preloadRule": {
        "pages/login/login": {
            "network": "all",
            "packages": ["pages/register"]
        },
        "pages/tabbar-page/index-tabbar/index-tabbar": {
            "network": "all",
            "packages": ["pages/public-page", "pages/driver-page/appointment",
                "pages/customer-page/freight-forwarder-details"
            ]
        },
        "pages/tabbar-page/myPage-tabbar/myPage-tabbar": {
            "network": "all",
            "packages": ["pages/customer-page/fleet-management"]
        }
 
        // "pages/tabbar-page/index-tabbar/index-tabbar": {
        //     "network": "all",
        //     "packages": []
        // }
    },
    "tabBar": {
        // "color": "#999794",
        // "selectedColor": "#007AFF",
        // "borderStyle": "white",
        // "backgroundColor": "#F5F5F5",
        "custom": true,
        "list": [
            // 客户tabbar
            {
                "pagePath": "pages/tabbar-page/index-tabbar/index-tabbar"
 
                // "iconPath": "static/tabBar-icon/Gfayun.png",
                // "selectedIconPath": "static/tabBar-icon/Bfayun1.png",
                // "text": "发运"
            },
            // {
            //     "pagePath": "pages/account/Account",
            //     "iconPath": "static/tabBar-icon/Gmoney10_2.png",
            //     "selectedIconPath": "static/tabBar-icon/Bmoney1.png",
            //     "text": "账户"
            // },
            // {
            //     "pagePath": "pages/settlement/Settlement",
            //     "iconPath": "static/tabBar-icon/Gcalc10_1.png",
            //     "selectedIconPath": "static/tabBar-icon/Bcalc.png",
            //     "text": "结算"
            // },
            {
                "pagePath": "pages/customer-page/customer-my/faYunstatistics/faYunstatistics"
            },
            {
                "pagePath": "pages/tabbar-page/myPage-tabbar/myPage-tabbar"
                // "iconPath": "static/tabBar-icon/Gmine10.png",
                // "selectedIconPath": "static/tabBar-icon/Bmine57.png",
                // "text": "我的"
            }
        ]
    },
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "",
        "navigationBarBackgroundColor": "#f5f5f5",
        "backgroundColor": "#f5f5f5"
    },
    "uniIdRouter": {},
    "condition": { //模式配置,仅开发期间生效
        "current": 0, //当前激活的模式(list 的索引项)
        "list": [{
            "name": "", //模式名称
            "path": "", //启动页面,必选
            "query": "" //启动参数,在页面的onLoad函数里面得到
        }]
    }
}