Files
cashier_weapp/pages.json
2024-04-15 16:15:09 +08:00

181 lines
3.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/index/jtoday",
"style": {
"navigationBarTitleText": "每日上新",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/hotlist",
"style": {
"navigationBarTitleText": "热榜推荐",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/uindexlist",
"style": {
"navigationBarTitleText": "选择城市"
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/login/register",
"style": {
"navigationBarTitleText": "注册"
}
},
{
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "订单列表"
}
},
{
"path": "pages/order/order_detail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/member/index",
"style": {
"navigationBarTitleText": "会员充值"
}
},
{
"path": "pages/make/make",
"style": {
"navigationBarTitleText": "在线预定"
}
},
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "个人中心",
"navigationBarBackgroundColor": "#FFD158",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/pay_code/pay_code",
"style": {
"navigationBarTitleText": "会员支付码"
}
},
{
"path": "pages/order_detail/order_detail",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/order_food/order_food",
"style": {
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/make/list",
"style": {
"navigationBarTitleText": "在线预订"
}
},
{
"path": "pages/user/coupon",
"style": {
"navigationBarTitleText": "我的优惠卷"
}
},
{
"path": "pages/user/shop/index",
"style": {
"navigationBarTitleText": "积分商城",
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/user/shop/detail",
"style": {
"navigationBarTitleText": "积分明细",
"navigationStyle": "custom",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/user/shop/shopinfo",
"style": {
"navigationBarTitleText": "商品详情",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/user/address/index",
"style": {
"navigationBarTitleText": "地址列表",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/user/address/edit",
"style": {
"navigationBarTitleText": "添加地址",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/user/shop/confirm",
"style": {
"navigationBarTitleText": "确认订单",
"navigationBarTextStyle": "black"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "美味抢先点",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#F2F2F2"
},
"uniIdRouter": {},
"tabBar": {
"backgroundColor": "#ffffff",
"color": "#999",
"selectedColor": "#000",
"borderStyle": "white",
"list": [{
"iconPath": "static/tabbar/1.png",
"selectedIconPath": "static/tabbar/1-1.png",
"pagePath": "pages/index/index",
"text": "首页"
},
{
"iconPath": "static/tabbar/2.png",
"selectedIconPath": "static/tabbar/2-1.png",
"pagePath": "pages/order/order",
"text": "订单"
},
{
"iconPath": "static/tabbar/4.png",
"selectedIconPath": "static/tabbar/4-1.png",
"pagePath": "pages/user/user",
"text": "我的"
}
]
}
}