Files
jianbing/pages.json
2025-05-16 15:15:36 +08:00

257 lines
5.1 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": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/order/order",
"style": {
"navigationBarTitleText": "订单"
}
},
{
"path": "pages/shop_cart/shop_cart",
"style": {
"navigationBarTitleText": "购物车",
"enablePullDownRefresh": true
}
},
{
"path": "pages/my/my",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "授权登录"
}
},
{
"path": "pages/login/fastLogin",
"style": {
"navigationBarTitleText": "登录"
}
},
{
"path": "pages/login/mobileLogin",
"style": {
"navigationBarTitleText": "手机号登录/注册"
}
},
{
"path": "pages/signin/signin",
"style": {
"navigationBarTitleText": "签到"
}
},
{
// 隐私协议
"path": "pages/server_explan/server_explan"
},
{
"path": "pages/store/choose_store",
"style": {
"navigationBarTitleText": "选择门店"
}
},
{
"path": "pages/store/store",
"style": {
"navigationBarTitleText": "门店"
}
},
{
"path": "pages/shop/shop",
"style": {
"navigationBarTitleText": "商品详情"
}
},
{
"path": "pages/shop/search",
"style": {
"navigationBarTitleText": "商品搜索"
}
},
{
"path": "pages/order_now/order_now",
"style": {
"navigationBarTitleText": "确认订单"
}
},
{
"path": "pages/order_details/order_details",
"style": {
"navigationBarTitleText": "订单详情"
}
},
{
"path": "pages/refund/refund",
"style": {
"navigationBarTitleText": "退款"
}
},
{
"path": "pages/my/profile",
"style": {
"navigationBarTitleText": "个人资料"
}
},
{
"path": "pages/my/wallet",
"style": {
"navigationBarTitleText": "我的钱包"
}
},
{
"path": "pages/recharge/balance",
"style": {
"navigationBarTitleText": "充值余额",
"navigationStyle": "custom"
}
},
{
"path": "pages/recharge/recharge",
"style": {
"navigationBarTitleText": "充值"
}
},
{
"path": "pages/recharge/record",
"style": {
"navigationBarTitleText": "充值记录"
}
},
{
"path": "pages/payment/payment",
"style": {
"navigationBarTitleText": "支付订单"
}
},
{
"path": "pages/pay_result/pay_result",
"style": {
"navigationBarTitleText": "支付详情"
}
},
{
"path": "components/uview-ui/components/u-avatar-cropper/u-avatar-cropper",
"style": {
"navigationBarTitleText": "头像裁剪",
"navigationBarBackgroundColor": "#000"
}
}
],
"subPackages": [
{
"root": "bundle",
"pages": [
{
"path": "pages/points/points",
"style": {
"navigationBarTitleText": "积分",
"navigationStyle": "custom"
}
},
{
"path": "pages/points/points_store",
"style": {
"navigationBarTitleText": "积分商城"
}
},
{
"path": "pages/points/points_shop",
"style": {
"navigationBarTitleText": "积分商城"
}
},
{
"path": "pages/coupon/coupon",
"style": {
"navigationBarTitleText": "优惠券"
}
},
{
"path": "pages/setting/setting",
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/address/address",
"style": {
"navigationBarTitleText": "收货地址"
}
},
{
"path": "pages/address/address_edit",
"style": {
"navigationBarTitleText": "收货地址"
}
},
{
"path": "pages/contact_offical/contact_offical",
"style": {
"navigationBarTitleText": "联系客服"
}
},
{
"path": "pages/apply_refund/apply_refund",
"style": {
"navigationBarTitleText": "申请售后"
}
}
]
}
],
"tabBar": {
"color": "#ABB0C2",
"selectedColor": "#254062",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"iconPath": "/static/tabbar/tab_home.png",
"selectedIconPath": "/static/tabbar/tab_home_s.png",
"text": "首页"
},
{
"pagePath": "pages/order/order",
"iconPath": "/static/tabbar/tab_order.png",
"selectedIconPath": "/static/tabbar/tab_order_s.png",
"text": "订单"
},
{
"pagePath": "pages/shop_cart/shop_cart",
"iconPath": "/static/tabbar/tab_cart.png",
"selectedIconPath": "/static/tabbar/tab_cart_s.png",
"text": "购物车"
},
{
"pagePath": "pages/my/my",
"iconPath": "/static/tabbar/tab_my.png",
"selectedIconPath": "/static/tabbar/tab_my_s.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "煎饼",
"navigationBarBackgroundColor": "#FFF",
"backgroundColor": "#F8F8F8"
},
"easycom": {
"autoscan": true,
"custom": {
"^u-(.*)": "@/components/uview-ui/components/u-$1/u-$1.vue"
}
}
}