69 lines
1.8 KiB
JSON
69 lines
1.8 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/my/my",
|
|
"pages/order/order",
|
|
"pages/login/login",
|
|
"pages/merchant/merchant",
|
|
"pages/test/test",
|
|
"pages/about/about",
|
|
"pages/connection/connection",
|
|
"pages/food/food",
|
|
"pages/drinks/drinks",
|
|
"pages/fruits/fruits",
|
|
"pages/errands/errands",
|
|
"pages/forums/forums",
|
|
"pages/supermarkets/supermarkets",
|
|
"pages/vegetables/vegetables",
|
|
"pages/medical/medical",
|
|
"pages/points/points",
|
|
"pages/more/more",
|
|
"pages/address/address",
|
|
"pages/run/run",
|
|
"pages/enter/enter",
|
|
"pages/orderEvaluation/orderEvaluation",
|
|
"pages/message/message",
|
|
"pages/addressList/addressList",
|
|
"pages/extend/extend",
|
|
"pages/merchant/Shopdetails",
|
|
"pages/messageCenter/messageCenter",
|
|
"pages/talk/talk",
|
|
"pages/fullOrder/fullOrder",
|
|
"pages/feedback/feedback",
|
|
"pages/account/account",
|
|
"pages/foodCode/foodCode",
|
|
"pages/textone/textone",
|
|
"pages/blueTooth/blueTooth",
|
|
"pages/texttwo/texttwo"
|
|
],
|
|
"window": {
|
|
"defaultTitle": "uni-app",
|
|
"titleBarColor": "#ffffff",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"selectedColor": "#4095e5",
|
|
"items": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"name": "首页",
|
|
"icon": "static/tabs/home.png",
|
|
"activeIcon": "static/tabs/homeSelected.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/order/order",
|
|
"name": "购物车",
|
|
"icon": "static/tabs/car.png",
|
|
"activeIcon": "static/tabs/carSelected.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/my/my",
|
|
"name": "我的",
|
|
"icon": "static/tabs/wode.png",
|
|
"activeIcon": "static/tabs/wodeSelected.png"
|
|
}
|
|
]
|
|
},
|
|
"subPackageBuildType": "shared",
|
|
"usingComponents": {}
|
|
} |