加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 2.79 KB
一键复制 编辑 原始数据 按行查看 历史
刘鲲鹏 提交于 2020-10-19 10:03 . 商品详情完成
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
// #00B37E
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/tabbar/home/home",
"style":{
"enablePullDownRefresh":true,
"backgroundColorBottom":"#fff"
}
}
,{
"path" : "pages/tabbar/category/category"
}
,{
"path" : "pages/tabbar/cart/cart"
}
,{
"path" : "pages/tabbar/user/user"
}
,{
"path" : "pages/tabbar/home/yi-home-nav2/yi-home-nav2",
"style" : {}
}
,{
"path" : "pages/mySite/mySite",
"style" : {
"navigationBarTitleText":"选择自提点",
"navigationBarBackgroundColor":"#00a674",
"navigationBarTextStyle":"white"
}
}
,{
"path" : "pages/chooseMysite/chooseMysite",
"style" : {
"navigationBarTitleText":"选择自提点",
"navigationBarBackgroundColor":"#00a674",
"navigationBarTextStyle":"white"
}
}
,{
"path" : "pages/goodDetail/goodDetail",
"style" : {
"navigationBarTitleText":"商品详情"
}
}
,{
"path" : "pages/goodGroup/goodGroup",
"style" : {
"navigationBarTitleText":"",
"navigationStyle":"custom"
}
}
,{
"path" : "pages/login/login",
"style" : {
"navigationBarBackgroundColor":"#00b27d",
"navigationBarTextStyle":"white",
"navigationBarTitleText":"登陆"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "YiStore",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#f1f1f1",
"app-plus": {
"pullToRefresh": {
"style":"circle",
"color":"#ffffff"
}
}
},
"tabBar": {
"color": "#C0C4CC",
"selectedColor": "#00b27d",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"list": [{
"pagePath": "pages/tabbar/home/home",
"iconPath": "static/tabbar/tab-home.png",
"selectedIconPath": "static/tabbar/tab-home-current.png",
"text": "首页"
},
{
"pagePath": "pages/tabbar/category/category",
"iconPath": "static/tabbar/tab-cate.png",
"selectedIconPath": "static/tabbar/tab-cate-current.png",
"text": "分类"
},
{
"pagePath": "pages/tabbar/cart/cart",
"iconPath": "static/tabbar/tab-cart.png",
"selectedIconPath": "static/tabbar/tab-cart-current.png",
"text": "购物车"
},
{
"pagePath": "pages/tabbar/user/user",
"iconPath": "static/tabbar/tab-user.png",
"selectedIconPath": "static/tabbar/tab-user-current.png",
"text": "我的"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化