1 Star 0 Fork 0

jean/uni-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 1.54 KB
一键复制 编辑 原始数据 按行查看 历史
jean 提交于 2021-10-05 09:50 . 提交git
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/tabbar/index/index",
"style": {
"navigationBarTitleText": "uni-app",
"navigationStyle":"custom",
"navigationBarTextStyle":"white"
}
}
,{
"path" : "pages/tabbar/follow/follow",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/tabbar/my/my",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar":{
"list":[
{
"pagePath":"pages/tabbar/index/index",
"text":"首页",
"iconPath":"static/home.png",
"selectedIconPath":"static/my-active.png"
},
{
"pagePath":"pages/tabbar/follow/follow",
"text":"关注",
"iconPath":"static/follow.png",
"selectedIconPath":"static/follow-active.png"
},{
"pagePath":"pages/tabbar/my/my",
"text":"我的",
"iconPath":"static/my.png",
"selectedIconPath":"static/my-active.png"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jean123/uni-app.git
git@gitee.com:jean123/uni-app.git
jean123
uni-app
uni-app
master

搜索帮助