Blame view
src/pages.json
5.19 KB
eab89b254 updates |
1 |
{ |
f8698caa3 s |
2 |
"pages": [ |
eab89b254 updates |
3 |
{ |
edcf8c414 s |
4 |
"path": "pages/user/user", |
f8698caa3 s |
5 |
"style": { |
edcf8c414 s |
6 |
"navigationBarTitleText": "我的" |
eab89b254 updates |
7 8 9 |
} }, { |
edcf8c414 s |
10 |
"path": "pages/addOpticsData/addOpticsData", |
f8698caa3 s |
11 |
"style": { |
edcf8c414 s |
12 |
"navigationBarTitleText": "验光数据" |
eab89b254 updates |
13 14 15 |
} }, { |
edcf8c414 s |
16 17 18 |
"path": "pages/index/index", "style": { "navigationBarTitleText": "商城一览" |
eab89b254 updates |
19 20 21 |
} }, { |
f8698caa3 s |
22 23 24 |
"path": "pages/detailsChoiceArgs/detailsChoiceArgs", "style": { "navigationBarTitleText": "镜片名称名称" |
eab89b254 updates |
25 26 27 |
} }, { |
f8698caa3 s |
28 29 30 |
"path": "pages/purchaseLenses/purchaseLenses", "style": { "navigationBarTitleText": "产品选购" |
eab89b254 updates |
31 32 33 |
} }, { |
f8698caa3 s |
34 35 36 |
"path": "pages/lensDetails/lensDetails", "style": { "navigationBarTitleText": "产品详情" |
eab89b254 updates |
37 38 39 |
} }, { |
f8698caa3 s |
40 41 42 |
"path": "pages/myOrderPaying/myOrderPaying", "style": { "navigationBarTitleText": "我的订单" |
eab89b254 updates |
43 44 45 |
} }, { |
f8698caa3 s |
46 47 48 |
"path": "pages/myOrder/myOrder", "style": { "navigationBarTitleText": "我的订单" |
eab89b254 updates |
49 50 51 |
} }, { |
f8698caa3 s |
52 53 54 |
"path": "pages/cart/cart", "style": { "navigationBarTitleText": "购物车" |
eab89b254 updates |
55 56 57 |
} }, { |
f8698caa3 s |
58 59 60 |
"path": "pages/frameDetail/frameDetail", "style": { "navigationBarTitleText": "产品详情" |
eab89b254 updates |
61 62 63 |
} }, { |
f8698caa3 s |
64 65 66 |
"path": "pages/refundProgress/refundProgress", "style": { "navigationBarTitleText": "申请退款" |
eab89b254 updates |
67 68 69 |
} }, { |
edcf8c414 s |
70 |
"path": "pages/address/addAddress", |
f8698caa3 s |
71 72 |
"style": { "navigationBarTitleText": "新增地址" |
9a8f39ae3 订单 |
73 |
} |
eab89b254 updates |
74 75 |
}, { |
edcf8c414 s |
76 77 78 |
"path": "pages/address/addressList", "style": { "navigationBarTitleText": "地址管理" |
9a8f39ae3 订单 |
79 |
} |
eab89b254 updates |
80 81 |
}, { |
f8698caa3 s |
82 83 84 |
"path": "pages/confirmOrder/confirmOrder", "style": { "navigationBarTitleText": "确认订单" |
9a8f39ae3 订单 |
85 |
} |
eab89b254 updates |
86 87 |
}, { |
f8698caa3 s |
88 89 90 |
"path": "pages/refundment/refundWays", "style": { "navigationBarTitleText": "退款方式" |
9a8f39ae3 订单 |
91 |
} |
eab89b254 updates |
92 93 |
}, { |
f8698caa3 s |
94 95 96 |
"path": "pages/refundment/refundment", "style": { "navigationBarTitleText": "申请退款" |
eab89b254 updates |
97 98 99 |
} }, { |
f8698caa3 s |
100 101 102 |
"path": "pages/predelivery/predelivery", "style": { "navigationBarTitleText": "待发货" |
eab89b254 updates |
103 104 105 |
} }, { |
f8698caa3 s |
106 107 108 |
"path": "pages/customerService/customerService", "style": { "navigationBarTitleText": "在线客服" |
eab89b254 updates |
109 110 111 |
} }, { |
f8698caa3 s |
112 113 114 |
"path": "pages/detailStandard/detailStandard_sun", "style": { "navigationBarTitleText": "太阳镜选购页" |
eab89b254 updates |
115 116 117 |
} }, { |
f8698caa3 s |
118 119 120 121 122 123 |
"path": "pages/detailStandard/detailStandard_k", "style": { "navigationBarTitleText": "镜框选购页" } }, { |
edcf8c414 s |
124 |
"path": "pages/newOpticsData/newOpticsData", |
f8698caa3 s |
125 126 |
"style": { "navigationBarTitleText": "验光数据" |
eab89b254 updates |
127 |
} |
51a5fe4d8 镜架和太阳镜功能选构页 |
128 |
} |
eab89b254 updates |
129 |
], |
f8698caa3 s |
130 131 132 133 134 |
"globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" |
eab89b254 updates |
135 |
}, |
f8698caa3 s |
136 137 138 139 140 141 |
"tabBar": { "color": "#C0C4CC", "selectedColor": "#fa436a", "borderStyle": "black", "backgroundColor": "#ffffff", "list": [ |
eab89b254 updates |
142 |
{ |
f8698caa3 s |
143 144 145 146 |
"pagePath": "pages/index/index", "iconPath": "static/tab-home.png", "selectedIconPath": "static/tab-home-current.png", "text": "首页" |
eab89b254 updates |
147 148 |
}, { |
f8698caa3 s |
149 150 151 152 |
"pagePath": "pages/cart/cart", "iconPath": "static/tab-cart.png", "selectedIconPath": "static/tab-cart-current.png", "text": "购物车" |
eab89b254 updates |
153 154 |
}, { |
f8698caa3 s |
155 156 157 158 |
"pagePath": "pages/user/user", "iconPath": "static/tab-my.png", "selectedIconPath": "static/tab-my-current.png", "text": "我的" |
eab89b254 updates |
159 160 161 |
} ] }, |
f8698caa3 s |
162 |
"condition": { |
edcf8c414 s |
163 |
"current": 0, |
f8698caa3 s |
164 |
"list": [ |
eab89b254 updates |
165 |
{ |
edcf8c414 s |
166 167 168 169 170 171 172 173 174 175 176 177 178 179 |
"name": "首页", "path": "pages/index/index", "query": "" }, { "name": "镜片、美瞳参数选购", "path": "pages/purchaseLenses/purchaseLenses", "query": "" }, { "name": "新增地址", "path": "pages/address/addAddress", "query": "" }, |
eab89b254 updates |
180 |
{ |
edcf8c414 s |
181 182 183 |
"name": "地址管理", "path": "pages/address/addressList", "query": "" |
eab89b254 updates |
184 185 186 |
} ] } |
bbdb26d05 s |
187 |
} |