宜呗小程序--微信小程序
Lzk
2025-08-05 b7bcaf556aa2424e808b6e6426ab22df9cfe11c1
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
{
    "easycom": {
        "autoscan": true,
        "custom": {
            "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
        }
    },
    "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
        {
            "path": "pages/loan/index",
            "style": {
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/me/index",
            "style": {
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/index/index",
            "style": {
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/login/index",
            "style": {
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/protocol/index",
            "style": {
                "navigationBarTitleText": ""
            }
        },
        {
            "path": "pages/setting/index",
            "style": {
                "navigationBarTitleText": "系统设置"
            }
        },
 
        {
            "path": "pages/cooperate/index",
            "style": {
                "navigationBarTitleText": "",
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/support/index",
            "style": {
                "navigationBarTitleText": "客服与投诉"
            }
        },
        {
            "path": "pages/order-form/index",
            "style": {
                "navigationBarTitleText": "订单中心"
            }
        },
        {
            "path": "pages/attestation/index",
            "style": {
                "navigationBarTitleText": "身份认证"
            }
        },
        {
            "path": "pages/apply/index",
            "style": {
                "navigationBarTitleText": "额度申请"
            }
        },
        {
            "path": "pages/apply/steps-b",
            "style": {
                "navigationBarTitleText": "额度申请"
            }
        },
        {
            "path": "pages/apply/steps-c",
            "style": {
                "navigationBarTitleText": "额度申请"
            }
        },
        {
            "path": "pages/apply/steps-d",
            "style": {
                "navigationBarTitleText": "",
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/approve/index",
            "style": {
                "navigationBarTitleText": "系统审核"
            }
        },
        {
            "path": "pages/progress/index",
            "style": {
                "navigationBarTitleText": "借款进度"
            }
        },
        {
            "path": "pages/result/index",
            "style": {
                "navigationBarTitleText": "借款结果"
            }
        },
        {
            "path": "pages/result/not",
            "style": {
                "navigationBarTitleText": "宜呗"
            }
        },
        {
            "path": "pages/result/details",
            "style": {
                "navigationBarTitleText": "还款详情"
            }
        },
        {
            "path": "pages/repayment/plan/index",
            "style": {
                "navigationBarTitleText": "还款计划"
            }
        },
        {
            "path": "pages/sign/index",
            "style": {
                "navigationBarTitleText": "银行卡绑卡"
            }
        },
        {
            "path": "pages/replace/index",
            "style": {
                "navigationBarTitleText": "更换银行卡"
            }
        },
        {
            "path": "pages/code/index",
            "style": {
                "navigationBarTitleText": "借款"
            }
        },
        {
            "path": "pages/details/borrow/index",
            "style": {
                "navigationBarTitleText": "借款"
            }
        },
        {
            "path": "pages/details/index",
            "style": {
                "navigationBarTitleText": "还款详情",
                "navigationStyle": "custom"
            }
        },
        {
            "path": "pages/web/index",
            "style": {
                "navigationBarTitleText": "在线客服 "
            }
        },
        {
            "path": "pages/gift/index",
            "style": {
                "navigationBarTitleText": "超级会员"
            }
        },
        {
            "path": "pages/vip/index",
            "style": {
                "navigationBarTitleText": "购买VIP会员"
            }
        },
        {
            "path": "pages/details/confirm/index",
            "style": {
                "navigationBarTitleText": "还款详情"
            }
        },
        {
            "path": "pages/mp_ecard_sdk/index/index",
            "style": {
                "navigationBarTitleText": "腾讯云E证通授权"
            }
        }
    ],
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "",
        "navigationBarBackgroundColor": "#FFFFFF",
        "backgroundColor": "#FFFFFF"
    },
    "uniIdRouter": {}
}