加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 4.88 KB
一键复制 编辑 原始数据 按行查看 历史
Your Name 提交于 2024-02-22 00:52 . 优化了部分代码
{
"lazyCodeLoading":"requiredComponents",
"pages": [
{
"path" : "pages/Home/Home",
"style" :
{
"enablePullDownRefresh": true,
"onReachBottomDistance": 150
}
}
,{
"path" : "pages/Cate/Cate",
"style" :
{
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/Cart/Cart",
"style" :
{
"enablePullDownRefresh": false
}
}
,{
"path" : "pages/My/My",
"style" :
{
"enablePullDownRefresh": false
}
}
],
"subPackages": [
{
"pages": [
{
"path" : "goods_detail/goods_detail",
"style" :
{
"enablePullDownRefresh": false
}
}
,{
"path" : "goods_list/goods_list",
"style" :
{
"enablePullDownRefresh": true,
"onReachBottomDistance": 150,
"backgroundColor": "#e0e0e0"
}
}
,{
"path" : "search/search",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
,{
"path" : "goods_discountlist/goods_discountlist",
"style" :
{
"navigationBarTitleText": "特惠推荐",
"enablePullDownRefresh": true,
"onReachBottomDistance": 150,
"backgroundColor": "#e0e0e0"
}
}
,{
"path" : "goods_hotlist/goods_hotlist",
"style" :
{
"navigationBarTitleText": "爆款推荐",
"enablePullDownRefresh": true,
"onReachBottomDistance": 150,
"backgroundColor": "#e0e0e0"
}
}
,{
"path" : "goods_alllist/goods_alllist",
"style" :
{
"navigationBarTitleText": "一站全买",
"enablePullDownRefresh": true,
"onReachBottomDistance": 150,
"backgroundColor": "#e0e0e0"
}
}
,{
"path" : "goods_newlist/goods_newlist",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"root": "subpkg"
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "智享购物",
"navigationBarBackgroundColor": "#f18391",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
},
"tabBar": {
"selectedColor": "#f18391",
"list": [
{
"pagePath": "pages/Home/Home",
"text": "首页",
"iconPath": "static/tab_icons/导航-首页.png",
"selectedIconPath": "static/tab_icons/导航-首页 (1).png"
},
{
"pagePath": "pages/Cate/Cate",
"text": "分类",
"iconPath": "static/tab_icons/category (1).png",
"selectedIconPath": "static/tab_icons/category.png"
},
{
"pagePath": "pages/Cart/Cart",
"text": "购物车",
"iconPath": "static/tab_icons/cart.png",
"selectedIconPath": "static/tab_icons/cart (1).png"
},
{
"pagePath": "pages/My/My",
"text": "我的",
"iconPath": "static/tab_icons/我的 (1).png",
"selectedIconPath": "static/tab_icons/我的.png"
}
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化