代码拉取完成,页面将自动刷新
{
"pages": [
{
"path": "pages/home/index",
"style": {
"navigationStyle": "custom", //沉浸式
"enablePullDownRefresh":false //关闭下拉刷新
}
},
{
"path": "pages/classify/index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh":false
}
},
{
"path": "pages/bookrack/index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh":false,
"disableScroll": true
}
},
{
"path": "pages/user/index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh":false
}
},
{
"path": "pages/books/books",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh":false,
"disableScroll": true
}
}
],
"globalStyle": {
"navigationStyle": "custom",
"enablePullDownRefresh": false,
"onReachBottomDistance": 80
},
"condition": { //模式配置,仅开发期间生效
"current": 0, //当前激活的模式(list 的索引项)
"list": [{
"name": "test", //模式名称
"path": "pages/home/index" //启动页面,必选
}]
},
"tabBar": {
"color": "#bfbfbf",
"selectedColor": "#000000",
// "borderStyle": "#ebebeb",
"borderStyle": "white",
"backgroundColor": "#fafafa",
"height": "80px",
"fontSize": "10px",
"iconWidth": "24px",
"spacing": "5px",
// "iconfontSrc": "static/iconfont.ttf", // app tabbar 字体.ttf文件路径 app 3.4.4+
"list": [{
"pagePath": "pages/home/index",
"iconPath": "static/images/tabBar/home_1.png",
"selectedIconPath": "static/images/tabBar/home.png",
"text": "书城"
}, {
"pagePath": "pages/classify/index",
"iconPath": "static/images/tabBar/classify_1.png",
"selectedIconPath": "static/images/tabBar/classify.png",
"text": "分类"
}, {
"pagePath": "pages/bookrack/index",
"iconPath": "static/images/tabBar/bookrack_1.png",
"selectedIconPath": "static/images/tabBar/bookrack.png",
"text": "书架"
}, {
"pagePath": "pages/user/index",
"iconPath": "static/images/tabBar/user_1.png",
"selectedIconPath": "static/images/tabBar/user.png",
"text": "我的"
}]
},
"uniIdRouter": {}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。