Files
2026-07-27 14:07:26 +08:00

45 lines
1.1 KiB
JSON

{
"pages": [
"pages/user/login",
"pages/index/index",
"pages/price/price",
"pages/weigh/weigh",
"pages/bluetooth/bluetooth",
"pages/order/list",
"pages/order/detail",
"pages/user/profile",
"pages/admin/login",
"pages/admin/index",
"pages/admin/order/list",
"pages/admin/price/list",
"pages/admin/user/list",
"pages/admin/statistics"
],
"window": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "易分宝现场回收",
"navigationBarBackgroundColor": "#3366ff",
"backgroundColor": "#f5f5f5"
},
"tabBar": {
"color": "#999999",
"selectedColor": "#3366ff",
"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"
}
]
},
"usingComponents": {}
}