Crmeb/app/app.json
2025-04-28 17:55:43 +08:00

47 lines
1.1 KiB
JSON

{
"usingComponents": {
"van-button": "@vant/weapp/button/index"
},
"pages": [
"pages/index/index",
"pages/shopping/shopping",
"pages/mine/mine",
"pages/logs/logs",
"pages/search/search"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "嗨果嗨鲜",
"navigationBarBackgroundColor": "#ffffff"
},
"componentFramework": "glass-easel",
"sitemapLocation": "sitemap.json",
"lazyCodeLoading": "requiredComponents",
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text":"首页",
"iconPath": "/images/shouye.png",
"selectedIconPath": "/images/shouye1.png"
},
{
"pagePath": "pages/shopping/shopping",
"text":"购物车",
"iconPath": "/images/gouwuche.png",
"selectedIconPath": "/images/gouwuche1.png"
},
{
"pagePath": "pages/mine/mine",
"text":"我的",
"iconPath": "/images/wodedangxuan.png",
"selectedIconPath": "/images/wodedangxuan1.png"
}
]
}
}