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
772 B

{
"pages": [{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/live/live",
"style": {
"navigationBarTitleText": "直播广场"
}
},
{
"path": "pages/club/club",
"style": {
"navigationBarTitleText": "俱乐部"
}
}
],
"tabBar": {
"list": [
{
"pagePath": "pages/home/home",
"text": "首页"
},
{
"pagePath": "pages/club/club",
"text": "俱乐部"
},
{
"pagePath": "pages/live/live",
"text": "直播"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
}
}