当前位置:网站首页>三.uni-app配置文件[全局配置、底部导航栏配置、文件配置]
三.uni-app配置文件[全局配置、底部导航栏配置、文件配置]
2022-07-20 13:17:00 【黑日里不灭的light】
一.page.json
介绍:pages.json 文件用来对 uni-app 进行全局配置(全局与局部冲突时局部生效),决定页面文件的路径、窗口样式、原生的导航栏、底部的原生tabbar 等
1.globalStyle
解释:配置的内容对全部页面都会生效
文档地址:globalStyle
常用参数:
参数 | 含义 |
---|---|
navigationBarBackgroundColor | 导航栏背景颜色(同状态栏背景色) |
navigationBarTextStyle | 导航栏标题颜色及状态栏前景颜色,仅支持 black/white |
navigationBarTitleText | 导航栏标题文字内容 |
enablePullDownRefresh | 是否开启下拉刷新,详见页面生命周期 |
navigationStyle | 导航栏样式,仅支持 default/custom。custom即取消默认的原生导航栏 |
2.pages
解释:用于存放写于page目录下的文件(表示页面),其里面也可以写globalStyle用的参数
注意:pages里面的第一个page表示首页
3.tabBar
解释:功能类似于vue的路由,用来表示app下面的导航栏
文档地址:tabBar
常用参数:
参数 | 含义 |
---|---|
list | tab 的列表,详见 list 属性说明,最少2个、最多5个 tab |
color | tab 上的文字默认颜色 |
selectedColor | tab 上的文字选中时的颜色 |
enablePullDownRefresh | 是否开启下拉刷新,详见页面生命周期 |
list数组参数 | 含义 |
---|---|
text | tab 上按钮文字,在 App 和 H5 平台为非必填。例如中间可放一个没有文字的+号图标 |
pagePath | 页面路径,必须在 pages 中先定义 |
iconPath | 图片路径,icon 大小限制为40kb,建议尺寸为 81px * 81px,当 position 为 top 时,此参数无效,不支持网络图片,不支持字体图标 |
selectedIconPath | 选中时的图片路径,icon 大小限制为40kb,建议尺寸为 81px * 81px ,当 position 为 top 时,此参数无效 |
边栏推荐
猜你喜欢
【29. DFS深度优先】
Highlight first! 2022 open atom global open source summit is scheduled to be held in Beijing on July 25-29
Solve the problem of function name conflict (dlopen, dlsym, dlclose)
windows安全加固--关闭非必要端口
【28. 最大异或对】
When will the moon appear
Control the operation of the test module through the panel in canoe (primary)
Nacos手摸手教学【一】Nacos动态配置
MySQL基础篇(概念、常用指令)
docker清理缓存脚本怎么写
随机推荐
ProSci 14-3-3(磷酸 Ser58)抗体说明书
Web漏洞安全-失效访问权限控制
软件测试技术之可用性测试之WhatsApp Web
Adresse de téléchargement Canoe et téléchargement et activation de Can Demo 16, avec toutes les versions logicielles Canoe jointes
Wireless communication technology commonly used in the Internet of things
Huawei camera layout
重组单克隆抗体丨ProSci CD154 抗体实例分析
懒到骨子里了,我在CSDN写文章都懒得自己写了,基于selenium模拟写文章
Worthington羧基转移丨碳酸酐酶的应用和文献参考
Active Data Guard 备用数据库可以运行查询操作或只读应用程序吗?
三维点云课程(五)——深度学习
Matlab基本语法(一)
Embedded development: 10 problems for successful code review
4. Storage NFS
AD活动目录和域网络
【STL基本用法】
Hj76 nikochus theorem
rsync 结合 inotify 实现文件实时同步(一)
MySQL基础篇(函数、约束)
Hand rolling third person character controller - unity makes soul game notes 01