2 Star 6 Fork 1

闲人/网上书城app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 3.39 KB
一键复制 编辑 原始数据 按行查看 历史
闲人 提交于 2020-11-22 22:30 . 现有代码上传
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/book-mall/book-mall",
"style": {
"titleNView":false,
"app-plus":{}
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "发现",
"app-plus":{
"titleNView":false
}
}
},
{
"path": "pages/classify/classify",
"style": {
"navigationBarTitleText": "分类",
"app-plus":{
}
}
},
{
"path": "pages/comment/comment",
"style": {
"navigationBarTitleText": "评论",
"app-plus":{}
}
},
{
"path": "pages/section/section",
"style": {
"navigationBarTitleText": "",
"app-plus":{
"titleNView":false,
"scrollIndicator":"none" //隐藏滚动条
}
}
},
{
"path": "pages/detail/detail",
"style": {
"navigationBarTitleText": "简介",
"navigationBarBackgroundColor": "#fff",
"app-plus":{}
}
},
{
"path": "pages/idea/idea",
"style": {
"navigationBarTitleText": "都市",
"app-plus":{
}
}
},
{
"path": "pages/bookrack/bookrack",
"style": {
"navigationBarTitleText": "我的书架",
"enablePullDownRefresh": true,
"backgroundTextStyle": "light",
"app-plus":{
}
}
},
{
"path": "pages/mine/mine",
"style": {
"navigationBarTitleText": "我的",
"app-plus":{
// "titleNView":false
}
}
},{
"path" : "pages/pageNav/pageNav",
"style" : {
"navigationBarTitleText": "章节目录"
}
},{
"path": "pages/login/login",
"style": {
}
}, {
"path": "pages/login/forget",
"style": {}
}, {
"path": "pages/login/register",
"style": {}
}, {
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "",
"app-plus":{
"titleNView":false
}
}
},{
"path": "pages/boutique/boutique",
"style": {
"navigationBarTitleText": "精品"
}
},{
"path": "pages/crunchies/crunchies",
"style": {
"navigationBarTitleText": "榜单"
}
},{
"path": "pages/newBooks/newBooks",
"style": {
"navigationBarTitleText": "新书"
}
},{
"path": "pages/info/info",
"style": {
"navigationBarTitleText": "用户信息"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "阅读书城",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#fff"
},
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "white",
"backgroundColor": "#fff",
"list": [{
"pagePath": "pages/book-mall/book-mall",
"iconPath": "static/tabbar/l-tabbar-1.png",
"selectedIconPath": "static/tabbar/l-tabbar-1-hover.png",
"text": "书城"
},{
"pagePath": "pages/classify/classify",
"iconPath": "static/tabbar/l-tabbar-3.png",
"selectedIconPath": "static/tabbar/l-tabbar-3-hover.png",
"text": "分类"
},{
"pagePath": "pages/bookrack/bookrack",
"iconPath": "static/tabbar/l-tabbar-2.png",
"selectedIconPath": "static/tabbar/l-tabbar-2-hover.png",
"text": "书架"
},{
"pagePath": "pages/mine/mine",
"iconPath": "static/tabbar/l-tabbar-4.png",
"selectedIconPath": "static/tabbar/l-tabbar-4-hover.png",
"text": "我的"
}]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/XianReJia/onlineBookstore.git
git@gitee.com:XianReJia/onlineBookstore.git
XianReJia
onlineBookstore
网上书城app
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385