87 lines
2.2 KiB
JSON
87 lines
2.2 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "易分宝回收",
|
|
"navigationBarBackgroundColor": "#10b981",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/price/price",
|
|
"style": {
|
|
"navigationBarTitleText": "今日价格",
|
|
"navigationBarBackgroundColor": "#10b981",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/weigh/weigh",
|
|
"style": {
|
|
"navigationBarTitleText": "称重回收",
|
|
"navigationBarBackgroundColor": "#10b981",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/bluetooth/bluetooth",
|
|
"style": {
|
|
"navigationBarTitleText": "蓝牙连接",
|
|
"navigationBarBackgroundColor": "#10b981",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/order/list",
|
|
"style": {
|
|
"navigationBarTitleText": "订单列表",
|
|
"navigationBarBackgroundColor": "#10b981",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/order/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "订单详情",
|
|
"navigationBarBackgroundColor": "#10b981",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/user/profile",
|
|
"style": {
|
|
"navigationBarTitleText": "个人中心",
|
|
"navigationBarBackgroundColor": "#10b981",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "易分宝现场回收",
|
|
"navigationBarBackgroundColor": "#10b981",
|
|
"backgroundColor": "#f5f5f5"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#10b981",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#ffffff",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "static/icons/home.png",
|
|
"selectedIconPath": "static/icons/home-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/order/list",
|
|
"text": "订单",
|
|
"iconPath": "static/icons/order.png",
|
|
"selectedIconPath": "static/icons/order-active.png"
|
|
}
|
|
]
|
|
}
|
|
}
|