1 Star 3 Fork 0

王老四/脑洞标记_前台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.25 KB
一键复制 编辑 原始数据 按行查看 历史
bingzhu 提交于 2020-01-14 18:02 . asdas
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页推荐",
"disableScroll": true, // 禁止滚动, 解决scroll-view在Android小程序卡顿的问题
"app-plus": {
"bounce": "none" // 取消iOS回弹,避免和下拉刷新冲突 (小程序无法取消, 点此查看H5端的取消方法... )
}
}
}, {
"path": "pages/user/index",
"style": {
"navigationBarTitleText": "我的脑洞-_-"
}
}, {
"path": "pages/post/post_file_articles",
"style": {
"navigationBarTitleText": "分享脑洞",
"navigationStyle": "custom"
}
}, {
"path": "pages/utils/previewImageAndVideo",
"style": {
"navigationBarTitleText": "图频预览",
"navigationStyle": "custom"
}
}, {
"path": "pages/index/articleDetails",
"style": {
"navigationBarTitleText": "文章详情",
"disableScroll": true, // 禁止滚动, 解决scroll-view在Android小程序卡顿的问题
"app-plus": {
"bounce": "none" // 取消iOS回弹,避免和下拉刷新冲突 (小程序无法取消, 点此查看H5端的取消方法... )
},
"navigationStyle": "custom"
}
}, {
"path": "pages/user/my_articles",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/user/my_comments",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/user/my_likes",
"style": {
"navigationStyle": "custom"
}
}, {
"path": "pages/user/my_history",
"style": {
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#C0C0C0",
"selectedColor": "#007AFF",
"fontSize": "15px",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/img/unclick_home.png",
"text": "脑洞",
"selectedIconPath": "static/img/click_home.png"
},
{
"pagePath": "pages/user/index",
"iconPath": "static/img/unclick_user.png",
"text": "我的",
"selectedIconPath": "static/img/click_user.png"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Wang_LaoSi/NDMark_JH.git
[email protected]:Wang_LaoSi/NDMark_JH.git
Wang_LaoSi
NDMark_JH
脑洞标记_前台
master

搜索帮助