{
"pages":[
"pages/home/index",
"pages/category/index",
"pages/cart/index",
"pages/me/index"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fbf9fe",
"navigationBarTitleText": "米修",
"navigationBarTextStyle":"black"
},
"tabBar": {
"list": [
{
"pagePath": "pages/home/index",
"text": "首页"
},
{
"pagePath": "pages/category/index",
"text": "分类"
},
{
"pagePath": "pages/cart/index",
"text": "购物车"
},
{
"pagePath": "pages/me/index",
"text": "我的"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
必填的写上
把"style":"v2"去掉试试