{
|
"usingShopPlugin": true,
|
"easycom": {
|
"^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
|
},
|
"pages": [
|
{
|
"path": "pages/index/default/default",
|
"style": {
|
"navigationStyle": "custom",
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "首页",
|
"enablePullDownRefresh": true
|
}
|
},
|
{
|
"path": "pages/index/custom/custom",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "页面",
|
"enablePullDownRefresh": true
|
}
|
},
|
{
|
"path": "pages/index/cart/cart",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "购物车"
|
}
|
},
|
{
|
"path": "pages/index/member/member",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "会员中心"
|
}
|
},
|
{
|
"path": "pages/category/index/index",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "分类"
|
}
|
},
|
{
|
"path": "pages/category/list/list",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "商品列表"
|
}
|
}
|
],
|
"subpackages": [
|
{
|
"root": "pages/livebroadcast",
|
"name": "livebroadcast",
|
"pages": [
|
{
|
"path": "index/index",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "直播间"
|
}
|
}
|
]
|
//,
|
//"plugins": {
|
// "live-player-plugin": {
|
// "version": "1.3.5", // 注意该直播组件最新版本号
|
// "provider": "wx2b03c6e691cd7370" // 必须填该直播组件appid,不是小程序的appid
|
// }
|
//}
|
},
|
{
|
"root": "pages/article",
|
"name": "article",
|
"pages": [
|
{
|
"path": "details/details",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "文章详情"
|
}
|
},
|
{
|
"path": "list/list",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "文章列表"
|
}
|
},
|
{
|
"path": "category/category",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "文章栏目列表"
|
}
|
}
|
]
|
},
|
{
|
"root": "pages/notice",
|
"name": "notice",
|
"pages": [
|
{
|
"path": "details/details",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "公告详情"
|
}
|
},
|
{
|
"path": "list/list",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "公告列表"
|
}
|
}
|
]
|
},
|
{
|
"root": "pages/webview",
|
"name": "webview",
|
"pages": [
|
{
|
"path": "webview",
|
"style": {
|
"navigationBarTextStyle": "white",
|
"navigationBarTitleText": "网页详情"
|
}
|
}
|
]
|
},
|
{
|
"root": "pages/map",
|
"name": "map",
|
"pages": [
|
{
|
"path": "map",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "地图展示"
|
}
|
}
|
]
|
},
|
{
|
"root": "pages/form",
|
"name": "form",
|
"pages": [
|
{
|
"path": "details/details",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "表单详情"
|
}
|
},
|
{
|
"path": "list/list",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "表单列表"
|
}
|
}
|
]
|
},
|
{
|
"root": "pages/coupon",
|
"name": "coupon",
|
"pages": [
|
{
|
"path": "coupon",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "优惠券列表"
|
}
|
}
|
]
|
},
|
{
|
"root": "pages/goods",
|
"name": "goods",
|
"pages": [
|
{
|
"path": "goodDetails/goodDetails",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "商品详情",
|
"navigationStyle": "custom"
|
}
|
},
|
{
|
"path": "goodComments/goodComments",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "商品评论"
|
}
|
}
|
]
|
},
|
{
|
"root": "pages/login",
|
"name": "login",
|
"pages": [
|
{
|
"path": "loginBySMS/loginBySMS",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "授权登录"
|
}
|
}
|
]
|
},
|
{
|
"root": "pages/payment",
|
"name": "payment",
|
"pages": [
|
{
|
"path": "pay/pay",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "支付"
|
}
|
},
|
{
|
"path": "result/result",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "支付结果"
|
}
|
}
|
]
|
},
|
{
|
"root": "pages/placeOrder",
|
"name": "placeOrder",
|
"pages": [
|
{
|
"path": "index/index",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "提交订单"
|
}
|
},
|
{
|
"path": "invoice/invoice",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "发票"
|
}
|
},
|
{
|
"path": "storeList/storeList",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "门店列表"
|
}
|
}
|
]
|
},
|
{
|
"root": "pages/storeMap",
|
"name": "storeMap",
|
"pages": [
|
{
|
"path": "storeMap",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "门店列表"
|
}
|
}
|
],
|
"plugins": {
|
"routePlan": {
|
"version": "1.0.18",
|
"provider": "wx50b5593e81dd937a"
|
}
|
}
|
},
|
{
|
"root": "pages/search",
|
"name": "search",
|
"pages": [
|
{
|
"path": "search",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "搜索"
|
}
|
}
|
]
|
},
|
{
|
"root": "pages/serviceGoods",
|
"name": "serviceGoods",
|
"pages": [
|
{
|
"path": "index/index",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "服务商品列表"
|
}
|
},
|
{
|
"path": "details/details",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "服务商品详情"
|
}
|
}
|
]
|
},
|
{
|
"root": "pages/share",
|
"name": "share",
|
"pages": [
|
{
|
"path": "sharePoster/sharePoster",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "分享"
|
}
|
},
|
{
|
"path": "shareNewPoster/shareNewPoster",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "新版分享"
|
}
|
},
|
{
|
"path": "jump/jump",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "加载中..."
|
}
|
}
|
]
|
},
|
{
|
"root": "pages/activity",
|
"name": "activity",
|
"pages": [
|
{
|
"path": "pinTuan/list/list",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "拼团列表"
|
}
|
},
|
{
|
"path": "pinTuan/pinTuanDetails/pinTuanDetails",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "拼团详情"
|
}
|
},
|
{
|
"path": "seckill/list/list",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "秒杀列表"
|
}
|
},
|
{
|
"path": "seckill/seckillDetails/seckillDetails",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "秒杀详情"
|
}
|
},
|
{
|
"path": "groupBuying/list/list",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "团购列表"
|
}
|
},
|
{
|
"path": "groupBuying/groupBuyingDetails/groupBuyingDetails",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "团购详情"
|
}
|
},
|
{
|
"path": "solitaire/list/list",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "接龙"
|
}
|
},
|
{
|
"path": "solitaire/solitaireDetails/solitaireDetails",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "接龙详情"
|
}
|
},
|
{
|
"path": "checkIn/checkIn/checkIn",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "日历签到"
|
}
|
}
|
]
|
},
|
{
|
"root": "pages/member",
|
"name": "member",
|
"pages": [
|
{
|
"path": "coupon/index",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "我的优惠券"
|
}
|
},
|
{
|
"path": "balance/index/index",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "我的余额"
|
}
|
},
|
{
|
"path": "balance/recharge/recharge",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "储值"
|
}
|
},
|
{
|
"path": "balance/withdrawCash/withdrawCash",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "提现"
|
}
|
},
|
{
|
"path": "balance/details/details",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "余额明细"
|
}
|
},
|
{
|
"path": "balance/cashlist/cashlist",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "提现记录"
|
}
|
},
|
{
|
"path": "balance/bankcard/bankcard",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "我的银行卡"
|
}
|
},
|
{
|
"path": "balance/addBankCard/addBankCard",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "添加银行卡"
|
}
|
},
|
{
|
"path": "collection/index",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "我的收藏"
|
}
|
},
|
{
|
"path": "history/index",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "我的足迹"
|
}
|
},
|
{
|
"path": "address/list/list",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "地址管理"
|
}
|
},
|
{
|
"path": "address/index/index",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "修改地址"
|
}
|
},
|
{
|
"path": "address/map/map",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "选取街道"
|
}
|
},
|
{
|
"path": "setting/index/index",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "设置"
|
}
|
},
|
{
|
"path": "setting/userInfo/index",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "个人信息"
|
}
|
},
|
{
|
"path": "setting/userInfo/password",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "修改密码"
|
}
|
},
|
{
|
"path": "integral/index",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "我的积分"
|
}
|
},
|
{
|
"path": "invite/index",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "邀请好友"
|
}
|
},
|
{
|
"path": "invite/list",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "邀请列表"
|
}
|
},
|
{
|
"path": "invoice/index",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "我的发票"
|
}
|
},
|
{
|
"path": "order/index/index",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "订单列表"
|
}
|
},
|
{
|
"path": "order/detail/detail",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "订单详情"
|
}
|
},
|
{
|
"path": "order/invitationGroup/invitationGroup",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "邀请拼单"
|
}
|
},
|
{
|
"path": "afterSales/submit/submit",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "申请售后"
|
}
|
},
|
{
|
"path": "afterSales/list/list",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "售后列表"
|
}
|
},
|
{
|
"path": "afterSales/detail/detail",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "售后详情"
|
}
|
},
|
{
|
"path": "order/evaluate/evaluate",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "订单评价"
|
}
|
},
|
{
|
"path": "order/expressDelivery/expressDelivery",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "物流信息"
|
}
|
},
|
{
|
"path": "order/invoice/invoice",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "申请发票"
|
}
|
},
|
{
|
"path": "distribution/index/index",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "分销中心"
|
}
|
},
|
{
|
"path": "distribution/apply/apply",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "申请成为分销"
|
}
|
},
|
{
|
"path": "distribution/applyState/applyState",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "审核状态"
|
}
|
},
|
{
|
"path": "distribution/panel/panel",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "分销中心"
|
}
|
},
|
{
|
"path": "distribution/agreement/agreement",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "分销协议"
|
}
|
},
|
{
|
"path": "distribution/order/order",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "推广订单"
|
}
|
},
|
{
|
"path": "distribution/myStore/myStore",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "我的店铺"
|
}
|
},
|
{
|
"path": "distribution/storeSetting/storeSetting",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "店铺设置"
|
}
|
},
|
{
|
"path": "distribution/team/team",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "我的团队"
|
}
|
},
|
{
|
"path": "distribution/commissionDetails/commissionDetails",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "佣金明细"
|
}
|
},
|
{
|
"path": "distribution/rankings/rankings",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "分销排行"
|
}
|
},
|
{
|
"path": "distribution/shareLog/shareLog",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "分享记录"
|
}
|
},
|
{
|
"path": "agent/index/index",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "代理中心"
|
}
|
},
|
{
|
"path": "agent/apply/apply",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "申请成为代理"
|
}
|
},
|
{
|
"path": "agent/applyState/applyState",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "审核状态"
|
}
|
},
|
{
|
"path": "agent/panel/panel",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "代理中心"
|
}
|
},
|
{
|
"path": "agent/agreement/agreement",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "代理协议"
|
}
|
},
|
{
|
"path": "agent/order/order",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "推广订单"
|
}
|
},
|
{
|
"path": "agent/myStore/myStore",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "我的店铺"
|
}
|
},
|
{
|
"path": "agent/storeSetting/storeSetting",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "店铺设置"
|
}
|
},
|
{
|
"path": "agent/team/team",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "我的团队"
|
}
|
},
|
{
|
"path": "agent/commissionDetails/commissionDetails",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "佣金明细"
|
}
|
},
|
{
|
"path": "agent/rankings/rankings",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "代理排行"
|
}
|
},
|
{
|
"path": "agent/shareLog/shareLog",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "分享记录"
|
}
|
},
|
{
|
"path": "setting/subscription/index",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "消息订阅"
|
}
|
},
|
{
|
"path": "serviceOrder/index/index",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "我的服务卡"
|
}
|
},
|
{
|
"path": "serviceOrder/details/details",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "服务卡详情"
|
}
|
},
|
{
|
"path": "merchant/index/index",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "商家管理"
|
}
|
},
|
{
|
"path": "merchant/search/index",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "订单查询"
|
}
|
},
|
{
|
"path": "merchant/detail/detail",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "订单预览"
|
}
|
},
|
{
|
"path": "merchant/storeList/storeList",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "门店选择"
|
}
|
},
|
{
|
"path": "merchant/serviceVerification/index",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "核验服务券"
|
}
|
},
|
{
|
"path": "merchant/serviceVerification/list",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "服务券列表"
|
}
|
},
|
{
|
"path": "merchant/takeDelivery/index",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "提货单核销"
|
}
|
},
|
{
|
"path": "merchant/takeDelivery/list",
|
"style": {
|
"navigationBarTextStyle": "black",
|
"navigationBarTitleText": "提货单列表"
|
}
|
}
|
]
|
}
|
],
|
"preloadRule": { //加载规则 当渲染pages/index/default/default时加载子包
|
"pages/index/default/default": {
|
"network": "all",
|
"packages": [ "member" ]
|
}
|
},
|
"globalStyle": {
|
"navigationStyle": "custom",
|
"mp-alipay": {
|
"allowsBounceVertical": "NO",
|
"transparentTitle": "always"
|
}
|
},
|
"tabBar": {
|
"color": "#999",
|
"selectedColor": "#333",
|
"backgroundColor": "#fff",
|
"list": [
|
{
|
"pagePath": "pages/index/default/default",
|
"text": "首页",
|
"iconPath": "static/images/indexMenus/index01.png",
|
"selectedIconPath": "static/images/indexMenus/index01_1.png"
|
},
|
{
|
"pagePath": "pages/category/index/index",
|
"text": "分类",
|
"iconPath": "static/images/indexMenus/index02.png",
|
"selectedIconPath": "static/images/indexMenus/index02_1.png"
|
},
|
{
|
"pagePath": "pages/index/cart/cart",
|
"text": "购物车",
|
"iconPath": "static/images/indexMenus/index03.png",
|
"selectedIconPath": "static/images/indexMenus/index03_1.png"
|
},
|
{
|
"pagePath": "pages/index/member/member",
|
"text": "我的",
|
"iconPath": "static/images/indexMenus/index04.png",
|
"selectedIconPath": "static/images/indexMenus/index04_1.png"
|
}
|
]
|
}
|
}
|