50 lines
1.4 KiB
JSON

{
"pages":[
"pages/firstpage/firstpage",
"pages/home/home",
"pages/order/order",
"pages/index/index",
"pages/authorizationPage/index",
"pages/openAuthentication/index"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#01ae42"
},
"tabBar": {
"selectedColor":"#01ae42",
"list": [
{
"pagePath":"pages/home/home",
"text": "供应商",
"iconPath":"./utils/images/shouye1.png",
"selectedIconPath":"./utils/replace-images/shouye.png"
}, {
"pagePath": "pages/order/order",
"text": "订单",
"iconPath":"./utils/images/dingdan1.png",
"selectedIconPath":"./utils/replace-images/dingdan.png"
}, {
"pagePath": "pages/index/index",
"text": "个人中心",
"iconPath":"./utils/images/gerenzhongxin1.png",
"selectedIconPath":"./utils/replace-images/gerenzhongxin.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"useExtendedLib": {
"kbone": true,
"weui": true
},
"usingComponents": {
"mp-navigation-bar": "weui-miniprogram/navigation-bar/navigation-bar",
"i-load-more": "components/load-more/index",
"i-no-data": "components/no-data-available/index",
"scroll-y": "components/scroll-y/scroll-y"
}
}