1 Star 0 Fork 2

xinhua6/yoki直播

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 1.84 KB
一键复制 编辑 原始数据 按行查看 历史
蔡继周 提交于 2020-11-14 19:42 . 充值,推流页面更新
{
"easycom": {
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"app-plus": {
"titleNView": {
"titleText": "直播",
"titleAlign": "left",
"buttons": [{
"type": "menu"
}]
}
}
}
}, {
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "uni-app",
"enablePullDownRefresh": false //禁止刷新
}
}, {
"path": "pages/live/live",
"style": {
"app-plus": {
"titleNView": false
}
}
}, {
"path": "pages/coin/coin",
"style": {
"navigationBarTitleText": "我的余额",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor":"#FFFFFF",
"navigationBarTextStyle":"black"
}
}
,{
"path" : "pages/create-live/create-live",
"style" : {
"app-plus":{
"titleNView":false
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "yoki",
"navigationBarBackgroundColor": "#8745FF",
"backgroundColor": "#8745FF"
},
"tabBar": {
"color": "#707070",
"selectedColor": "#8745FF",
"backgroundColor": "#FFFFFF",
"borderStyle": "black",
"midButton": {
"iconPath": "static/tabbar/min.png",
"height": "65px",
"iconWidth": "60px"
},
"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 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xinhua6/yoki-live.git
[email protected]:xinhua6/yoki-live.git
xinhua6
yoki-live
yoki直播
master

搜索帮助