xiaokuaisong-xiaochengxu/uniapp04/unpackage/dist/dev/mp-alipay/app.json

68 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2024-10-18 07:53:00 +00:00
{
"pages": [
"pages/index/index",
"pages/my/my",
"pages/order/order",
"pages/login/login",
"pages/merchant/merchant",
"pages/about/about",
"pages/food/food",
"pages/drinks/drinks",
"pages/fruits/fruits",
"pages/forums/forums",
"pages/supermarkets/supermarkets",
"pages/points/points",
"pages/more/more",
"pages/run/run",
"pages/orderEvaluation/orderEvaluation",
"pages/merchant/Shopdetails",
"pages/messageCenter/messageCenter",
"pages/talk/talk",
"pages/fullOrder/fullOrder",
"pages/textone/textone",
2025-04-11 06:42:29 +00:00
"pages/texttwo/texttwo",
"pages/testfour/testfour",
"pages/testfour/list/list",
"pages/testFive/testFive",
"pages/testseven/testseven",
"pages/orderSettlement/orderSettlement",
"pages/collect/collect",
"pages/refund/refund",
"pages/goToPay/goToPay",
"pages/testsix/testsix",
"pages/goSearch/goSearch",
"pages/testeleven/testeleven",
"pages/goToRemark/goToRemark",
"pages/testAI/testAI"
2024-10-18 07:53:00 +00:00
],
"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": {}
}