48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/my/my",
|
|
"pages/orderList/orderList",
|
|
"pages/test/test",
|
|
"pages/map/map",
|
|
"pages/takePhoto/takePhoto",
|
|
"pages/purse/purse",
|
|
"pages/login/login",
|
|
"pages/register/register",
|
|
"pages/authentication/authentication",
|
|
"pages/changeUserMessage/changeUserMessage",
|
|
"pages/orderDetail/orderDetail",
|
|
"pages/deliveryDetail/deliveryDetail"
|
|
],
|
|
"window": {
|
|
"defaultTitle": "uni-app",
|
|
"titleBarColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"textColor": "#B4BCC6",
|
|
"selectedColor": "#2588FF",
|
|
"items": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"name": "首页",
|
|
"icon": "static/tabbar/index.png",
|
|
"activeIcon": "static/tabbar/index1.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/orderList/orderList",
|
|
"name": "订单",
|
|
"icon": "static/tabbar/order.png",
|
|
"activeIcon": "static/tabbar/order1.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/my",
|
|
"name": "我的",
|
|
"icon": "static/tabbar/my.png",
|
|
"activeIcon": "static/tabbar/my1.png"
|
|
}
|
|
]
|
|
},
|
|
"subPackageBuildType": "shared",
|
|
"usingComponents": {}
|
|
} |