1 Star 0 Fork 14

问世间情为何物/live-uniapp

forked from lio/live-uniapp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.61 KB
一键复制 编辑 原始数据 按行查看 历史
lio 提交于 2021-01-06 18:55 . init
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/login/login",
"style" : {
"navigationBarTitleText":"",
"navigationBarBackgroundColor":"#FFFFFF"
}
},{
"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":"#FFFFFF",
"navigationBarTextStyle": "black"
}
}
,{
"path" : "pages/create-live/create-live",
"style" : {
"app-plus":{
"titleNView":false
}
}
}
,{
"path" : "pages/liveroom/liveroom",
"style" : {
"app-plus":{
"titleNView":false
}
}
}
,{
"path" : "pages/user-set/user-set",
"style" : {
"navigationBarTitleText": "我的设置",
"enablePullDownRefresh": false
}
}
],
"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":"我的"
}]
},
"condition" : { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [
{
"name": "", //模式名称
"path": "", //启动页面,必选
"query": "" //启动参数,在页面的onLoad函数里面得到
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hanzt/live-uniapp.git
[email protected]:hanzt/live-uniapp.git
hanzt
live-uniapp
live-uniapp
master

搜索帮助