pages.json
4.0 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
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
{
"path": "pages/index/index", // 首页
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/index/position", // 定位
"style": {
"navigationBarTitleText": "定位",
"navigationBarBackgroundColor": "#ffffff"
}
},
{
"path": "pages/index/positionStore", // 定位门店
"style": {
"navigationBarTitleText": "门店",
"navigationBarBackgroundColor": "#ffffff"
}
},
{
"path": "pages/index/search", // 搜索
"style": {
"navigationBarTitleText": "搜索",
"navigationBarBackgroundColor": "#ffffff"
}
},
{
"path": "pages/cate/index", // 分类
"style": {
"navigationBarTitleText": "分类",
"navigationBarBackgroundColor": "#ffffff"
}
},
{
"path": "pages/cate/goodsDetail", // 商品详情
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#ffffff"
}
},
{
"path": "pages/car/index", // 购物车
"style": {
"navigationBarTitleText": "购物车",
"navigationBarBackgroundColor": "#f6f6f6"
}
},
{
"path": "pages/car/confirmPayment", // 确认付款
"style": {
"navigationBarTitleText": "确认付款",
"navigationBarBackgroundColor": "#f6f6f6"
}
},
{
"path": "pages/car/orderCenter", // 订单中心
"style": {
"navigationBarTitleText": "订单中心",
"navigationBarBackgroundColor": "#f6f6f6"
}
},
{
"path": "pages/car/goodsState", // 商品状态
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/index", // 我的
"style": {
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#f6f6f6"
}
},
{
"path": "pages/mine/coupons", // 我的优惠券
"style": {
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#34B16B"
}
},
{
"path": "pages/mine/paymentCode", // 付款吗
"style": {
"navigationBarTitleText": "充值",
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/topUp", // 充值
"style": {
"navigationBarTitleText": "充值",
"navigationBarBackgroundColor": "#ffffff"
}
},
{
"path": "pages/mine/balance", // 余额明细
"style": {
"navigationBarTitleText": "余额明细",
"navigationBarBackgroundColor": "#ffffff"
}
},
{
"path": "pages/mine/wallet", // 钱包
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/mine/center", // 个人中心
"style": {
"navigationBarTitleText": "个人中心",
"navigationBarBackgroundColor": "#ffffff"
}
},
{
"path": "pages/mine/changePhone", // 修改手机号
"style": {
"navigationBarTitleText": "修改手机号",
"navigationBarBackgroundColor": "#ffffff"
}
},
{
"path": "pages/mine/message", // 平台消息
"style": {
"navigationBarTitleText": "平台消息",
"navigationBarBackgroundColor": "#ffffff"
}
},
{
"path": "pages/login/login", // 登录页
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/login/info", // 完善信息
"style": {
"navigationStyle": "custom"
}
}
],
"tabBar": {
"iconfontSrc": "",
"selectedColor": "#333",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/static/tabBar/home1.png",
"selectedIconPath": "/static/tabBar/home11.png"
},
{
"pagePath": "pages/cate/index",
"text": "分类",
"iconPath": "/static/tabBar/cate1.png",
"selectedIconPath": "/static/tabBar/cate11.png"
},
{
"pagePath": "pages/car/index",
"text": "购物车",
"iconPath": "/static/tabBar/car1.png",
"selectedIconPath": "/static/tabBar/car11.png"
},
{
"pagePath": "pages/mine/index",
"text": "会员",
"iconPath": "/static/tabBar/mine1.png",
"selectedIconPath": "/static/tabBar/mine11.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}