```(
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/tabbar/index/index",
"style":
{
"navigationBarTitleText": "智安行",
"navigationStyle": "custom"
}
}
,{
"path" : "pages/tabbar/Personal Center/Personal Center",
"style" :
{
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#24A4F4",
"navigationBarTextStyle": "black"
}
}
,{
"path" :"pages/tabbar/buy/buy"
"style" :
{
"navigationBarTitleText": "购物中心",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#24A4F4",
"navigationBarTextStyle": "black"
}
}
,{
"path" : "pages/tabbar/index/address book/address book"
"style" :
{
"navigationBarTitleText": "通信录",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#24A4F4",
"navigationBarTextStyle": "black"
}
}
,{
"tabBar": {
"color": "#333333",
"selectedColor": "00F1A3",
"borderStyle": "#fff",
"backgroundColor": "#FFFFFF",
"list": [{
"pagePath": "pages/tabbar/index/index",
"text": "首页",
"iconPath": "static/首页.png"
},
{
"pagePath": "pages/tabbar/buy/buy",
"text": "购物",
"iconPath": "static/实物-购物车 (1).png"
},
{
"pagePath": "pages/tabbar/index/address book/address book",
"text": "联系人",
"iconPath": "static/联系人.png"
},
{
"pagePath": "pages/tabbar/positioning/positioning",
"text": "定位",
"iconPath": "static/定向.png"
},
{
"pagePath": "pages/tabbar/Personal Center/Personal Center",
"text": "个人中心",
"iconPath": "static/个人中心.png"
}
]
}
}
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/tabbar/index/index",
"style":
{
"navigationBarTitleText": "智安行",
"navigationStyle": "custom"
}
}
,{
"path" : "pages/tabbar/Personal Center/Personal Center",
"style" :
{
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#24A4F4",
"navigationBarTextStyle": "black"
}
}
,{
"path" :"pages/tabbar/buy/buy"
"style" :
{
"navigationBarTitleText": "购物中心",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#24A4F4",
"navigationBarTextStyle": "black"
}
}
,{
"path" : "pages/tabbar/index/address book/address book"
"style" :
{
"navigationBarTitleText": "通信录",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#24A4F4",
"navigationBarTextStyle": "black"
}
}
,{
"tabBar": {
"color": "#333333",
"selectedColor": "00F1A3",
"borderStyle": "#fff",
"backgroundColor": "#FFFFFF",
"list": [{
"pagePath": "pages/tabbar/index/index",
"text": "首页",
"iconPath": "static/首页.png"
},
{
"pagePath": "pages/tabbar/buy/buy",
"text": "购物",
"iconPath": "static/实物-购物车 (1).png"
},
{
"pagePath": "pages/tabbar/index/address book/address book",
"text": "联系人",
"iconPath": "static/联系人.png"
},
{
"pagePath": "pages/tabbar/positioning/positioning",
"text": "定位",
"iconPath": "static/定向.png"
},
{
"pagePath": "pages/tabbar/Personal Center/Personal Center",
"text": "个人中心",
"iconPath": "static/个人中心.png"
}
]
}
} ,
```
什么问题?