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
{
    "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
        {
            "path" : "pages/login/index",
            "style": {
                "navigationStyle":"custom"
            }
        },
        {
            "path": "pages/index/index",
            "style": {
                "navigationStyle":"custom"
            }
        },
        {
            "path" : "pages/addCard/index",
            "style": {
                "navigationStyle":"custom"
            }
        },
        {
            "path" : "pages/userInfo/index",
            "style": {
                "navigationStyle":"custom"
            }
        },
        {
            "path" : "pages/functionList/balanceRecord/index",
            "style": {
                "navigationStyle":"custom"
            }
        },
        {
            "path" : "pages/functionList/paymentRecord/index",
            "style": {
                "navigationStyle":"custom"
            }
        },
        {
            "path" : "pages/functionList/rechargeRecord/index",
            "style": {
                "navigationStyle":"custom"
            }
        },
        {
            "path" : "pages/functionList/share/cardShare/index",
            "style": {
                "navigationStyle":"custom"
            }
        },
        {
            "path" : "pages/functionList/share/shareConfirm/index",
            "style": {
                "navigationStyle":"custom"
            }
        },
        {
            "path" : "pages/functionList/share/shareList/index",
            "style": {
                "navigationStyle":"custom"
            }
        },
        {
            "path" : "pages/scanWater/index",
            "style": {
                "navigationStyle":"custom"
            }
        },
        {
            "path" : "pages/recharge/index",
            "style": {
                "navigationStyle":"custom"
            }
        },
        {
            "path" : "pages/sendWater/index",
            "style": {
                "navigationStyle":"custom"
            }
        },
        {
            "path" : "pages/preSendWater/index",
            "style": {
                "navigationStyle":"custom"
            }
        },
        {
            "path" : "pages/address/index",
            "style": {
                "navigationStyle":"custom"
            }
        },
        {
            "path" : "pages/addressAdd/index",
            "style": {
                "navigationStyle":"custom"
            }
        },
        {
            "path" : "pages/addressLocate/index",
            "style": {
                "navigationStyle":"custom"
            }
        },
        {
            "path" : "pages/success/index",
            "style": {
                "navigationStyle":"custom"
            }
        },
        {
            "path" : "pages/facilityList/index",
            "style": {
                "navigationStyle":"custom"
            }
        },
        {
            "path" : "pages/station/index",
            "style": {
                "navigationStyle":"custom"
            }
        },
        {
            "path" : "pages/infoBreakdown/index",
            "style": {
                "navigationStyle":"custom"
            }
        },
        {
            "path" : "pages/scanRecharge/index",
            "style": {
                "navigationStyle":"custom"
            }
        },
        {
            "path" : "pages/scanSuccess/index",
            "style": {
                "navigationStyle":"custom"
            }
        },
        {
            "path" : "pages/counterRecharge/index",
            "style": {
                "navigationStyle":"custom"
            }
        },
        // {
        //     "path" : "pages/pointsMall/index",
        //     "style": {
        //         "navigationStyle":"custom"
        //     }
        // },
        {
            "path" : "pages/wxScanWater/index",
            "style": {
                "navigationStyle":"custom"
            }
        }
        // {
        //     "path" : "pages/pointsMall/pointsGetRecord/index",
        //     "style": {
        //         "navigationStyle":"custom"
        //     }
        // },
        // {
        //     "path" : "pages/pointsMall/pointsExchangeRecord/index",
        //     "style": {
        //         "navigationStyle":"custom"
        //     }
        // },
        // {
        //     "path" : "pages/pointsMall/pointsGoodsDetail/index",
        //     "style": {
        //         "navigationStyle":"custom"
        //     }
        // },
        // {
        //     "path" : "pages/pointsMall/pointsrule/index",
        //     "style": {
        //         "navigationStyle":"custom"
        //     }
        // }
        // {
        //     "path" : "pages/adminPlatform/home",
        //     "style": {
        //         "navigationStyle":"custom"
        //     }
        // }
    ],
    "subPackages": [
        {
            "root": "pagesAdmin",
            "pages":[
                {
                    "path":"adminPlatform/home",
                    "style": {
                        "navigationStyle":"custom"
                    }
                },
                {
                    "path" : "adminPlatform/facility",
                    "style": {
                        "navigationStyle":"custom"
                    }
                },
                {
                    "path" : "adminPlatform/facilityDetail",
                    "style": {
                        "navigationStyle":"custom"
                    }
                },
                {
                    "path" : "adminPlatform/inspect",
                    "style": {
                        "navigationStyle":"custom"
                    }
                },
                {
                    "path" : "adminPlatform/params",
                    "style": {
                        "navigationStyle":"custom"
                    }
                },
                {
                    "path" : "adminPlatform/breakdown",
                    "style": {
                        "navigationStyle":"custom"
                    }
                },
                {
                    "path" : "adminPlatform/maintain",
                    "style": {
                        "navigationStyle":"custom"
                    }
                }
            ]
        },
        {
            "root": "pagesPoints",
            "pages":[
                {
                    "path" : "pointsMall/index",
                    "style": {
                        "navigationStyle":"custom"
                    }
                },
                {
                    "path" : "pointsMall/pointsGetRecord/index",
                    "style": {
                        "navigationStyle":"custom"
                    }
                },
                {
                    "path" : "pointsMall/pointsExchangeRecord/index",
                    "style": {
                        "navigationStyle":"custom"
                    }
                },
                {
                    "path" : "pointsMall/pointsGoodsDetail/index",
                    "style": {
                        "navigationStyle":"custom"
                    }
                },
                {
                    "path" : "pointsMall/pointsrule/index",
                    "style": {
                        "navigationStyle":"custom"
                    }
                }
            ]
        }
    ],
    "globalStyle": {
        // "navigationBarTextStyle": "black",
        // "navigationBarTitleText": "uni-app",
        // "navigationBarBackgroundColor": "#F8F8F8",
        // "backgroundColor": "#F8F8F8",
        "navigationStyle": "custom"
        // "autoscan": true
    },
    // "uniIdRouter": {},
    "easycom": {
        "autoscan": true,
        "custom": {
            // uni-ui 规则如下配置
            "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
        }
    }
}