app_ancientSayings/pages.json

326 lines
7.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
// 初始化页面
"path": "pages/initialization/initialization",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"app-plus": {
"bounce": "none" // 将回弹属性关掉
}
}
},
{
// 协议和政策
"path": "pages/agreement/agreement",
"style": {
"navigationBarTitleText": "",
// "navigationStyle": "custom",
"app-plus": {
"bounce": "none" ,// 将回弹属性关掉
"safearea": {
//安全区域配置仅ioS平台生效
"background": "#FFFFFF", //安全区域外的背景颜色,默认值为"#FFFFFF"
"bottom": {
// 底部安全区域配置
"offset": "auto" // 底部安全区域偏移,"none"表示不空出安全区域,"auto"自动计算空出安全区域,默认值为"none"
}
}
}
}
},
{
"path": "pages/bookCity/bookCity/index",
"style": {
"navigationBarTitleText": "书城",
"navigationStyle": "custom",
"app-plus": {
"bounce": "none" // 将回弹属性关掉
}
}
},
{
"path": "pages/bookshelf/bookshelf/index",
"style": {
"navigationBarTitleText": "书架",
"navigationStyle": "custom",
"app-plus": {
"bounce": "none" // 将回弹属性关掉
}
}
},
{
"path": "pages/login/login",
"style": {
// 登录页面
"navigationBarTitleText": "",
"navigationStyle": "custom",
"app-plus": {
"bounce": "none" // 将回弹属性关掉
}
}
},
{
"path": "pages/loginMobile/loginMobile",
"style": {
// 登录验证码页面
"navigationBarTitleText": "",
"navigationStyle": "custom",
"app-plus": {
"bounce": "none" // 将回弹属性关掉
}
}
},
{
"path": "pages/classification/classification/index",
"style": {
"navigationBarTitleText": "分类",
"navigationStyle": "custom",
"app-plus": {
"bounce": "none" // 将回弹属性关掉
}
}
},
{
"path": "pages/myInfo/myInfo/index",
"style": {
"navigationBarTitleText": "我的",
"app-plus": {
"bounce": "none" // 将回弹属性关掉
}
}
},
{
"path": "pages/myInfo/aboutMy/index",
"style": {
"navigationBarTitleText": "关于我们",
"app-plus": {
"bounce": "none" // 将回弹属性关掉
}
}
},
{
"path": "pages/myInfo/mySetUp/index",
"style": {
"navigationBarTitleText": "设置",
"app-plus": {
"bounce": "none" // 将回弹属性关掉
}
}
},
{
"path": "pages/myInfo/problemList/index",
"style": {
"navigationBarTitleText": "常见问题",
"app-plus": {
"bounce": "none" // 将回弹属性关掉
}
}
},
{
"path": "pages/myInfo/problemDetail/index",
"style": {
"navigationBarTitleText": "常见问题",
"app-plus": {
"bounce": "none" // 将回弹属性关掉
}
}
},
{
"path": "pages/voucherCenter/index",
"style": {
"navigationBarTitleText": "充值中心",
"app-plus": {
"bounce": "none" // 将回弹属性关掉
}
}
},
{
"path": "pages/readingRecords/index",
"style": {
"navigationBarTitleText": "阅读记录",
"app-plus": {
"bounce": "none" // 将回弹属性关掉
}
}
},
{
"path": "pages/signInBookCurrency/index",
"style": {
"navigationBarTitleText": "签到领取书币",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none" // 将回弹属性关掉
}
}
},
{
"path": "pages/booksListAll/index",
"style": {
//完本和新书的 书籍列表
"navigationBarTitleText": "",
"app-plus": {
"bounce": "none" // 将回弹属性关掉
}
// "app-plus": {
// "safearea": { //安全区域配置仅ioS平台生效
// "background": "#FFFFFF", //安全区域外的背景颜色,默认值为"#FFFFFF"
// "bottom": { // 底部安全区域配置
// "offset": "none" // 底部安全区域偏移,"none"表示不空出安全区域,"auto"自动计算空出安全区域,默认值为"none"
// }
// }
// }
// "app-plus": {
// "bottom": "0",
// "contentAdjust": "false",
// "bounce": "none",
// "safearea": {
// "bottom": "none"
// }
// }
}
},
{
"path": "pages/booksTheCharts/index",
"style": {
// booksTheCharts
"navigationBarTitleText": "",
// "navigationBarBackgroundColor": "transparent",
"navigationStyle": "custom",
// "app-plus": {
// "titleNView": {
// "backgroundColor": "transparent",
// "background": "transparent"
// }
// }
// "enablePullDownRefresh": false,
// "disableScroll": true,
"app-plus": {
"bounce": "none" // 将回弹属性关掉
}
}
},
{
"path": "pages/voucherCenterDetail/index",
"style": {
"navigationBarTitleText": "充值记录",
"app-plus": {
"bounce": "none" // 将回弹属性关掉
}
}
},
{
"path": "pages/bookCoinDetail/bookCoinDetail",
"style": {
"navigationBarTitleText": "书币明细",
"app-plus": {
"bounce": "none" // 将回弹属性关掉
}
}
},
{
"path": "pages/giveCoinDetail/giveCoinDetail",
"style": {
"navigationBarTitleText": "赠币明细",
"app-plus": {
"bounce": "none" // 将回弹属性关掉
}
}
},
{
"path": "pages/booksSearchList/booksSearchList",
"style": {
"navigationBarTitleText": "搜索",
"app-plus": {
"bounce": "none" // 将回弹属性关掉
}
}
},
{
"path": "pages/novelReading/novelReading",
"style": {
// 阅读页面
"navigationBarTitleText": "",
"navigationStyle": "custom",
"app-plus": {
"bounce": "none"
},
// "enablePullDownRefresh": true
"enablePullDownRefresh": false
}
},
{
"path": "pages/booksReadingDetail/booksReadingDetail",
"style": {
// 书籍详细页面
"navigationBarTitleText": "",
"app-plus": {
"bounce": "none" // 将回弹属性关掉
}
}
},
{
"path": "pages/bookRecommendList/bookRecommendList",
"style": {
// 书籍章节列表
"navigationBarTitleText": "",
"app-plus": {
"bounce": "none" // 将回弹属性关掉
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {},
"easycom": {
// "autoscan": true,
"custom": {
// "^u--(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
// "^up-(.*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
// "^u-([^-].*)": "@/uni_modules/uview-plus/components/u-$1/u-$1.vue",
"fui-(.*)": "firstui-uni/firstui/fui-$1/fui-$1.vue",
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
}
},
"tabBar": {
"backgroundColor": "#FFFFFF",
"borderStyle": "#F5F5F5",
"selectedColor": "#FF5000",
"iconWidth": "24px",
"color": "#666666",
"fontSize": "10px",
"height": "68px",
"list": [{
"pagePath": "pages/bookshelf/bookshelf/index",
"text": "书架",
"iconPath": "/static/images/tabbar/bookshelf.png",
"selectedIconPath": "/static/images/tabbar/bookshelfActive.png"
},
{
"pagePath": "pages/bookCity/bookCity/index",
"text": "书城",
"iconPath": "/static/images/tabbar/bookCity.png",
"selectedIconPath": "/static/images/tabbar/bookCityActive.png"
}, {
"pagePath": "pages/classification/classification/index",
"text": "分类",
"iconPath": "/static/images/tabbar/classification.png",
"selectedIconPath": "/static/images/tabbar/classificationActive.png"
},
{
"pagePath": "pages/myInfo/myInfo/index",
"text": "我的",
"iconPath": "/static/images/tabbar/myInfo.png",
"selectedIconPath": "/static/images/tabbar/myInfoActive.png"
}
]
}
}