4 Star 27 Fork 17

飞鸟/dianyb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.73 KB
一键复制 编辑 原始数据 按行查看 历史
飞鸟 提交于 2020-01-26 12:30 . no commit message
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"enablePullDownRefresh": true
}
}, {
"path": "pages/search/search",
"style": {
"navigationBarTitleText": "搜索",
"enablePullDownRefresh": true
}
}, {
"path": "pages/me/me",
"style": {
"navigationBarTitleText": "我的",
"app-plus": {
"titleNView" : {
"splitLine":{"color":"#DDDDDD"}
}
}
}
}, {
"path": "pages/me/history",
"style": {
"navigationBarTitleText": "历史记录",
"app-plus": {
"titleNView" : {
"splitLine":{"color":"#DDDDDD"}
}
}
}
}, {
"path": "pages/me/collect",
"style": {
"navigationBarTitleText": "我的收藏",
"app-plus": {
"titleNView" : {
"splitLine":{"color":"#DDDDDD"}
}
}
}
}, {
"path": "pages/me/updpass",
"style": {
"navigationBarTitleText": "修改密码"
}
}, {
"path": "pages/me/feedback",
"style": {
"navigationBarTitleText": "问题反馈"
}
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
}, {
"path": "pages/login/login_msg",
"style": {
"navigationBarTitleText": "快捷登录"
}
}, {
"path": "pages/login/register",
"style": {
"navigationBarTitleText": "账号注册"
}
}, {
"path": "pages/details/details",
"style": {
"navigationBarTitleText": "",
"app-plus": {
"titleNView" : {
"splitLine":{"color":"#DDDDDD"}
}
}
}
}, {
"path": "pages/search/search_do",
"style": {
"app-plus": {
"titleNView": false //禁用原生导航栏
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "电影通",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF"
},
"tabBar": {
"color": "#bfbfbf",
"selectedColor": "#515151",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/tabBarIco/index.png",
"selectedIconPath": "static/tabBarIco/index_sel.png",
"text": "首页"
},
{
"pagePath": "pages/search/search",
"iconPath": "static/tabBarIco/search.png",
"selectedIconPath": "static/tabBarIco/index_sel.png",
"text": "搜索"
},
{
"pagePath": "pages/me/me",
"iconPath": "static/tabBarIco/me.png",
"selectedIconPath": "static/tabBarIco/me_sel.png",
"text": "我的"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lim2018/dianyb.git
git@gitee.com:lim2018/dianyb.git
lim2018
dianyb
dianyb
master

搜索帮助