1 Star 0 Fork 0

CoderLiar/uniapp-model

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
leon_li 提交于 2024-07-17 17:54 +08:00 . feat: 分类页面
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path" : "pages/category/category",
"style" :
{
"navigationBarTitleText" : "分类"
}
},
{
"path" : "pages/subscribe/subscribe",
"style" :
{
"navigationBarTitleText" : "订阅"
}
},
{
"path" : "pages/news/news",
"style" :
{
"navigationBarTitleText" : "新闻"
}
},
{
"path" : "pages/personal/personal",
"style" :
{
"navigationBarTitleText" : "我的"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#fff"
},
"tabBar": {
"color": "#6e6d6b",
"selectedColor": "#e64340",
"borderStyle": "white",
"backgroundColor": "#fff",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "static/images/nav/home-off.png",
"selectedIconPath": "static/images/nav/home-on.png",
"text": "首页"
},
{
"pagePath": "pages/category/category",
"iconPath": "static/images/nav/fl-off.png",
"selectedIconPath": "static/images/nav/fl-on.png",
"text": "分类"
},
{
"pagePath": "pages/personal/personal",
"iconPath": "static/images/nav/my-off.png",
"selectedIconPath": "static/images/nav/my-on.png",
"text": "我的"
}
]
},
"uniIdRouter": {}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/coderTricker/uniapp-model.git
git@gitee.com:coderTricker/uniapp-model.git
coderTricker
uniapp-model
uniapp-model
main

搜索帮助