46 lines
1.1 KiB
JSON
46 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"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "嗨果嗨鲜",
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
"navigationStyle": "custom"
|
|
},
|
|
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|