doum
2026-04-29 59b1f0e9967902aa10f5e017d5a0bdfd1b60c9ea
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
{
    "easycom": {
        "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
    },
    "pages": [
        {
            "path": "pages/guide-page/guide-page",
            "style": {
                "app-plus": {
                    "titleNView": false
                }
            }
        },
        {
            "path": "pages/index/index",
            "style": {
                "navigationStyle": "custom",
                "app-plus": {
                    "titleNView": false
                }
            }
        },
        {
            "path": "pages/mine/mine",
            "style": {
                "navigationStyle": "custom",
                "app-plus": {
                    "titleNView": false
                }
            }
        },
        {
            "path": "pages/order/order",
            "style": {
                "navigationStyle": "custom",
                "app-plus": {
                    "titleNView": false
                }
            }
        },
        {
            "path": "pages/order-detail/order-detail",
            "style": {
                "navigationStyle": "custom",
                "app-plus": {
                    "titleNView": false
                }
            }
        },
        {
            "path": "pages/message/message",
            "style": {
                "navigationStyle": "custom",
                "app-plus": {
                    "titleNView": false
                }
            }
        },
        {
            "path": "pages/login/login",
            "style": {
                "app-plus": {
                    "titleNView": false
                }
            }
        },
        {
            "path": "pages/settings/settings",
            "style": {
                "navigationBarTitleText": "设置"
            }
        },
        {
            "path": "pages/change-password/change-password",
            "style": {
                "navigationBarTitleText": "修改密码"
            }
        },
        {
            "path": "pages/driver-certification/driver-certification",
            "style": {
                "navigationBarTitleText": "司机认证"
            }
        },
        {
            "path": "pages/certification-details/certification-details",
            "style": {
                "navigationBarTitleText": "司机认证"
            }
        },
        {
            "path": "pages/wallet/wallet",
            "style": {
                "navigationBarTitleText": "司机钱包"
            }
        },
        {
            "path": "pages/withdraw/withdraw",
            "style": {
                "navigationBarTitleText": "提现"
            }
        },
        {
            "path": "pages/withdraw-success/withdraw-success",
            "style": {
                "navigationBarTitleText": "提现"
            }
        },
        {
            "path": "pages/agreement/agreement",
            "style": {
                "navigationBarTitleText": "协议"
            }
        }
    ],
    "globalStyle": {
        "navigationBarTextStyle": "black",
        "navigationBarTitleText": "uni-app",
        "navigationBarBackgroundColor": "#F8F8F8",
        "backgroundColor": "#F8F8F8"
    },
    "tabBar": {
        "color": "#999999",
        "selectedColor": "#222222",
        "borderStyle": "black",
        "backgroundColor": "#fff",
        "list": [
            {
                "pagePath": "pages/index/index",
                "iconPath": "static/tabbar/nav_home_sel@2x.png",
                "selectedIconPath": "static/tabbar/nav_home_sel@2x1.png",
                "text": "大厅"
            },
            {
                "pagePath": "pages/order/order",
                "iconPath": "static/tabbar/nav_order@2x.png",
                "selectedIconPath": "static/tabbar/nav_order@2x1.png",
                "text": "订单"
            },
            {
                "pagePath": "pages/message/message",
                "iconPath": "static/tabbar/nav_xiaoxi@2x.png",
                "selectedIconPath": "static/tabbar/nav_xiaoxi@2x1.png",
                "text": "消息"
            },
            {
                "pagePath": "pages/mine/mine",
                "iconPath": "static/tabbar/nav_mine@2x.png",
                "selectedIconPath": "static/tabbar/nav_mine@2x1.png",
                "text": "我的"
            }
        ]
    },
    "uniIdRouter": {}
}