56 lines
1.1 KiB
JSON
56 lines
1.1 KiB
JSON
|
{
|
|||
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|||
|
{
|
|||
|
"path": "pages/room/room_list",
|
|||
|
"style": {
|
|||
|
"navigationBarTitleText": "直播列表"
|
|||
|
// "navigationStyle": "custom"
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"path": "pages/room/create_room",
|
|||
|
"style": {
|
|||
|
"navigationBarTitleText": "创建直播间"
|
|||
|
|
|||
|
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"path": "pages/live/anchor",
|
|||
|
"style": {
|
|||
|
"navigationBarTitleText": "",
|
|||
|
"navigationStyle": "custom"
|
|||
|
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"path": "pages/live/spectator",
|
|||
|
"style": {
|
|||
|
"navigationBarTitleText": "观众直播间",
|
|||
|
"navigationStyle": "custom"
|
|||
|
}
|
|||
|
},{
|
|||
|
"path": "pages/live/histroyroom",
|
|||
|
"style": {
|
|||
|
"navigationBarTitleText": "历史直播间",
|
|||
|
"navigationStyle": "custom"
|
|||
|
}
|
|||
|
},
|
|||
|
{
|
|||
|
"path": "pages/login/login",
|
|||
|
"style": {
|
|||
|
"navigationBarTitleText": "登录",
|
|||
|
"navigationStyle": "custom"
|
|||
|
}
|
|||
|
}
|
|||
|
|
|||
|
],
|
|||
|
"globalStyle": {
|
|||
|
"navigationBarTextStyle": "black",
|
|||
|
"navigationBarTitleText": "uni-app",
|
|||
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|||
|
"backgroundColor": "#F8F8F8"
|
|||
|
},
|
|||
|
"uniIdRouter": {}
|
|||
|
}
|