安徽骏飞影业有限公司 - 微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

46 lines
990 B

{
"tabBar": {
"custom": true,
"color": "#000000",
"selectedColor": "#000000",
"backgroundColor": "#000000",
"list": [
{
"pagePath": "pages/home/home",
"text": "首页"
},
{
"pagePath": "pages/setDisplay/setDisplay",
"text": "片场展示"
},
{
"pagePath": "pages/contactUs/contactUs",
"text": "联系我们"
}
]
},
"usingComponents": {
"van-config-provider": "@vant/weapp/config-provider/index"
},
"lazyCodeLoading": "requiredComponents",
"pages": [
"pages/home/home",
"pages/contactUs/contactUs",
"pages/setDisplay/setDisplay",
"pages/details/details",
"pages/logs/logs"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
},
"permission": {
"scope.userLocation": {
"desc": "导航需要"
}
},
"sitemapLocation": "sitemap.json"
}