1 Star 0 Fork 1

周宗元/uni-vue3

forked from mnkv/uni-vue3 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
mnkv 提交于 2023-10-14 12:22 . 优化登录退出流程
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false
}
}
}, {
"path": "pages/users/index",
"style": {
"navigationBarTitleText": "用户登录",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"backgroundColor": "#5064eb",
"autoBackButton": false
}
}
}
},
{
"path": "pages/setting/hot-update",
"style": {
"enablePullDownRefresh": false,
"app-plus": {
"backgroundColorTop": "transparent",
"background": "transparent",
"titleNView": false,
"scrollIndicator": "none",
"popGesture": "none",
"animationType": "fade-in",
"animationDuration": 300
}
}
}, {
"path": "pages/mine/index",
"style": {
"navigationBarTitleText": "个人中心",
"enablePullDownRefresh": false
}
}
],
"tabBar": {
"backgroundColor": "#fff",
"color": "#333",
"selectedColor": "#007aff",
"list": [{
"iconPath": "static/images/index.png",
"selectedIconPath": "static/images/index-active.png",
"pagePath": "pages/index/index",
"text": "首页"
},
{
"iconPath": "static/images/mine.png",
"selectedIconPath": "static/images/mine-active.png",
"pagePath": "pages/mine/index",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#007aff",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/freegroup81/uni-vue3.git
git@gitee.com:freegroup81/uni-vue3.git
freegroup81
uni-vue3
uni-vue3
master

搜索帮助