shop-live/pages.json

56 lines
1.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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": {}
}