1 Star 0 Fork 24

ycdng/uni-app音乐书库

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.21 KB
一键复制 编辑 原始数据 按行查看 历史
burtyang 提交于 2018-12-14 13:48 . 我的电子音乐
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/music/index",
"style": {
"navigationBarTitleText": "音乐",
"onReachBottomDistance": 50,
"enablePullDownRefresh": true
}
},{
"path": "pages/me/index",
"style": {
"navigationBarTitleText": "个人名片"
}
},{
"path": "pages/musicplayer/index",
"style": {
"navigationBarTitleText": ""
}
},{
"path": "pages/books/index",
"style": {
"navigationBarTitleText": "中科华标书库",
"backgroundColor": "#999999",
"onReachBottomDistance": 50,
"enablePullDownRefresh": true
}
},{
"path": "pages/comments/index",
"style": {}
},{
"path": "pages/detail/index",
"style": {}
}
],
"globalStyle": {
"navigationBarTitleText": "我的音乐",
"navigationBarBackgroundColor": "#1AA034",
"backgroundColor": "#1AA034"
},
"tabBar": { //底部选项卡
"color": "#333333",
"selectedColor":"#1AA034",
"borderStyle":"black",
"list": [ //tab选项
{
"text": "音乐",
"pagePath":"pages/music/index",
"iconPath": "static/img/music.png",
"selectedIconPath": "static/img/music_hl.png"
},{
"text": "图书",
"pagePath": "pages/books/index",
"iconPath": "static/img/book.png",
"selectedIconPath": "static/img/book-active.png"
},{
"text": "个人中心",
"pagePath":"pages/me/index",
"iconPath": "static/img/yuedu.png",
"selectedIconPath": "static/img/yuedu_hl.png"
}
]
},
"condition":{ //模式配置,仅在开发期间生效
"current": 0, //当前激活的模式(list的索引项)
"list": [
{
"name": "音乐", //模式名称
"path": "pages/music/index"//启动页面,必选
//"query": "shop_id=1" //启动参数,在页面的onLoad函数里面得到
},{
"name": "个人名片", //模式名称
"path": "pages/me/index", //启动页面,必选
"query": "a=1&b=2" //启动参数,在页面的onLoad函数里面得到
},{
"name": "音乐播放器", //模式名称
"path": "pages/musicplayer/index", //启动页面,必选
"query": "index=0" //启动参数,在页面的onLoad函数里面得到
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yangcd_535/uniapp_music_library.git
git@gitee.com:yangcd_535/uniapp_music_library.git
yangcd_535
uniapp_music_library
uni-app音乐书库
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385