3 Star 2 Fork 0

cbd/uniapp_study

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
cbd 提交于 2023-08-16 17:31 . 详情查看
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
"navigationBarBackgroundColor": "#fffae8"
}
}
,{
"path" : "pages/user/user",
"style" :
{
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
},
{
"path" : "pages/tetail/tetail",
"style" :
{
"navigationBarTitleText": "详情",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#000000"
},
"uniIdRouter": {},
"tabBar": {
"color": "#ccc",
"selectedColor": "red",
"list": [
{
"text": "首页",
"pagePath": "pages/index/index",
"iconPath": "static/img/首页.png",
"selectedIconPath": "static/img/首页 (1).png"
},
{
"text": "我的",
"pagePath": "pages/user/user",
"iconPath": "static/img/我的.png",
"selectedIconPath": "static/img/我的 (1).png"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/a1375123954qqcom_admin/uniapp_study.git
git@gitee.com:a1375123954qqcom_admin/uniapp_study.git
a1375123954qqcom_admin
uniapp_study
uniapp_study
master

搜索帮助