代码拉取完成,页面将自动刷新
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "书城",
"backgroundColor": "#FFFFFF",
"navigationBarBackgroundColor": "#FFFFFF",
"app-plus": {
"titleNView": {
"searchInput": {
"align": "left",
"backgroundColor": "#f8f8f9",
"borderRadius": "13px",
"placeholder": "搜索您想看的书本",
"placeholderColor": "#808695",
"disabled": true
}
}
}
}
}, {
"path": "pages/bookDetail/bookDetail",
"style": {
"navigationBarTitleText": "详情",
"backgroundColor": "#FFFFFF",
"navigationBarBackgroundColor": "#FFFFFF"
}
}, {
"path": "pages/ranking/ranking",
"style": {
"navigationBarTitleText": "排行榜",
"backgroundColor": "#FFFFFF",
"navigationBarBackgroundColor": "#FFFFFF"
}
},
{
"path": "pages/bookshelf/bookshelf",
"style": {
"navigationBarTitleText": "书架"
}
}, {
"path": "pages/ucenter/ucenter",
"style": {
"navigationBarTitleText": "我的",
"app-plus": {
"titleNView": false
}
}
}, {
"path": "pages/category/category",
"style": {
"navigationBarTitleText": "分类",
"backgroundColor": "#FFFFFF",
"navigationBarBackgroundColor": "#FFFFFF"
}
}, {
"path": "pages/category/categoryDetail",
"style": {
"navigationBarTitleText": "分类详情",
"backgroundColor": "#FFFFFF",
"navigationBarBackgroundColor": "#FFFFFF",
"enablePullDownRefresh" : false, // 删除此项: 不开启系统自带的下拉刷新, 默认false
"disableScroll": true, // 禁止原生页面滚动, 解决Android小程序下拉卡顿的问题
"app-plus": {
"bounce": "none" ,// 取消APP端iOS回弹,避免与下拉刷新冲突 (可统一配在 'globalStyle')
"titleNView": false
}
}
}, {
"path": "pages/redBook/redBook",
"style": {
"app-plus": {
"titleNView": false
}
}
}, {
"path": "pages/index/searchBook/searchBook",
"style": {
"app-plus": {
"titleNView": false
}
}
}, {
"path": "pages/bookInfo/bookInfo",
"style": {
"navigationBarTitleText": "书籍详情",
"transparentTitle": "auto", //渐变
"app-plus": {
"titleNView": {
"type": "transparent",
"buttons": [{
"text": "书架",
"fontSize": "14px",
"color": "#007AFF"
}]
}
}
}
}, {
"path": "pages/catalog/catalog",
"style": {
"navigationBarTitleText": "小说目录"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
}, {
"path": "pages/login/forget",
"style": {
"navigationBarTitleText": "找回密码"
}
}, {
"path": "pages/login/register",
"style": {
"navigationBarTitleText": "注册"
}
}, {
"path": "pages/bookInfo/comment/comment",
"style": {
"navigationBarTitleText": "评论",
"app-plus": {
// "softinputMode":"adjustResize",
"titleNView": {
"buttons": [{
"text": "发布",
"fontSize": "14"
}]
}
}
}
}, {
"path": "pages/cacheManagement/cacheManagement",
"style": {
"navigationBarTitleText": "缓存管理"
}
}
],
"tabBar": {
"color": "#999",
"selectedColor": "#E14A4A",
"backgroundColor": "#fff",
"borderStyle": "black",
"list": [{
"pagePath": "pages/index/index",
"text": "书城",
"iconPath": "/static/images/tabBar/bookstore-o.png",
"selectedIconPath": "/static/images/tabBar/bookstore.png"
},
{
"pagePath": "pages/bookshelf/bookshelf",
"text": "书架",
"iconPath": "/static/images/tabBar/bookshelf-o.png",
"selectedIconPath": "/static/images/tabBar/bookshelf.png"
},
{
"pagePath": "pages/ucenter/ucenter",
"text": "我的",
"iconPath": "/static/images/tabBar/personal-o.png",
"selectedIconPath": "/static/images/tabBar/personal.png"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "书城",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。