1 Star 0 Fork 0

i_will_7/YouGou

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.11 KB
一键复制 编辑 原始数据 按行查看 历史
i_will_7 提交于 2024-02-02 00:51 . 上拉加载、下拉刷新
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/home/home",
"style": {}
},
{
"path": "pages/cate/cate",
"style": {
"navigationBarTitleText": "分类"
}
},
{
"path": "pages/cart/cart",
"style": {
"navigationBarTitleText": "购物车"
}
},
{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "我的"
}
}
],
"subPackages": [{
"root": "subpkg_goods",
"pages": [{
"path": "/pages/detail/detail",
"style": {
"navigationBarTitleText": "商品详情"
}
},
{
"path": "/pages/list/list",
"style": {
"navigationBarTitleText": "商品列表",
"onReachBottomDistance": 150,
"enablePullDownRefresh": true,
"backgroundColor": "#F8F8F8"
}
}
]
}, {
"root": "subpkg_search",
"pages": [{
"path": "/pages/search/search",
"style": {
"navigationBarTitleText": "搜索"
}
}]
}],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "黑马优购",
"navigationBarBackgroundColor": "#C00000",
"backgroundColor": "#FFFFFF"
},
"tabBar": {
"selectedColor": "#C00000",
"list": [{
"pagePath": "pages/home/home",
"iconPath": "static/tabs/icon_home@3x.png",
"selectedIconPath": "static/tabs/icon_home_active@3x.png",
"text": "首页"
}, {
"pagePath": "pages/cate/cate",
"iconPath": "static/tabs/icon_category@3x.png",
"selectedIconPath": "static/tabs/icon_category_active@3x.png",
"text": "分类"
}, {
"pagePath": "pages/cart/cart",
"iconPath": "static/tabs/icon_cart@3x.png",
"selectedIconPath": "static/tabs/icon_cart_active@3x.png",
"text": "购物车"
}, {
"pagePath": "pages/my/my",
"iconPath": "static/tabs/icon_user@3x.png",
"selectedIconPath": "static/tabs/icon_user_active@3x.png",
"text": "我的"
}]
},
"uniIdRouter": {}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/i-will-seven/you-gou.git
git@gitee.com:i-will-seven/you-gou.git
i-will-seven
you-gou
YouGou
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385