[ app.json.json 文件错误] app.json: app.json
SyntaxError: Unexpected token in JSON at position 304(env: Windows,mp,1.05.2106300; lib: 2.18.0)
什么意思啊?怎么改?
{
"pages":[
"pages/index/index",
"pages/logs/logs"
],
"window":{
"backgroundTextStyle":"dark",
"navigationBarBackgroundColor": "#f89",
"navigationBarTitleText": "梦想",
"navigationBarTextStyle":"white"
},
"style": "v2",
"sitemapLocation": "sitemap.json",
"tabBar": {
"list":[
{
"pagePath":"pages/index/index",
"iconPath":"pages/images/p2.png",
"selectedIconPath": "pages/images/p2.png",
"text":"首页"
},
{
"pagePath":"pages/detail/detail",
"iconPath":"pages/images/pp.png",
"selectedIconPath": "pages/images/pp.png",
"text":"详情"
}
],
"selectedColor": "#f99"
}
}