1 Star 0 Fork 0

李卓/HMMallApp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.50 KB
一键复制 编辑 原始数据 按行查看 历史
李卓 提交于 2023-07-17 19:55 . first
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/home/home",
"style": {
"onReachBottomDistance": 300
}
}
,{
"path" : "pages/detail/detail",
"style" :
{
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/cart/cart",
"style" :
{
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/profile/profile",
"style" :
{
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/category/category",
"style" :
{
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/webview/webview",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "购物街",
"navigationBarBackgroundColor": "#ff8198",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"selectedColor": "#ff8198",
"list": [
{
"text": "首页",
"pagePath": "pages/home/home",
"iconPath": "static/images/tabbar/home.png",
"selectedIconPath": "static/images/tabbar/home_active.png"
},
{
"text": "分类",
"pagePath": "pages/category/category",
"iconPath": "static/images/tabbar/category.png",
"selectedIconPath": "static/images/tabbar/category_active.png"
},
{
"text": "购物车",
"pagePath": "pages/cart/cart",
"iconPath": "static/images/tabbar/cart.png",
"selectedIconPath": "static/images/tabbar/cart_active.png"
},
{
"text": "我的",
"pagePath": "pages/profile/profile",
"iconPath": "static/images/tabbar/profile.png",
"selectedIconPath": "static/images/tabbar/profile_active.png"
}
]
},
"uniIdRouter": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/li-zhuoHeyman/hmmall-app.git
git@gitee.com:li-zhuoHeyman/hmmall-app.git
li-zhuoHeyman
hmmall-app
HMMallApp
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385