57 lines
1.4 KiB
JSON
57 lines
1.4 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/my/my",
|
|
"pages/message/message",
|
|
"pages/talk/talk",
|
|
"pages/product/product",
|
|
"pages/index/list",
|
|
"pages/index/finish/finish",
|
|
"pages/index/cancel/cancel",
|
|
"pages/money/money",
|
|
"pages/Statistics/Statistics",
|
|
"pages/login/login",
|
|
"pages/test/test",
|
|
"pages/evaluate/evaluate",
|
|
"pages/orderManagement/orderManagement",
|
|
"pages/blueTooth/blueTooth",
|
|
"pages/more/more",
|
|
"pages/merchant/merchant",
|
|
"pages/Printer/Printer",
|
|
"pages/distribution/distribution",
|
|
"pages/manage/manage",
|
|
"pages/testone/testone",
|
|
"pages/testfour/testfour",
|
|
"pages/three/three"
|
|
],
|
|
"window": {
|
|
"defaultTitle": "uni-app",
|
|
"titleBarColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"selectedColor": "#4095e5",
|
|
"items": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"name": "订单",
|
|
"icon": "static/order.png",
|
|
"activeIcon": "static/orderSelected.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/message/message",
|
|
"name": "消息",
|
|
"icon": "static/message.png",
|
|
"activeIcon": "static/messageSelected.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/my",
|
|
"name": "我的",
|
|
"icon": "static/shop.png",
|
|
"activeIcon": "static/shopSelected.png"
|
|
}
|
|
]
|
|
},
|
|
"subPackageBuildType": "shared",
|
|
"usingComponents": {}
|
|
} |