rk
2025-09-28 2304d7b140c5c5b4bf3a83f9ced8bff37d20c42e
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
{
    "easycom": {
        "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
    },
    "pages": [
        {
            "path": "pages/index/index",
            "style": {
                "navigationBarTitleText": "首页",
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/demand-hall/demand-hall",
            "style": {
                "navigationBarTitleText": "我的订单",
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/mine/mine",
            "style": {
                "navigationBarTitleText": "我的",
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/seleCity/seleCity",
            "style": {
                "navigationBarTitleText": "城市选择"
            }
        },
        {
            "path" : "pages/using-workers/using-workers",
            "style" : 
            {
                "navigationBarTitleText" : "采摘工"
            }
        },
        {
            "path" : "pages/sorting/sorting",
            "style" : 
            {
                "navigationBarTitleText" : "分拣工"
            }
        },
        {
            "path" : "pages/packaging-worker/packaging-worker",
            "style" : 
            {
                "navigationBarTitleText" : "包装工"
            }
        },
        {
            "path" : "pages/success/success",
            "style" : 
            {
                "navigationBarTitleText" : "发单成功"
            }
        },
        {
            "path" : "pages/freight/freight",
            "style" : 
            {
                "navigationBarTitleText" : "运货"
            }
        },
        {
            "path" : "pages/order-details/order-details",
            "style" : 
            {
                "navigationBarTitleText" : "订单详情"
            }
        },
        {
            "path" : "pages/freight-order/freight-order",
            "style" : 
            {
                "navigationBarTitleText" : "订单详情"
            }
        },
        {
            "path" : "pages/order-food/order-food",
            "style" : 
            {
                "navigationBarTitleText" : "订单详情"
            }
        },
        {
            "path" : "pages/login/login",
            "style" : 
            {
                "navigationBarTitleText" : "登录页"
            }
        },
        {
            "path" : "pages/balance-details/balance-details",
            "style" : 
            {
                "navigationBarTitleText" : "余额明细"
            }
        }, 
        
        {
            "path" : "pages/rich-text-page/rich-text-page",
            "style" : 
            {
                "navigationBarTitleText" : "富文本页面"
            }
        }
    ], 
    "subPackages": [{ 
        "root": "packageA", // 分包的根目录
        "name": "packageA", // 分包的根目录
        "pages":[
            {
                "path" : "pages/withdrawal/withdrawal",
                "style" : 
                {
                    "navigationBarTitleText" : "提现"
                }
            },
            {
                "path" : "pages/withdrawal-successful/withdrawal-successful",
                "style" : 
                {
                    "navigationBarTitleText" : "提现成功"
                }
            },  
            {
                "path" : "pages/set-up/set-up",
                "style" : 
                {
                    "navigationBarTitleText" : "设置"
                }
            },
             {
                "path" : "pages/employment-certification/employment-certification",
                "style" : 
                {
                    "navigationBarTitleText" : "用工认证"
                }
            },
            {
                "path" : "pages/certification-results/certification-results",
                "style" : 
                {
                    "navigationBarTitleText" : "认证结果"
                }
            }
        ]
    }],
    "preloadRule":{
        "pages/mine/mine":{
            "network": "all",
            "packages": ["packageA"]
        }
    },
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "",
        "navigationBarBackgroundColor": "#fff",
        "backgroundColor": "#F8F8F8"
    },
    "tabBar": {
        "color": "#999999",
        "selectedColor": "#222222",
        "borderStyle": "black",
        "backgroundColor": "#fff",
        "list": [
            {
                "pagePath": "pages/index/index",
                "iconPath": "static/icon/nav_home_sel@2x (1).png",
                "selectedIconPath": "static/icon/nav_home_sel@2x.png",
                "text": "首页"
            },
            {
                "pagePath": "pages/demand-hall/demand-hall",
                "iconPath": "static/icon/nav_order@2x.png",
                "selectedIconPath": "static/icon/nav_order_sel@2x.png",
                "text": "订单"
            },
            {
                "pagePath": "pages/mine/mine",
                "iconPath": "static/icon/nav_mine@2x.png",
                "selectedIconPath": "static/icon/nav_mine_sel@2x.png",
                "text": "我的"
            }
        ]
    }
}