1 Star 0 Fork 3

zped/YYShop

forked from 苦笑/YYShop 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pages.json 4.07 KB
一键复制 编辑 原始数据 按行查看 历史
苦笑 提交于 2020-07-20 17:45 . 暂存
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "鲜鲜吧"
}
},
{
"path": "pages/category/category",
"style": {
"navigationBarTitleText": "鲜鲜吧"
}
}
,{
"path" : "pages/shop_car/shop_car",
"style" : {
"enablePullDownRefresh":true
}
}
,{
"path" : "pages/my/my",
"style" : {}
}
,{
"path" : "pages/goods_detail/goods_detail",
"style" : {}
}
,{
"path" : "pages/test/test",
"style" : {}
}
,{
"path" : "pages/app/app",
"style" : {}
}
,{
"path" : "pages/login/login",
"style" : {}
}
,{
"path" : "pages/confirm/confirm",
"style" : {}
}
,{
"path" : "pages/address_list/address_list",
"style" : {
"navigationBarTitleText":"地址列表",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationBarTextStyle":"black"
}
}
,{
"path" : "pages/address_edit/address_edit",
"style" : {}
}
,{
"path" : "pages/pay/pay",
"style" : {
"navigationBarTitleText":"收银台",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationBarTextStyle":"black"
}
}
,{
"path" : "pages/order_list/order_list",
"style" : {}
}
,{
"path" : "pages/refund/refund",
"style" : {
"navigationBarTitleText":"申请退款",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF",
"navigationBarTextStyle":"black"
}
}
,{
"path" : "pages/after_sale/after_sale",
"style" : {
"navigationBarTitleText":"订单详情"
}
}
,{
"path" : "pages/refund_list/refund_list",
"style" : {
"navigationBarTitleText":"售后列表",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#FFFFFF",
"navigationBarTextStyle":"black"
}
}
,{
"path" : "pages/search/search",
"style" : {}
}
,{
"path" : "pages/search_list/search_list",
"style" : {}
}
,{
"path" : "pages/goods_collect/goods_collect",
"style" : {}
}
,{
"path" : "pages/history/history",
"style" : {}
}
,{
"path" : "pages/snapped_list/snapped_list",
"style" : {}
}
,{
"path" : "pages/store_list/store_list",
"style" : {}
}
,{
"path" : "pages/hot/hot",
"style" : {}
}
,{
"path" : "pages/coupon_list/coupon_list",
"style" : {}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "鲜鲜吧",
"navigationBarBackgroundColor": "#c24a28",
"backgroundColor": "#c24a28"
},
"tabBar":{
"color":"#4c332b",
"selectedColor":"#c24a28",
"list":[
{
"pagePath":"pages/index/index",
"iconPath":"static/menu/home_normal.png",
"selectedIconPath":"static/menu/home_selected.png",
"text":"首页"
},
{
"pagePath":"pages/category/category",
"iconPath":"static/menu/category_normal.png",
"selectedIconPath":"static/menu/category_selected.png",
"text":"分类"
},
{
"pagePath":"pages/shop_car/shop_car",
"iconPath":"static/menu/shop_car_normal.png",
"selectedIconPath":"static/menu/shop_car_selected.png",
"text":"购物车"
},
{
"pagePath":"pages/my/my",
"iconPath":"static/menu/my_normal.png",
"selectedIconPath":"static/menu/my_selected.png",
"text":"我的"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/zpedt/YYShop.git
git@gitee.com:zpedt/YYShop.git
zpedt
YYShop
YYShop
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385