加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.16 KB
一键复制 编辑 原始数据 按行查看 历史
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"enablePullDownRefresh": true,
"app-plus": {
"titleNView": {
"titleText": "直播",
"titleAlign": "left",
"buttons": [
{
"type": "menu"
}
]
}
}
}
}
,{
"path" : "pages/my/my",
"style" :
{
"app-plus": {
"titleNView": {
"titleText": "个人中心",
"titleAlign": "left",
"buttons": [
{
"type": "menu"
}
]
}
}
}
}
,{
"path" : "pages/live/live",
"style" :
{
"app-plus": {
"titleNView":false
}
}
},{
"path": "pages/coin/coin",
"style": {
"navigationBarTitleText": "我的余额",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
}
},{
"path" : "pages/create-live/create-live",
"style" :
{
"app-plus": {
"titleNView":false
}
}
}
,{
"path" : "pages/liveroom/liveroom",
"style" :
{
"app-plus": {
"titleNView":false
}
}
}
,{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText": "登录注册"
}
},{
"path" : "pages/user-set/user-set",
"style" :
{
"navigationBarTitleText": "我的设置"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "帝莎直播",
"navigationBarBackgroundColor": "#8745FF",
"backgroundColor": "#8745FF"
},
"tabBar": {
"color": "#707070",
"selectedColor": "#8745FF",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"midButton": {
"iconPath": "static/tabbar/min.png",
"iconWidth": "60px",
"height": "65px"
},
"list": [
{
"iconPath":"./static/tabbar/find.png",
"selectedIconPath": "static/tabbar/find-selected.png",
"pagePath": "pages/index/index",
"text":"发现"
},{
"iconPath":"./static/tabbar/my.png",
"selectedIconPath": "static/tabbar/my-selected.png",
"pagePath": "pages/my/my",
"text":"我的"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化