{
"pages": [
"pages/home/index",
"pages/index/index",
"pages/logs/logs",
"pages/movie/index",
"pages/ticket/index",
"pages/cinema/index",
"pages/main/index"
],
"tabBar": {
"custom": true,
"list": [
{
"pagePath": "pages/home/index"
},
{
"pagePath": "pages/movie/index"
},
{
"pagePath": "pages/ticket/index"
},
{
"pagePath": "pages/cinema/index"
},
{
"pagePath": "pages/main/index"
}
]
},
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#22262d",
"navigationBarTitleText": "萤火虫电影",
"navigationBarTextStyle": "white"
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
微信小程序项目中出现这种错误怎么解决?