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