uniapp/pages.json

1813 lines
37 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",
"enablePullDownRefresh": true
}
},
//******************商品模块11******************
{
"path": "pages/goods/cart",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "购物车"
}
},
{
"path": "pages/goods/category",
"style": {
"disableScroll": true,
"navigationStyle": "custom",
"navigationBarTitleText": "商品分类",
"enablePullDownRefresh": true
}
},
// 商品详情、限时折扣、预售
{
"path": "pages/goods/detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/goods/list",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "商品列表"
}
},
//******************会员模块20******************
{
"path": "pages/member/index",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
//******************订单模块12******************
{
"path": "pages/order/payment",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/order/list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "pages/order/detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
// 本地配送订单详情
{
"path": "pages/order/detail_local_delivery",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
// 自提订单详情
{
"path": "pages/order/detail_pickup",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//积分订单详情
{
"path": "pages/order/detail_point",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
}
],
"subPackages": [
{
//******************营销活动模块26******************
"root": "pages_promotion",
"pages": [
//----------预约模块2----------
{
"path": "cardservice/service_goods/reserve_list",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "预约列表"
}
},
{
"path": "cardservice/service_goods/reserve_detail",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "预约详情"
}
},
{
"path": "cardservice/service_goods/reserve_apply",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "预约申请"
}
},
{
"path": "cardservice/service_goods/my_reserve_list",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "预约列表"
}
},
{
"path": "cardservice/service_goods/my_reserve_detail",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "预约详情"
}
},
{
"path": "cardservice/service_goods/service_list",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "项目列表"
}
},
{
"path": "cardservice/card/list",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "卡列表"
}
},
{
"path": "cardservice/card/my_card",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "我的卡列表"
}
},
{
"path": "cardservice/card/my_detail",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "我的卡详情"
}
},
{
"path": "cardservice/card/pick_goods",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "提货详情"
}
}, {
"path": "cardservice/card/pick_payment",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "提货订单"
}
},
{
"path": "cardservice/card/card_record",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "使用记录"
}
},
//----------盲盒模块2----------
{
"path": "blindbox/list",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "盲盒"
}
},
{
"path": "blindbox/goods_list",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "全部商品"
}
},
{
"path": "blindbox/fill_address",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "填写收货信息"
}
},
{
"path": "blindbox/index",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "拆盲盒"
}
},
{
"path": "blindbox/my_box",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "我的盲盒活动"
}
},
{
"path": "blindbox/my_prize",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "我的奖品"
}
},
//----------好友瓜分劵模块2----------
{
"path": "divideticket/list",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "好友瓜分劵列表"
}
},
{
"path": "divideticket/index",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "好友瓜分券"
}
},
{
"path": "divideticket/poster",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "瓜分海报"
}
},
{
"path": "divideticket/my_guafen",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "我的瓜分列表"
}
},
//----------组合套餐模块2----------
{
"path": "bundling/detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "bundling/payment",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//----------专题活动模块4----------
{
"path": "topics/list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "topics/detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "topics/goods_detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "topics/payment",
"style": {
"navigationStyle": "custom"
}
},
//----------秒杀模块3----------
{
"path": "seckill/list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "seckill/detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "seckill/payment",
"style": {
"navigationStyle": "custom"
}
},
//----------拼团模块5----------
{
"path": "pintuan/list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "pintuan/detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pintuan/my_spell",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "pintuan/share",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "pintuan/payment",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pintuan/order",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//----------砍价模块5----------
{
"path": "bargain/list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "bargain/detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "bargain/my_bargain",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "bargain/payment",
"style": {
"navigationStyle": "custom"
}
},
//----------团购模块3----------
{
"path": "groupbuy/list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "groupbuy/detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "groupbuy/payment",
"style": {
"navigationStyle": "custom"
}
},
//----------拼团返利----------
{
"path": "pinfan/list",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "拼团返利专区"
}
},
{
"path": "pinfan/detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pinfan/payment",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "代付款订单"
}
},
{
"path": "pinfan/my_rebate",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "我的拼团返利"
}
},
{
"path": "pinfan/share",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "pinfan/order",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//----------积分模块2----------
{
"path": "point/list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
}, {
"path": "point/goods_list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "point/detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "point/payment",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "point/order_list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "point/result",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//----------预售模块----------
{
"path": "presale/list",
"style": {
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "presale/detail",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "presale/payment",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "presale/order_list",
"style": {
//#ifdef H5
"navigationStyle": "custom"
//#endif
}
},
{
"path": "presale/order_detail",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "订单详情"
}
},
//--------- 打包一口价 ----------
{
"path": "bale/detail",
"style": {
//#ifdef H5
"navigationStyle": "custom",
//#endif
"navigationBarTitleText": "打包一口价"
}
},
{
"path": "bale/payment",
"style": {
"navigationStyle": "custom"
}
},
// {
// "path": "jielong/jielong",
// "style": {
// //#ifdef H5
// "navigationStyle": "custom",
// //#endif
// "navigationBarTitleText": "社群接龙"
// }
// },
{
"path": "giftcard/index",
"style": {
//#ifdef H5
"navigationStyle": "custom",
//#endif
"navigationBarTitleText": "礼品卡"
}
},
{
"path": "giftcard/member",
"style": {
//#ifdef H5
"navigationStyle": "custom",
//#endif
"navigationBarTitleText": "我的"
}
},
{
"path": "giftcard/detail",
"style": {
//#ifdef H5
"navigationStyle": "custom",
//#endif
"navigationBarTitleText": ""
}
},
{
"path": "giftcard/order_list",
"style": {
//#ifdef H5
"navigationStyle": "custom",
//#endif
"navigationBarTitleText": "订单列表"
}
},
{
"path": "giftcard/order_detail",
"style": {
//#ifdef H5
"navigationStyle": "custom",
//#endif
"navigationBarTitleText": "订单详情"
}
},
{
"path": "giftcard/list",
"style": {
//#ifdef H5
"navigationStyle": "custom",
//#endif
"navigationBarTitleText": "卡包"
}
},
{
"path": "giftcard/card_info",
"style": {
//#ifdef H5
"navigationStyle": "custom",
//#endif
"navigationBarTitleText": "礼品卡详情"
}
},
{
"path": "giftcard/give",
"style": {
//#ifdef H5
"navigationStyle": "custom",
//#endif
"navigationBarTitleText": "礼品卡赠送"
}
},
{
"path": "giftcard/give_info",
"style": {
//#ifdef H5
"navigationStyle": "custom",
//#endif
"navigationBarTitleText": "领取礼品卡"
}
},
{
"path": "giftcard/member_give_info",
"style": {
//#ifdef H5
"navigationStyle": "custom",
//#endif
"navigationBarTitleText": "礼品卡详情"
}
},
{
"path": "giftcard/exchange",
"style": {
//#ifdef H5
"navigationStyle": "custom",
//#endif
"navigationBarTitleText": "卡密激活"
}
},
{
"path": "giftcard/payment",
"style": {
//#ifdef H5
"navigationStyle": "custom",
//#endif
"navigationBarTitleText": "待付款订单"
}
},
{
"path": "giftcard/receive_list",
"style": {
//#ifdef H5
"navigationStyle": "custom",
//#endif
"navigationBarTitleText": "收到的卡片"
}
},
{
"path": "giftcard/give_list",
"style": {
//#ifdef H5
"navigationStyle": "custom",
//#endif
"navigationBarTitleText": "赠送的卡片"
}
},
{
"path": "giftcard/card_use",
"style": {
//#ifdef H5
"navigationStyle": "custom",
//#endif
"navigationBarTitleText": "礼品卡使用"
}
},
{
"path": "giftcard/not_exist",
"style": {
//#ifdef H5
"navigationStyle": "custom",
//#endif
"navigationBarTitleText": "礼品卡不存在"
}
},
{
"path": "giftcard/use_select",
"style": {
//#ifdef H5
"navigationStyle": "custom",
//#endif
"navigationBarTitleText": "商品选择"
}
},
{
"path": "game/cards",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "game/turntable",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "game/smash_eggs",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "game/record",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//****************** 分销 ******************
{
"path": "fenxiao/index",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/promote",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/apply",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/order",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/relation",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/order_detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/team",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/withdraw_apply",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/withdraw_list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/withdrawal_detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/promote_code",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/level",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/goods_list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/bill",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "fenxiao/ranking_list",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "排行榜"
}
},
{
"path": "fenxiao/child_fenxiao",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "分销商"
}
},
{
"path": "fenxiao/apply_upgrade",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "分销商升级申请"
}
},
//****************** 文章 ******************
{
"path": "article/list",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "文章"
}
},
{
"path": "article/record",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "文章"
}
},
{
"path": "article/detail",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "文章"
}
},
//****************** 交易市场 ******************
{
"path": "futures/list",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "交易市场"
}
},
{
"path": "futures/seckill",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "限时秒杀"
}
},
{
"path": "futures/details",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "商品详情"
}
},
{
"path": "futures/my_shop",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "我的小店"
}
},
{
"path": "futures/order",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "我的订单"
}
},
{
"path": "futures/order_details",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "订单详情"
}
},
{
"path": "futures/payment",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "交易下单"
}
},
//****************** 通知消息 ******************
{
"path": "message/index",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "消息中心"
}
},
{
"path": "message/list",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "消息列表"
}
},
{
"path": "message/words",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "留言反馈"
}
}
]
},
{
//*****************其他模块26******************
"root": "pages_tool",
"pages": [{
"path": "webview/webview",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//----------好友瓜分红包模块2----------
{
"path": "hongbao/index",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "裂变红包"
}
},
{
"path": "hongbao/list",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "红包裂变"
}
},
{
"path": "hongbao/my_hongbao",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "hongbao/poster",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "瓜分红包海报"
}
},
{
"path": "index/storelist",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "门店列表"
}
},
{
"path": "index/diy",
"style": {
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
//******************会员模块20******************
{
"path": "member/modify_face",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/account",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/account_edit",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/apply_withdrawal",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/balance",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "member/balance_detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/collection",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/coupon",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"disableScroll": true
}
},
{
"path": "member/footprint",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/level",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/card",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/card_buy",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/card_agreement",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/level_growth_rules",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/point",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "member/point_detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/signin",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
// "navigationBarTitleText": "签到有礼"
}
},
{
"path": "member/withdrawal",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/withdrawal_detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/address",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/address_edit",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/pay_password",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/cancellation",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/assets",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/cancelstatus",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/cancelsuccess",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/cancelrefuse",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "member/info",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "个人资料"
}
},
{
"path": "member/info_edit",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//******************登录模块******************
{
"path": "login/find",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//******************商品模块******************
{
"path": "goods/coupon",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "goods/coupon_receive",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "goods/evaluate",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "goods/search",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "goods/brand",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "goods/not_exist",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//******************CMS模块6******************
{
"path": "help/list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "help/detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "notice/list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "notice/detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "article/list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "article/detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//******************会员充值4******************
{
"path": "recharge/list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "recharge/order_list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "live/list",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//****************** 店铺笔记 ******************
{
"path": "store_notes/note_list",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"disableScroll": true
}
},
{
"path": "store_notes/note_detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//******************聊天4******************
{
"path": "chat/room",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"softinputMode": "adjustResize"
}
},
//******************邀请******************
{
"path": "member/invite_friends",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//******************支付模块2******************
{
"path": "pay/index",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "pay/wx_pay",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "pay/result",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "pay/cashier",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "storeclose/storeclose",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//******************订单模块2******************
{
"path": "order/logistics",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "order/evaluate",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "order/refund",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "order/refund_goods_select",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "order/refund_type_select",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "order/refund_batch",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "order/refund_detail",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
{
"path": "order/activist",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "退款"
}
},
// 虚拟订单详情
{
"path": "order/detail_virtual",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
},
//******************登录模块3******************
{
"path": "login/login",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "登录"
}
},
{
"path": "login/register",
"style": {
// #ifdef H5
"navigationStyle": "custom",
// #endif
"navigationBarTitleText": "注册"
}
},
{
"path": "form/form",
"style": {
// #ifdef H5
"navigationStyle": "custom"
// #endif
}
}
]
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#F7f7f7",
"backgroundColorTop": "#f7f7f7",
"backgroundColorBottom": "#f7f7f7",
"usingComponents": {
// #ifdef MP-WEIXIN
"van-tabs": "/wxcomponents/@vant/weapp/tabs/index",
"van-tab": "/wxcomponents/@vant/weapp/tab/index",
"van-action-sheet": "/wxcomponents/@vant/weapp/action-sheet/index",
"van-area": "/wxcomponents/@vant/weapp/area/index",
"van-button": "/wxcomponents/@vant/weapp/button/index",
"van-calendar": "/wxcomponents/@vant/weapp/calendar/index",
"van-card": "/wxcomponents/@vant/weapp/card/index",
"van-cascader": "/wxcomponents/@vant/weapp/cascader/index",
"van-cell": "/wxcomponents/@vant/weapp/cell/index",
"van-cell-group": "/wxcomponents/@vant/weapp/cell-group/index",
"van-checkbox": "/wxcomponents/@vant/weapp/checkbox/index",
"van-checkbox-group": "/wxcomponents/@vant/weapp/checkbox-group/index",
"van-circle": "/wxcomponents/@vant/weapp/circle/index",
"van-col": "/wxcomponents/@vant/weapp/col/index",
"van-collapse": "/wxcomponents/@vant/weapp/collapse/index",
"van-collapse-item": "/wxcomponents/@vant/weapp/collapse-item/index",
"van-config-provider": "/wxcomponents/@vant/weapp/config-provider/index",
"van-count-down": "/wxcomponents/@vant/weapp/count-down/index",
"van-datetime-picker": "/wxcomponents/@vant/weapp/datetime-picker/index",
"van-dialog": "/wxcomponents/@vant/weapp/dialog/index",
"van-divider": "/wxcomponents/@vant/weapp/divider/index",
"van-dropdown-item": "/wxcomponents/@vant/weapp/dropdown-item/index",
"van-dropdown-menu": "/wxcomponents/@vant/weapp/dropdown-menu/index",
"van-empty": "/wxcomponents/@vant/weapp/empty/index",
"van-field": "/wxcomponents/@vant/weapp/field/index",
"van-goods-action": "/wxcomponents/@vant/weapp/goods-action/index",
"van-goods-action-button": "/wxcomponents/@vant/weapp/goods-action-button/index",
"van-goods-action-icon": "/wxcomponents/@vant/weapp/goods-action-icon/index",
"van-grid": "/wxcomponents/@vant/weapp/grid/index",
"van-grid-item": "/wxcomponents/@vant/weapp/grid-item/index",
"van-icon": "/wxcomponents/@vant/weapp/icon/index",
"van-image": "/wxcomponents/@vant/weapp/image/index",
"van-index-anchor": "/wxcomponents/@vant/weapp/index-anchor/index",
"van-index-bar": "/wxcomponents/@vant/weapp/index-bar/index",
"van-info": "/wxcomponents/@vant/weapp/info/index",
"van-loading": "/wxcomponents/@vant/weapp/loading/index",
"van-nav-bar": "/wxcomponents/@vant/weapp/nav-bar/index",
"van-notice-bar": "/wxcomponents/@vant/weapp/notice-bar/index",
"van-notify": "/wxcomponents/@vant/weapp/notify/index",
"van-overlay": "/wxcomponents/@vant/weapp/overlay/index",
"van-panel": "/wxcomponents/@vant/weapp/panel/index",
"van-picker": "/wxcomponents/@vant/weapp/picker/index",
"van-picker-column": "/wxcomponents/@vant/weapp/picker-column/index",
"van-popup": "/wxcomponents/@vant/weapp/popup/index",
"van-progress": "/wxcomponents/@vant/weapp/progress/index",
"van-radio": "/wxcomponents/@vant/weapp/radio/index",
"van-radio-group": "/wxcomponents/@vant/weapp/radio-group/index",
"van-rate": "/wxcomponents/@vant/weapp/rate/index",
"van-row": "/wxcomponents/@vant/weapp/row/index",
"van-search": "/wxcomponents/@vant/weapp/search/index",
"van-share-sheet": "/wxcomponents/@vant/weapp/share-sheet/index",
"van-sidebar": "/wxcomponents/@vant/weapp/sidebar/index",
"van-sidebar-item": "/wxcomponents/@vant/weapp/sidebar-item/index",
"van-skeleton": "/wxcomponents/@vant/weapp/skeleton/index",
"van-slider": "/wxcomponents/@vant/weapp/slider/index",
"van-stepper": "/wxcomponents/@vant/weapp/stepper/index",
"van-steps": "/wxcomponents/@vant/weapp/steps/index",
"van-sticky": "/wxcomponents/@vant/weapp/sticky/index",
"van-submit-bar": "/wxcomponents/@vant/weapp/submit-bar/index",
"van-swipe-cell": "/wxcomponents/@vant/weapp/swipe-cell/index",
"van-switch": "/wxcomponents/@vant/weapp/switch/index",
"van-tabbar": "/wxcomponents/@vant/weapp/tabbar/index",
"van-tabbar-item": "/wxcomponents/@vant/weapp/tabbar-item/index",
"van-tag": "/wxcomponents/@vant/weapp/tag/index",
"van-toast": "/wxcomponents/@vant/weapp/toast/index",
"van-transition": "/wxcomponents/@vant/weapp/transition/index",
"van-tree-select": "/wxcomponents/@vant/weapp/tree-select/index",
"van-uploader": "/wxcomponents/@vant/weapp/uploader/index"
// #endif
}
},
"tabBar": {
// #ifdef H5
"custom": true,
// #endif
"color": "#333",
"selectedColor": "#FF0036",
"backgroundColor": "#fff",
"borderStyle": "white",
"list": [{
"pagePath": "pages/index/index",
"text": "首页"
},
{
"pagePath": "pages/goods/category",
"text": "分类"
},
{
"pagePath": "pages/goods/cart",
"text": "购物车"
},
{
"pagePath": "pages/member/index",
"text": "个人中心"
}
]
},
"easycom": {
"diy-*(\\W.*)": "@/components/diy-components/diy$1.vue"
},
"preloadRule": {
"pages/index/index": {
"network": "all",
"packages": ["pages_tool"]
}
}
}