1 Star 0 Fork 0

hanlei525 / uniapp-mall

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 1.61 KB
一键复制 编辑 原始数据 按行查看 历史
heerey525 提交于 2022-03-25 22:53 . 完成咨询详情
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index"
},
{
"path": "pages/news/news",
"style": {}
},
{
"path": "pages/cart/cart",
"style": {}
},
{
"path": "pages/member/member",
"style": {}
},
{
"path": "pages/goods/goods",
"style": {
"navigationBarTitleText": "商品列表",
"enablePullDownRefresh": true
}
},
{
"path" : "pages/contact/contact",
"style" : {}
},
{
"path" : "pages/pics/pics",
"style" : {}
},
{
"path" : "pages/news-detail/news-detail",
"style" : {}
},
{
"path" : "pages/goods-detail/goods-detail",
"style" : {}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uniapp-mall",
"navigationBarBackgroundColor": "#B50E03",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"selectedColor": "#B50E03",
"color": "#CCCCCC",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/icon/home.png",
"selectedIconPath": "static/icon/home-active.png",
"text": "首页"
},
{
"pagePath": "pages/news/news",
"iconPath": "static/icon/news.png",
"selectedIconPath": "static/icon/news-active.png",
"text": "资讯"
},
{
"pagePath": "pages/cart/cart",
"iconPath": "static/icon/cart.png",
"selectedIconPath": "static/icon/cart-active.png",
"text": "购物车"
},
{
"pagePath": "pages/member/member",
"iconPath": "static/icon/member.png",
"selectedIconPath": "static/icon/member-active.png",
"text": "会员"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hlshare/uniapp-mall.git
git@gitee.com:hlshare/uniapp-mall.git
hlshare
uniapp-mall
uniapp-mall
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891