pages.json
5.04 KB
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
{
"easycom": {
"custom": {
"^u-(.*)": "@/uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "@/uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "@/uview-plus/components/u-$1/u-$1.vue"
}
},
"pages": [
{
"path": "pages/home/index",
"style": {
"navigationBarTitleText": "",
/** h5*/
// "navigationBarBackgroundColor": "transparent",
/** 小程序*/
"navigationStyle":"custom",
"navigationBarBackgroundColorr":"#ffffff00"
/** App */
// "app-plus": {
// "titleNView": {
// "type": "float",
// "titleText": ""
// }
// }
}
},
{
"path": "pages/wode/choose/index",
"style": {
"navigationBarTitleText": "账户类型",
"enablePullDownRefresh": false
}
},
{
"path": "pages/order/handler-home/transport-detail/index",
"style": {
"navigationBarTitleText": "收运单详情",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor":"#53c21d",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/order/handler-home/scan-detail/index",
"style": {
"navigationBarTitleText": "收运单扫描",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor":"#53c21d",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/login/index",
"style": {
"navigationBarTitleText": "装饰装修垃圾智慧功能模块登录",
"enablePullDownRefresh": false
}
},{
"path": "pages/login/code",
"style": {
"navigationBarTitleText": "输入验证码",
"enablePullDownRefresh": false
}
},{
"path": "pages/order/other-home/detail/index",
"style": {
"navigationBarTitleText": "订单详情",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#53c21d",
"enablePullDownRefresh": false
}
},{
"path": "pages/order/other-home/success/index",
"style": {
"navigationBarTitleText": "完成订单",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#53c21d",
"enablePullDownRefresh": false
}
},{
"path": "pages/order/other-home/guest/index",
"style": {
"navigationBarTitleText": "详情",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#53c21d",
"enablePullDownRefresh": false
}
},{
"path": "pages/order/other-home/upload/index",
"style": {
"navigationBarTitleText": "上传照片",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#53c21d",
"enablePullDownRefresh": false
}
},{
"path": "pages/order/other-home/evaluate-info/index",
"style": {
"navigationBarTitleText": "评价详情",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#53c21d",
"enablePullDownRefresh": false
}
},{
"path": "pages/order/other-home/evaluate/index",
"style": {
"navigationBarTitleText": "写评价",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#53c21d",
"enablePullDownRefresh": false
}
},
{
"path": "pages/home/clean/company-detail/index",
"style": {
"navigationBarTitleText": "公司信息",
"enablePullDownRefresh": false
}
},
{
"path": "pages/home/clean/index",
"style": {
"navigationBarTitleText": "装修垃圾",
"enablePullDownRefresh": false
}
},
{
"path": "pages/home/address/index",
"style": {
"navigationBarTitleText": "清运地址",
"navigationBarTextStyle":"white",
"navigationBarBackgroundColor":"#53c21d",
"enablePullDownRefresh": false
}
},
{
"path": "pages/home/address/addSite",
"style": {
"navigationBarTitleText": "清运地址",
"navigationBarTextStyle":"white",
"navigationBarBackgroundColor":"#53c21d",
"enablePullDownRefresh": false
}
},
{
"path": "pages/home/search/index",
"style": {
"navigationBarTitleText": "公司搜索",
"enablePullDownRefresh": false
}
},{
"path": "pages/order/index",
"style": {
"navigationBarTitleText": "订单详情",
"navigationBarTextStyle":"white",
"navigationBarBackgroundColor":"#53c21d",
"enablePullDownRefresh": false
}
},{
"path": "pages/wode/index",
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#ffffff",
"enablePullDownRefresh": false
}
}
],
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/home/index",
"iconPath": "static/tabbar/icon/home.png",
"selectedIconPath": "static/tabbar/icon/home-green.png",
"text": "首页"
}, {
"pagePath": "pages/order/index",
"iconPath": "static/tabbar/icon/order.png",
"selectedIconPath": "static/tabbar/icon/order-green.png",
"text": "订单"
}, {
"pagePath": "pages/wode/index",
"iconPath": "static/tabbar/icon/wode.png",
"selectedIconPath": "static/tabbar/icon/wode-green.png",
"text": "我的"
}]
}
,
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}