1226 lines
24 KiB
JSON
1226 lines
24 KiB
JSON
{
|
||
"pages": [
|
||
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "首页",
|
||
"enablePullDownRefresh": true,
|
||
"app-plus": {
|
||
"titleNView": false, //禁用原生导航栏
|
||
"scrollIndicator": "none"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/product/category",
|
||
"style": {
|
||
"navigationBarTitleText": "分类",
|
||
"navigationStyle": "custom",
|
||
"app-plus": {
|
||
"navigationBarTextStyle": "black",
|
||
"titleNView": false,
|
||
"animationType": "none"
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/login/login",
|
||
"style": {
|
||
"navigationBarTitleText": "登录",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/login/mplogin",
|
||
"style": {
|
||
"navigationBarTitleText": "登录",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/login/bindmobile",
|
||
"style": {
|
||
"navigationBarTitleText": "绑定手机号",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/cart/cart",
|
||
"style": {
|
||
"navigationBarTitleText": "购物车",
|
||
"app-plus": {
|
||
"navigationBarTextStyle": "black",
|
||
"titleNView": false,
|
||
"animationType": "none"
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/user/userinfo/userinfo",
|
||
"style": {
|
||
"navigationBarTitleText": "用户信息",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/product/list/list",
|
||
"style": {
|
||
"navigationBarTitleText": "商品列表",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/product/detail/detail",
|
||
"style": {
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "商品详情",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/order/confirm-order",
|
||
"style": {
|
||
"navigationBarTitleText": "确认订单",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/user/address/address",
|
||
"style": {
|
||
"navigationBarTitleText": "设置地址",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/user/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "个人中心",
|
||
"enablePullDownRefresh": true,
|
||
"app-plus": {
|
||
"titleNView": false,
|
||
"animationType": "none"
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/order/myorder",
|
||
"style": {
|
||
"navigationBarTitleText": "我的订单",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/order/order-detail",
|
||
"style": {
|
||
"navigationBarTitleText": "订单详情",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/user/my-wallet/my-wallet",
|
||
"style": {
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "我的钱包",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/user/my-wallet/my-balance",
|
||
"style": {
|
||
"navigationBarTitleText": "钱包明细",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/order/recharge",
|
||
"style": {
|
||
"navigationBarTitleText": "充值",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/user/address/add/add",
|
||
"style": {
|
||
"navigationBarTitleText": "添加收货地址",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/product/search/search",
|
||
"style": {
|
||
"navigationBarTitleText": "搜索",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/order/evaluate/evaluate",
|
||
"style": {
|
||
"navigationBarTitleText": "评价",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/product/detail/look-evaluate/look-evaluate",
|
||
"style": {
|
||
"navigationBarTitleText": "商品评价",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/order/express/express",
|
||
"style": {
|
||
"navigationBarTitleText": "物流",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/order/refund/apply/apply",
|
||
"style": {
|
||
"navigationBarTitleText": "申请售后",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/order/refund/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "退款/售后",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/order/refund/detail/detail",
|
||
"style": {
|
||
"navigationBarTitleText": "售后详情",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/user/address/edit/edit",
|
||
"style": {
|
||
"navigationBarTitleText": "地址编辑",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "components/upload/upload",
|
||
"style": {
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/coupon/coupon",
|
||
"style": {
|
||
"navigationBarTitleText": "领券中心",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/user/my-coupon/my-coupon",
|
||
"style": {
|
||
"navigationBarTitleText": "我的优惠券",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/agent/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "分销中心",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/agent/apply/apply",
|
||
"style": {
|
||
"navigationBarTitleText": "申请成为分销商",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/agent/cash/apply/apply",
|
||
"style": {
|
||
"navigationBarTitleText": "申请提现",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/agent/cash/list/list",
|
||
"style": {
|
||
"navigationBarTitleText": "提现明细",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/user/points/points",
|
||
"style": {
|
||
"navigationBarTitleText": "积分",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/agent/order/order",
|
||
"style": {
|
||
"navigationBarTitleText": "分销订单",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/agent/team/team",
|
||
"style": {
|
||
"navigationBarTitleText": "我的团队",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/agent/qrcode/qrcode",
|
||
"style": {
|
||
"navigationBarTitleText": "推广二维码",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/store/address/address",
|
||
"style": {
|
||
"navigationBarTitleText": "门店列表",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/store/clerkorder",
|
||
"style": {
|
||
"navigationBarTitleText": "订单核销",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/diy-page/diy-page",
|
||
"style": {
|
||
"navigationBarTitleText": "页面",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/article/list/list",
|
||
"style": {
|
||
"navigationBarTitleText": "文章列表",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/article/detail/detail",
|
||
"style": {
|
||
"navigationBarTitleText": "文章详情",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/plus/signin/signin",
|
||
"style": {
|
||
"navigationBarTitleText": "签到",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/plus/points/list/list",
|
||
"style": {
|
||
"navigationBarTitleText": "积分商城",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/plus/points/detail/detail",
|
||
"style": {
|
||
"navigationBarTitleText": "积分商品详情",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/order/pay-success/pay-success",
|
||
"style": {
|
||
"navigationBarTitleText": "支付成功",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/plus/seckill/list/list",
|
||
"style": {
|
||
"navigationBarTitleText": "秒杀列表",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/plus/seckill/detail/detail",
|
||
"style": {
|
||
"navigationBarTitleText": "秒杀详情",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/plus/assemble/list/list",
|
||
"style": {
|
||
"navigationBarTitleText": "拼团列表",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/plus/assemble/detail/detail",
|
||
"style": {
|
||
"navigationBarTitleText": "拼团详情",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/plus/assemble/fight-group-detail/fight-group-detail",
|
||
"style": {
|
||
"navigationBarTitleText": "分享拼团",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/plus/bargain/list/list",
|
||
"style": {
|
||
"navigationBarTitleText": "砍价列表",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/plus/bargain/detail/detail",
|
||
"style": {
|
||
"navigationBarTitleText": "砍价详情",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/plus/bargain/haggle/haggle",
|
||
"style": {
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "砍价购",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/user/my-bargain/my-bargain",
|
||
"style": {
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "我的砍价",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/plus/signin/rule/rule",
|
||
"style": {
|
||
"navigationBarTitleText": "活动规则",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/store/detail/detail",
|
||
"style": {
|
||
"navigationBarTitleText": "门店详情",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/login/weblogin",
|
||
"style": {
|
||
"navigationBarTitleText": "登录",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/order/pay-h5/pay-h5",
|
||
"style": {
|
||
"navigationBarTitleText": "订单支付",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/user/set/set",
|
||
"style": {
|
||
"navigationBarTitleText": "设置",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/shop/shop_list",
|
||
"style": {
|
||
"navigationBarTitleText": "店铺列表",
|
||
"app-plus": {
|
||
"titleNView": false
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/shop/register",
|
||
"style": {
|
||
"navigationBarTitleText": "供应商入驻",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/user/my_attention/my_attention",
|
||
"style": {
|
||
"navigationBarTitleText": "我的收藏",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/user/my_collect/my_collect",
|
||
"style": {
|
||
"navigationBarTitleText": "我的关注",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/shop/shop",
|
||
"style": {
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "店铺首页",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/user/my_shop/my_shop",
|
||
"style": {
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "我的店铺",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/shop/application_status",
|
||
"style": {
|
||
"navigationBarTitleText": "申请状态",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/user/my_shop/my_shop_order",
|
||
"style": {
|
||
"navigationBarTitleText": "店铺订单",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/user/my_shop/after_sale",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/user/modify-phone/modify-phone",
|
||
"style": {
|
||
"navigationBarTitleText": "绑定手机号",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/order/deposit-pay",
|
||
"style": {
|
||
"navigationBarTitleText": "缴纳保证金",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/user/my_shop/pro_admin",
|
||
"style": {
|
||
"navigationBarTitleText": "商品管理",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/user/my_shop/my_shop_data",
|
||
"style": {
|
||
"navigationBarTitleText": "店铺数据",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/user/my_shop/my_shop_detail",
|
||
"style": {
|
||
"navigationBarTitleText": "订单详情",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/user/my_shop/my_live/notice/notice",
|
||
"style": {
|
||
"navigationBarTitleText": "直播预告",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/user/my_shop/my_live/add/add",
|
||
"style": {
|
||
"navigationBarTitleText": "直播预告",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/user/my_shop/my_live/my-live/edit",
|
||
"style": {
|
||
"navigationBarTitleText": "直播商品",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/user/my_shop/my_live/live/live",
|
||
"style": {
|
||
"navigationBarTitleText": "发起直播",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/user/my_shop/my_live/my-live/record",
|
||
"style": {
|
||
"navigationBarTitleText": "直播记录",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/user/my_shop/my_live/my-live/my-live",
|
||
"style": {
|
||
"navigationBarTitleText": "我的直播",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/user/my_shop/my_live/live-order/live-order",
|
||
"style": {
|
||
"navigationBarTitleText": "直播订单",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/login/openlogin",
|
||
"style": {
|
||
"navigationBarTitleText": "登录",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/plus/chat/chat",
|
||
"style": {
|
||
"navigationBarTitleText": "聊天",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/plus/chat/chat_list",
|
||
"style": {
|
||
"navigationBarTitleText": "聊天列表",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/order/alipay-h5/alipay-h5",
|
||
"style": {
|
||
"navigationBarTitleText": "订单支付",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/coupon/detail",
|
||
"style": {
|
||
"navigationStyle": "custom",
|
||
"navigationBarTitleText": "优惠券详情",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/plus/chat/supplier_chat_list",
|
||
"style": {
|
||
"navigationBarTitleText": "聊天列表",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/plus/chat/supplier_chat",
|
||
"style": {
|
||
"navigationBarTitleText": "聊天",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/plus/lottery/lottery",
|
||
"style": {
|
||
"navigationBarTitleText": "幸运大转盘",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "pages/plus/table/table",
|
||
"style": {
|
||
"navigationBarTitleText": "表单",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
|
||
}
|
||
}, {
|
||
"path": "pages/privacy/privacy",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
"titleNView": false, //禁用原生导航栏
|
||
"scrollIndicator": "none"
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/webview/webview",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/order/cashier",
|
||
"style": {
|
||
"navigationBarTitleText": "收银台",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/user/cash/apply",
|
||
"style": {
|
||
"navigationBarTitleText": "提现申请",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
"titleNView": false, //禁用原生导航栏
|
||
"scrollIndicator": "none"
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/user/cash/list",
|
||
"style": {
|
||
"navigationBarTitleText": "余额提现",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
"titleNView": false, //禁用原生导航栏
|
||
"scrollIndicator": "none"
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/plus/presale/list",
|
||
"style": {
|
||
"navigationBarTitleText": "预售列表",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
"titleNView": false, //禁用原生导航栏
|
||
"scrollIndicator": "none"
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/plus/task/index",
|
||
"style": {
|
||
"navigationBarTitleText": "任务中心",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/shop/index",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/order/assemble-order",
|
||
"style": {
|
||
"navigationBarTitleText": "我的拼团",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/plus/lottery/WinningRecord",
|
||
"style": {
|
||
"navigationBarTitleText": "领奖记录",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/plus/lottery/receive",
|
||
"style": {
|
||
"navigationBarTitleText": "奖品兑换",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/user/evaluate/list",
|
||
"style": {
|
||
"navigationBarTitleText": "我的评价",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false,
|
||
"scrollIndicator": "none"
|
||
//#endif
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "pages/user/my_shop/addProduct",
|
||
"style": {
|
||
"navigationBarTitleText": "商品添加",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
,{
|
||
"path" : "pages/plus/preview/list",
|
||
"style" :
|
||
{
|
||
"navigationBarTitleText": "预告",
|
||
"enablePullDownRefresh": false
|
||
}
|
||
|
||
}
|
||
],
|
||
"subPackages": [{
|
||
"root": "pagesLive",
|
||
"pages": [{
|
||
"path": "live/index",
|
||
"style": {
|
||
"navigationBarTitleText": "直播",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "live/live",
|
||
"style": {
|
||
"navigationBarTitleText": "直播间",
|
||
"enablePullDownRefresh": false,
|
||
"navigationStyle": "custom",
|
||
"backgroundColor": "#000000",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
}, {
|
||
"path": "live/live-over",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false,
|
||
"navigationStyle": "custom",
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
|
||
}, {
|
||
"path": "live/playback",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
//#ifdef H5
|
||
"titleNView": false
|
||
//#endif
|
||
}
|
||
}
|
||
|
||
}]
|
||
}],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#FFFFFF",
|
||
"backgroundColor": "#F5F5F5"
|
||
},
|
||
"tabBar": {
|
||
"color": "#999",
|
||
"selectedColor": "#ff5a5a",
|
||
"borderStyle": "black",
|
||
"backgroundColor": "#ffffff",
|
||
"list": [{
|
||
"pagePath": "pages/index/index",
|
||
"iconPath": "static/tabbar/no.png",
|
||
"selectedIconPath": "static/tabbar/no.png",
|
||
"text": ""
|
||
},
|
||
{
|
||
"pagePath": "pages/product/category",
|
||
"iconPath": "static/tabbar/no.png",
|
||
"selectedIconPath": "static/tabbar/no.png",
|
||
"text": ""
|
||
},
|
||
{
|
||
"pagePath": "pages/shop/shop_list",
|
||
"iconPath": "static/tabbar/no.png",
|
||
"selectedIconPath": "static/tabbar/no.png",
|
||
"text": ""
|
||
},
|
||
{
|
||
"pagePath": "pages/cart/cart",
|
||
"iconPath": "static/tabbar/no.png",
|
||
"selectedIconPath": "static/tabbar/no.png",
|
||
"text": ""
|
||
},
|
||
{
|
||
"pagePath": "pages/user/index/index",
|
||
"iconPath": "static/tabbar/no.png",
|
||
"selectedIconPath": "static/tabbar/no.png",
|
||
"text": ""
|
||
}
|
||
]
|
||
},
|
||
"condition": { //模式配置,仅开发期间生效
|
||
"current": 0, //当前激活的模式(list 的索引项)
|
||
"list": [{
|
||
"name": "", //模式名称
|
||
"path": "", //启动页面,必选
|
||
"query": "" //启动参数,在页面的onLoad函数里面得到
|
||
}]
|
||
}
|
||
}
|