{
|
"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/cart/cart",
|
"style": {
|
"navigationBarTitleText": "购物车",
|
"app-plus": {
|
"navigationBarTextStyle": "black",
|
"titleNView": false,
|
"animationType": "none"
|
}
|
}
|
}, {
|
"path": "pages/tabBar/user/index",
|
"style": {
|
"navigationStyle": "custom",
|
"navigationBarTitleText": "个人中心",
|
"enablePullDownRefresh": true,
|
"app-plus": {
|
"titleNView": false,
|
"animationType": "none"
|
}
|
}
|
}, {
|
"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/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/order/recharge",
|
"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": "components/upload/upload",
|
"style": {
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, */
|
{
|
"path": "pages/agent/index/index",
|
"style": {
|
"navigationStyle": "custom",
|
"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/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/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/order/pay-success/pay-success",
|
"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/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/shop/search",
|
"style": {
|
"navigationBarTitleText": "店内搜索",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "pages/shop/qywx_qrcode",
|
"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/shop/category",
|
"style": {
|
"navigationBarTitleText": "店铺分类",
|
"navigationStyle": "custom",
|
"app-plus": {
|
"navigationBarTextStyle": "black",
|
"titleNView": false,
|
"animationType": "none"
|
}
|
}
|
|
}, {
|
"path": "pages/shop/application_status",
|
"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/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/order/alipay-h5/alipay-h5",
|
"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
|
},
|
//微信插件配置
|
"mp-weixin": {
|
"usingComponents": {
|
"fs-cash-item": "plugin://fshows-cash-plugin/fs-cash-item"
|
}
|
}
|
}
|
|
}, {
|
"path": "pages/shop/index",
|
"style": {
|
"navigationBarTitleText": "",
|
"enablePullDownRefresh": false
|
}
|
|
}
|
],
|
"subPackages": [{
|
"root": "pages/branch",
|
"pages": [{
|
"path": "activity/index/index",
|
"style": {
|
"navigationBarTitleText": "",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "activity/detail/detail",
|
"style": {
|
"navigationBarTitleText": "活动详情",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "activity/product/index",
|
"style": {
|
"navigationBarTitleText": "",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "activity/product/cart",
|
"style": {
|
"navigationBarTitleText": "购物车",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "branch/index/index",
|
"style": {
|
"navigationBarTitleText": "",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "member/index/index",
|
"style": {
|
"navigationBarTitleText": "",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "member/detail/detail",
|
"style": {
|
"navigationBarTitleText": "会员详情",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "admin/index",
|
"style": {
|
"navigationBarTitleText": "分会管理中心",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "admin/activity/index",
|
"style": {
|
"navigationBarTitleText": "活动管理",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "admin/activity/add",
|
"style": {
|
"navigationBarTitleText": "添加活动",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "admin/activity/edit",
|
"style": {
|
"navigationBarTitleText": "编辑活动",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "admin/activity/user",
|
"style": {
|
"navigationBarTitleText": "报名名单",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "admin/activity/album",
|
"style": {
|
"navigationBarTitleText": "活动相册",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "admin/member/index",
|
"style": {
|
"navigationBarTitleText": "会员管理",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "admin/member/add",
|
"style": {
|
"navigationBarTitleText": "添加会员",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "admin/member/edit",
|
"style": {
|
"navigationBarTitleText": "修改会员",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "admin/branch/index",
|
"style": {
|
"navigationBarTitleText": "分会管理",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "admin/branch/add",
|
"style": {
|
"navigationBarTitleText": "添加分会",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "admin/branch/edit",
|
"style": {
|
"navigationBarTitleText": "编辑分会",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}
|
]
|
},
|
{
|
"root": "pages/user",
|
"pages": [{
|
"path": "userinfo/userinfo",
|
"style": {
|
"navigationBarTitleText": "用户信息",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "address/address",
|
"style": {
|
"navigationBarTitleText": "设置地址",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "my-wallet/my-wallet",
|
"style": {
|
"navigationStyle": "custom",
|
"navigationBarTitleText": "我的钱包",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "my-wallet/my-balance",
|
"style": {
|
"navigationBarTitleText": "钱包明细",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "my-wallet/my-supplier-balance",
|
"style": {
|
"navigationBarTitleText": "商户余额",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "address/add/add",
|
"style": {
|
"navigationBarTitleText": "添加收货地址",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "address/edit/edit",
|
"style": {
|
"navigationBarTitleText": "地址编辑",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "my-coupon/my-coupon",
|
"style": {
|
"navigationBarTitleText": "我的优惠券",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "my-coupon/my-detail",
|
"style": {
|
"navigationStyle": "custom",
|
"navigationBarTitleText": "优惠券",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "my-qrcode/my-qrcode",
|
"style": {
|
"navigationStyle": "custom",
|
"navigationBarTitleText": "会员码",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "points/points",
|
"style": {
|
"navigationBarTitleText": "积分",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "my-bargain/my-bargain",
|
"style": {
|
"navigationStyle": "custom",
|
"navigationBarTitleText": "我的砍价",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "set/set",
|
"style": {
|
"navigationBarTitleText": "设置",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "my_attention/my_attention",
|
"style": {
|
"navigationBarTitleText": "我的收藏",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
|
}, {
|
"path": "my_collect/my_collect",
|
"style": {
|
"navigationBarTitleText": "我的关注",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
|
}, {
|
"path": "my_shop/my_shop",
|
"style": {
|
"navigationStyle": "custom",
|
"navigationBarTitleText": "我的店铺",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
|
}, {
|
"path": "my_shop/member/member",
|
"style": {
|
"navigationBarTitleText": "年卡",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
|
}, {
|
"path": "my_shop/cash/apply/apply",
|
"style": {
|
"navigationBarTitleText": "提现申请",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
|
}, {
|
"path": "my_shop/cash/list/list",
|
"style": {
|
"navigationBarTitleText": "提现列表",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
|
}, {
|
"path": "register/register",
|
"style": {
|
"navigationBarTitleText": "注册",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
|
}, {
|
"path": "my_shop/my_shop_order",
|
"style": {
|
"navigationBarTitleText": "店铺订单",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
|
}, {
|
"path": "my_shop/after_sale",
|
"style": {
|
"navigationBarTitleText": "",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "my_shop/my_shop_password",
|
"style": {
|
"navigationBarTitleText": "修改密码",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "modify-phone/modify-phone",
|
"style": {
|
"navigationBarTitleText": "绑定手机号",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "modify-real/modify-real",
|
"style": {
|
"navigationBarTitleText": "实名认证",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "modify-real/modify-edit",
|
"style": {
|
"navigationBarTitleText": "修改银行卡",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "my_shop/pro_admin",
|
"style": {
|
"navigationBarTitleText": "商品管理",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
|
}, {
|
"path": "my_shop/product_add",
|
"style": {
|
"navigationBarTitleText": "商品添加",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
|
}, {
|
"path": "my_shop/product_edit",
|
"style": {
|
"navigationBarTitleText": "商品编辑",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
|
}, {
|
"path": "my_shop/my_shop_data",
|
"style": {
|
"navigationBarTitleText": "店铺数据",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
|
}, {
|
"path": "my_shop/my_shop_detail",
|
"style": {
|
"navigationBarTitleText": "订单详情",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "cash/apply",
|
"style": {
|
"navigationBarTitleText": "提现申请",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
"titleNView": false, //禁用原生导航栏
|
"scrollIndicator": "none"
|
}
|
}
|
|
}, {
|
"path": "cash/list",
|
"style": {
|
"navigationBarTitleText": "余额提现",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
"titleNView": false, //禁用原生导航栏
|
"scrollIndicator": "none"
|
}
|
}
|
}, {
|
"path": "card/card",
|
"style": {
|
"navigationBarTitleText": "会员卡",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
|
}, {
|
"path": "card/list",
|
"style": {
|
"navigationBarTitleText": "会员卡列表",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "my_activity/index",
|
"style": {
|
"navigationBarTitleText": "我参与的活动",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "my_activity/detail",
|
"style": {
|
"navigationBarTitleText": "报名详情",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "consumer/consumer",
|
"style": {
|
"navigationBarTitleText": "消费券"
|
}
|
}
|
]
|
},
|
{
|
"root": "pages/store",
|
"pages": [{
|
"path": "detail/detail",
|
"style": {
|
"navigationBarTitleText": "门店详情",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "address/address",
|
"style": {
|
"navigationBarTitleText": "门店列表",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "scancode",
|
"style": {
|
"navigationBarTitleText": "扫码",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}
|
]
|
},
|
{
|
"root": "pages/coupon",
|
"pages": [{
|
"path": "coupon",
|
"style": {
|
"navigationBarTitleText": "领券中心",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "detail",
|
"style": {
|
"navigationStyle": "custom",
|
"navigationBarTitleText": "优惠券详情",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}]
|
},
|
{
|
"root": "pages/plus",
|
"pages": [{
|
"path": "signin/signin",
|
"style": {
|
"navigationBarTitleText": "签到",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "points/list/list",
|
"style": {
|
"navigationBarTitleText": "积分商城",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "points/detail/detail",
|
"style": {
|
"navigationBarTitleText": "积分商品详情",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "seckill/list/list",
|
"style": {
|
"navigationBarTitleText": "秒杀列表",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "seckill/detail/detail",
|
"style": {
|
"navigationBarTitleText": "秒杀详情",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "assemble/list/list",
|
"style": {
|
"navigationBarTitleText": "拼团列表",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "assemble/detail/detail",
|
"style": {
|
"navigationBarTitleText": "拼团详情",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "assemble/fight-group-detail/fight-group-detail",
|
"style": {
|
"navigationBarTitleText": "分享拼团",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "bargain/list/list",
|
"style": {
|
"navigationBarTitleText": "砍价列表",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "bargain/detail/detail",
|
"style": {
|
"navigationBarTitleText": "砍价详情",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "bargain/haggle/haggle",
|
"style": {
|
"navigationStyle": "custom",
|
"navigationBarTitleText": "砍价购",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "signin/rule/rule",
|
"style": {
|
"navigationBarTitleText": "活动规则",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "chat/chat",
|
"style": {
|
"navigationBarTitleText": "聊天",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "chat/chat_list",
|
"style": {
|
"navigationBarTitleText": "聊天列表",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "chat/supplier_chat_list",
|
"style": {
|
"navigationBarTitleText": "聊天列表",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
|
}, {
|
"path": "chat/supplier_chat",
|
"style": {
|
"navigationBarTitleText": "聊天",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
|
}, {
|
"path": "lottery/lottery",
|
"style": {
|
"navigationBarTitleText": "幸运大转盘",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "table/table",
|
"style": {
|
"navigationBarTitleText": "表单",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
|
}
|
}, {
|
"path": "presale/list",
|
"style": {
|
"navigationBarTitleText": "预售列表",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
"titleNView": false, //禁用原生导航栏
|
"scrollIndicator": "none"
|
}
|
}
|
|
}, {
|
"path": "task/index",
|
"style": {
|
"navigationBarTitleText": "任务中心",
|
"enablePullDownRefresh": false
|
}
|
|
},
|
{
|
"path": "business/index",
|
"style": {
|
"navigationBarTitleText": "名片",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "business/add",
|
"style": {
|
"navigationBarTitleText": "添加名片",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "business/detail",
|
"style": {
|
"navigationBarTitleText": "查看名片",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "business/list",
|
"style": {
|
"navigationBarTitleText": "名片列表"
|
}
|
},
|
{
|
"path": "business/visitors",
|
"style": {
|
"navigationBarTitleText": "访客列表"
|
}
|
},
|
{
|
"path": "business/cashier",
|
"style": {
|
"navigationBarTitleText": "收银台"
|
}
|
},
|
{
|
"path": "business/chat/chat",
|
"style": {
|
"navigationBarTitleText": "聊天"
|
}
|
},
|
{
|
"path": "business/chat/list",
|
"style": {
|
"navigationBarTitleText": "聊天列表"
|
}
|
}, {
|
"path": "vip/index",
|
"style": {
|
"navigationStyle": "custom",
|
"navigationBarTitleText": "VIP中心",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "vip/apply",
|
"style": {
|
"navigationStyle": "custom",
|
"navigationBarTitleText": "申请成为VIP",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "vip/team",
|
"style": {
|
"navigationBarTitleText": "我的团队",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "vip/order",
|
"style": {
|
"navigationBarTitleText": "VIP订单",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "vip/cash",
|
"style": {
|
"navigationBarTitleText": "申请提现",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "vip/qrcode",
|
"style": {
|
"navigationBarTitleText": "推广二维码",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "vip/cash/apply",
|
"style": {
|
"navigationBarTitleText": "提现申请",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "vip/cash/list",
|
"style": {
|
"navigationBarTitleText": "提现明细",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}
|
]
|
},
|
{
|
"root": "pages/login",
|
"pages": [{
|
"path": "openlogin",
|
"style": {
|
"navigationBarTitleText": "登录",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "login",
|
"style": {
|
"navigationBarTitleText": "登录",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "mplogin",
|
"style": {
|
"navigationBarTitleText": "登录",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "bindmobile",
|
"style": {
|
"navigationBarTitleText": "绑定手机号",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "weblogin",
|
"style": {
|
"navigationBarTitleText": "登录",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}
|
]
|
},
|
{
|
"root": "pages2",
|
"pages": [{
|
"path": "city/index",
|
"style": {
|
"navigationStyle": "custom",
|
"navigationBarTitleText": "选择站点",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "team/apply/apply",
|
"style": {
|
"navigationBarTitleText": "申请成为队长",
|
"enablePullDownRefresh": false
|
}
|
}, {
|
"path": "team/index/index",
|
"style": {
|
"navigationBarTitleText": "团队分红",
|
"enablePullDownRefresh": false
|
}
|
}, {
|
"path": "team/order/order",
|
"style": {
|
"navigationBarTitleText": "分红订单",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "team/team/team",
|
"style": {
|
"navigationBarTitleText": "我的团队",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "team/statistics/statistics",
|
"style": {
|
"navigationBarTitleText": "分红统计",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "team/cash/apply/apply",
|
"style": {
|
"navigationBarTitleText": "申请提现",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "team/cash/list/list",
|
"style": {
|
"navigationBarTitleText": "提现明细",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "region/apply/apply",
|
"style": {
|
"navigationBarTitleText": "申请成为代理",
|
"enablePullDownRefresh": false
|
}
|
}, {
|
"path": "region/index/index",
|
"style": {
|
"navigationBarTitleText": "代理区域",
|
"enablePullDownRefresh": false
|
}
|
}, {
|
"path": "region/order/order",
|
"style": {
|
"navigationBarTitleText": "分红订单",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "region/bonus/bonus",
|
"style": {
|
"navigationBarTitleText": "代理分红",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "region/cash/apply/apply",
|
"style": {
|
"navigationBarTitleText": "申请提现",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "region/cash/list/list",
|
"style": {
|
"navigationBarTitleText": "提现明细",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "shareholder/apply/apply",
|
"style": {
|
"navigationBarTitleText": "申请成为股东",
|
"enablePullDownRefresh": false
|
}
|
}, {
|
"path": "shareholder/index/index",
|
"style": {
|
"navigationBarTitleText": "股东分红",
|
"enablePullDownRefresh": false
|
}
|
}, {
|
"path": "shareholder/order/order",
|
"style": {
|
"navigationBarTitleText": "分红订单",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "shareholder/bonus/bonus",
|
"style": {
|
"navigationBarTitleText": "分红明细",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "shareholder/cash/apply/apply",
|
"style": {
|
"navigationBarTitleText": "申请提现",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "shareholder/cash/list/list",
|
"style": {
|
"navigationBarTitleText": "提现明细",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "delivery/index",
|
"style": {
|
"navigationStyle": "custom",
|
"navigationBarTitleText": "配送点",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "delivery/order",
|
"style": {
|
"navigationBarTitleText": "配送点订单",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "delivery/clerk",
|
"style": {
|
"navigationBarTitleText": "配送员",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "delivery/cash/apply/apply",
|
"style": {
|
"navigationBarTitleText": "申请提现",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "delivery/cash/list/list",
|
"style": {
|
"navigationBarTitleText": "提现明细",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "delivery/settlement",
|
"style": {
|
"navigationBarTitleText": "结算明细",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "deliveryclerk/index",
|
"style": {
|
"navigationStyle": "custom",
|
"navigationBarTitleText": "配送员",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "deliveryclerk/order",
|
"style": {
|
"navigationBarTitleText": "配送员订单",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "deliveryclerk/cash/apply/apply",
|
"style": {
|
"navigationBarTitleText": "申请提现",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "deliveryclerk/cash/list/list",
|
"style": {
|
"navigationBarTitleText": "提现明细",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "deliveryclerk/settlement",
|
"style": {
|
"navigationBarTitleText": "结算明细",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "regactivity/index/index",
|
"style": {
|
"navigationBarTitleText": "活动报名",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "regactivity/detail/detail",
|
"style": {
|
"navigationBarTitleText": "活动详情",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "regactivity/rule/rule",
|
"style": {
|
"navigationBarTitleText": "活动介绍",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "ticket/index/index",
|
"style": {
|
"navigationBarTitleText": "凭证列表",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "ticket/detail/detail",
|
"style": {
|
"navigationBarTitleText": "凭证上传",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "ticket/img/img",
|
"style": {
|
"navigationBarTitleText": "凭证详情",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "goodstore/store",
|
"style": {
|
"navigationBarTitleText": "我的",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "goodstore/detail",
|
"style": {
|
"navigationBarTitleText": "好店详情",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "goodcoupon/coupon",
|
"style": {
|
"navigationBarTitleText": "领好券",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "store/order",
|
"style": {
|
"navigationBarTitleText": "订单核销记录",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "store/couponOrder",
|
"style": {
|
"navigationBarTitleText": "券核销记录",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "commander/index",
|
"style": {
|
"navigationStyle": "custom",
|
"navigationBarTitleText": "团长",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "commander/order",
|
"style": {
|
"navigationBarTitleText": "配送订单",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "commander/deliveryman",
|
"style": {
|
"navigationBarTitleText": "配送员管理",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "commander/cash/apply/apply",
|
"style": {
|
"navigationBarTitleText": "申请提现",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "commander/cash/list/list",
|
"style": {
|
"navigationBarTitleText": "提现明细",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "commander/settlement",
|
"style": {
|
"navigationBarTitleText": "结算明细",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "commander/add",
|
"style": {
|
"navigationBarTitleText": "添加配送员",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "deliveryman/index",
|
"style": {
|
"navigationStyle": "custom",
|
"navigationBarTitleText": "外卖配送员",
|
"enablePullDownRefresh": false,
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "deliveryman/order",
|
"style": {
|
"navigationBarTitleText": "配送订单",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "deliveryman/cash/apply/apply",
|
"style": {
|
"navigationBarTitleText": "申请提现",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "deliveryman/cash/list/list",
|
"style": {
|
"navigationBarTitleText": "提现明细",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "deliveryman/settlement",
|
"style": {
|
"navigationBarTitleText": "结算明细",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "bonus/apply/apply",
|
"style": {
|
"navigationStyle": "custom",
|
"navigationBarTitleText": "申请成为分红用户",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "bonus/index/index",
|
"style": {
|
"navigationStyle": "custom",
|
"navigationBarTitleText": "分红中心",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "bonus/order/order",
|
"style": {
|
"navigationBarTitleText": "分红订单",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "bonus/qrcode/qrcode",
|
"style": {
|
"navigationBarTitleText": "推广二维码",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
},
|
{
|
"path": "bonus/team/team",
|
"style": {
|
"navigationBarTitleText": "成员",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "bonus/cash/apply/apply",
|
"style": {
|
"navigationBarTitleText": "申请提现",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}, {
|
"path": "bonus/cash/list/list",
|
"style": {
|
"navigationBarTitleText": "提现明细",
|
"app-plus": {
|
//#ifdef H5
|
"titleNView": false
|
//#endif
|
}
|
}
|
}
|
]
|
},
|
{
|
"root": "pages3",
|
"pages": [{
|
"path": "release/demandapply/apply",
|
"style": {
|
"navigationBarTitleText": "需求方申请",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "release/supplyapply/apply",
|
"style": {
|
"navigationBarTitleText": "供求方申请",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "release/demandindex/index",
|
"style": {
|
"navigationBarTitleText": "需求方",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "release/supplyindex/index",
|
"style": {
|
"navigationBarTitleText": "供求方",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "release/demandproject/index",
|
"style": {
|
"navigationBarTitleText": "发布需求",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "release/demandproject/release",
|
"style": {
|
"navigationBarTitleText": "我要发布",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "release/demandproject/edit",
|
"style": {
|
"navigationBarTitleText": "修改信息",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "release/supplyproject/index",
|
"style": {
|
"navigationBarTitleText": "发布服务",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "release/supplyproject/release",
|
"style": {
|
"navigationBarTitleText": "我要发布",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "release/supplyproject/edit",
|
"style": {
|
"navigationBarTitleText": "修改信息",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "release/project/list",
|
"style": {
|
"navigationBarTitleText": "供需大厅",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "release/project/detail",
|
"style": {
|
"navigationBarTitleText": "供需详情",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "release/demandorder/index",
|
"style": {
|
"navigationBarTitleText": "需求订单",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "release/supplyorder/index",
|
"style": {
|
"navigationBarTitleText": "供求订单",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "release/supplycash/apply/apply",
|
"style": {
|
"navigationBarTitleText": "申请提现",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "release/supplycash/list/list",
|
"style": {
|
"navigationBarTitleText": "提现明细",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "release/chat/chat",
|
"style": {
|
"navigationBarTitleText": "聊天信息",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "release/chat/chat_list",
|
"style": {
|
"navigationBarTitleText": "聊天列表",
|
"enablePullDownRefresh": false
|
}
|
},
|
{
|
"path": "release/project/look-evaluate/look-evaluate",
|
"style": {
|
"navigationBarTitleText": "评论列表",
|
"enablePullDownRefresh": false
|
}
|
}
|
]
|
}
|
],
|
"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/tabBar/user/index",
|
"iconPath": "static/tabbar/no.png",
|
"selectedIconPath": "static/tabbar/no.png",
|
"text": ""
|
}
|
]
|
},
|
"condition": { //模式配置,仅开发期间生效
|
"current": 0, //当前激活的模式(list 的索引项)
|
"list": [{
|
"name": "", //模式名称
|
"path": "", //启动页面,必选
|
"query": "" //启动参数,在页面的onLoad函数里面得到
|
}]
|
}
|
}
|