1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- "^s-(.*)": "@/sheep/components/s-$1/s-$1.vue",
- "^su-(.*)": "@/sheep/ui/su-$1/su-$1.vue",
- "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
- }
- },
- "pages": [{
- "path": "pages/index/FirstIndex",
- "aliasPath": "/",
- "style": {
- "navigationBarTitleText": "常来此购商城",
- "enablePullDownRefresh": true
- },
- "meta": {
- "auth": false,
- "sync": true,
- "title": "首页",
- "group": "商城"
- }
- },
- {
- "path": "pages/index/FirstActivity",
- // "aliasPath": "/index",
- "style": {
- "navigationBarTitleText": "活动",
- "enablePullDownRefresh": true
- },
- "meta": {
- "auth": false,
- "sync": true,
- "title": "活动",
- "group": "商城"
- }
- },
- {
- "path": "pages/index/FirstMerchant",
- "style": {
- "navigationBarTitleText": "商家",
- "enablePullDownRefresh": true
- },
- "meta": {
- "auth": false,
- "sync": true,
- "title": "视频",
- "group": "商城"
- }
- },
- {
- "path": "pages/index/FirstVideo",
- "style": {
- "navigationBarTitleText": "视频",
- "enablePullDownRefresh": true
- },
- "meta": {
- "auth": false,
- "sync": true,
- "title": "视频",
- "group": "商城"
- }
- },
- {
- "path": "pages/index/FirstList",
- // "aliasPath": "/index",
- "style": {
- "navigationBarTitleText": "列表",
- "enablePullDownRefresh": true
- },
- "meta": {
- "auth": false,
- "sync": true,
- "title": "列表",
- "group": "商城"
- }
- },
- {
- "path": "pages/index/index",
- // "aliasPath": "/index",
- "style": {
- "navigationBarTitleText": "常来此购商城",
- "enablePullDownRefresh": true
- },
- "meta": {
- "auth": false,
- "sync": true,
- "title": "首页",
- "group": "商城"
- }
- },
- {
- "path": "pages/index/user",
- "style": {
- "navigationBarTitleText": "个人中心",
- "enablePullDownRefresh": true
- },
- "meta": {
- "sync": true,
- "title": "个人中心",
- "group": "商城"
- }
- },
- {
- "path": "pages/index/category",
- "style": {
- "navigationBarTitleText": "商品分类"
- },
- "meta": {
- "sync": true,
- "title": "商品分类",
- "group": "商城"
- }
- },
- {
- "path": "pages/index/cart",
- "style": {
- "navigationBarTitleText": "购物车"
- },
- "meta": {
- "sync": true,
- "title": "购物车",
- "group": "商城"
- }
- },
- {
- "path": "pages/index/login"
- },
- {
- "path": "pages/index/search",
- "style": {
- "navigationBarTitleText": "搜索"
- },
- "meta": {
- "sync": true,
- "title": "搜索",
- "group": "商城"
- }
- },
- {
- "path": "pages/index/page",
- "style": {
- "navigationBarTitleText": ""
- },
- "meta": {
- "auth": false,
- "sync": true,
- "title": "自定义页面",
- "group": "商城"
- }
- }
- ],
- "subPackages": [{
- "root": "pages/goods",
- "pages": [{
- "path": "index",
- "style": {
- "navigationBarTitleText": "商品详情"
- },
- "meta": {
- "sync": true,
- "title": "普通商品",
- "group": "商品"
- }
- },
- {
- "path": "groupon",
- "style": {
- "navigationBarTitleText": "拼团商品"
- },
- "meta": {
- "sync": true,
- "title": "拼团商品",
- "group": "商品"
- }
- },
- {
- "path": "seckill",
- "style": {
- "navigationBarTitleText": "秒杀商品"
- },
- "meta": {
- "sync": true,
- "title": "秒杀商品",
- "group": "商品"
- }
- },
- {
- "path": "list",
- "style": {
- "navigationBarTitleText": "商品列表"
- },
- "meta": {
- "sync": true,
- "title": "商品列表",
- "group": "商品"
- }
- },
- {
- "path": "comment/add",
- "style": {
- "navigationBarTitleText": "评价商品"
- },
- "meta": {
- "auth": true
- }
- },
- {
- "path": "comment/list",
- "style": {
- "navigationBarTitleText": "商品评价"
- }
- }
- ]
- },
- {
- "root": "pages/order",
- "pages": [{
- "path": "detail",
- "style": {
- "navigationBarTitleText": "订单详情"
- },
- "meta": {
- "auth": true,
- "title": "订单详情"
- }
- },
- {
- "path": "confirm",
- "style": {
- "navigationBarTitleText": "确认订单"
- },
- "meta": {
- "auth": true,
- "title": "确认订单"
- }
- },
- {
- "path": "list",
- "style": {
- "navigationBarTitleText": "我的订单",
- "enablePullDownRefresh": true
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "用户订单",
- "group": "订单中心"
- }
- },
- {
- "path": "aftersale/apply",
- "style": {
- "navigationBarTitleText": "申请售后"
- },
- "meta": {
- "auth": true,
- "title": "申请售后"
- }
- },
- {
- "path": "aftersale/return-delivery",
- "style": {
- "navigationBarTitleText": "退货物流"
- },
- "meta": {
- "auth": true,
- "title": "退货物流"
- }
- },
- {
- "path": "aftersale/list",
- "style": {
- "navigationBarTitleText": "售后列表"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "售后订单",
- "group": "订单中心"
- }
- },
- {
- "path": "aftersale/detail",
- "style": {
- "navigationBarTitleText": "售后详情"
- },
- "meta": {
- "auth": true,
- "title": "售后详情"
- }
- },
- {
- "path": "aftersale/log",
- "style": {
- "navigationBarTitleText": "售后进度"
- },
- "meta": {
- "auth": true,
- "title": "售后进度"
- }
- },
- {
- "path": "express/log",
- "style": {
- "navigationBarTitleText": "物流轨迹"
- },
- "meta": {
- "auth": true,
- "title": "物流轨迹"
- }
- },
- {
- "path": "otherlist",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }
- ]
- },
- {
- "root": "pages/user",
- "pages": [{
- "path": "info",
- "style": {
- "navigationBarTitleText": "用户信息"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "用户信息",
- "group": "用户中心"
- }
- },
- {
- "path": "setting",
- "style": {
- "navigationBarTitleText": "用户设置"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "用户设置",
- "group": "用户中心"
- }
- },
- {
- "path": "qrcode-share",
- "style": {
- "navigationBarTitleText": "我的二维码/分享页"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "我的二维码/分享页",
- "group": "用户中心"
- }
- },
- {
- "path": "goods-collect",
- "style": {
- "navigationBarTitleText": "我的收藏"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "商品收藏",
- "group": "用户中心"
- }
- },
- {
- "path": "goods-log",
- "style": {
- "navigationBarTitleText": "我的足迹"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "浏览记录",
- "group": "用户中心"
- }
- },
- {
- "path": "address/list",
- "style": {
- "navigationBarTitleText": "实体商品收货地址"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "地址管理",
- "group": "用户中心"
- }
- },
- {
- "path": "dummyAddress/list",
- "style": {
- "navigationBarTitleText": "虚拟商品收货地址"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "虚拟商品收货地址",
- "group": "用户中心"
- }
- },
- {
- "path": "invoice/edit",
- "style": {
- "navigationBarTitleText": "发票抬头编辑"
- },
- "meta": {
- "auth": true,
- "title": "发票抬头"
- }
- },
- {
- "path": "invoice/list",
- "style": {
- "navigationBarTitleText": "发票抬头管理"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "发票抬头管理",
- "group": "用户中心"
- }
- },
- {
- "path": "address/edit",
- "style": {
- "navigationBarTitleText": "编辑地址"
- },
- "meta": {
- "auth": true,
- "title": "编辑地址"
- }
- },
- {
- "path": "dummyAddress/edit",
- "style": {
- "navigationBarTitleText": "编辑地址"
- },
- "meta": {
- "auth": true,
- "title": "编辑地址"
- }
- },
- {
- "path": "wallet/money",
- "style": {
- "navigationBarTitleText": "我的余额"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "用户余额",
- "group": "用户中心"
- }
- },
- {
- "path": "wallet/score",
- "style": {
- "navigationBarTitleText": "钱包"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "钱包",
- "group": "用户中心"
- }
- },
- {
- "path": "wallet/consumptionLog",
- "style": {
- "navigationBarTitleText": "消费分来源"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "消费分来源",
- "group": "用户中心"
- }
- },
- {
- "path": "wallet/topupConsumptionPoints",
- "style": {
- "navigationBarTitleText": "消费分充值"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "消费分充值",
- "group": "用户中心"
- }
- },
- {
- "path": "wallet/consumptionTransfersLog",
- "style": {
- "navigationBarTitleText": "消费分转账"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "消费分转账",
- "group": "用户中心"
- }
- },
- {
- "path": "wallet/consumptionTransfers",
- "style": {
- "navigationBarTitleText": "消费分转让"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "消费分转让",
- "group": "用户中心"
- }
- },
- {
- "path": "wallet/scoreToConsumption",
- "style": {
- "navigationBarTitleText": "佣金转消费分"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "佣金转消费分",
- "group": "用户中心"
- }
- },
- {
- "path": "wallet/withdraw",
- "style": {
- "navigationBarTitleText": "提现"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "提现",
- "group": "提现"
- }
- },
- {
- "path": "wallet/withdrawalLog",
- "style": {
- "navigationBarTitleText": "提现记录"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "提现记录",
- "group": "提现记录"
- }
- },
- {
- "path": "wallet/scoreToMoney",
- "style": {
- "navigationBarTitleText": "佣金兑换"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "佣金兑换",
- "group": "用户中心"
- }
- },
- {
- "path": "wallet/ScoreLog"
- },
- {
- "path": "wallet/maxScoreLog"
- },
- {
- "path": "wallet/team",
- "style": {
- "navigationBarTitleText": "团队"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "团队",
- "group": "用户中心"
- }
- }
- ]
- },
- {
- "root": "pages/commission",
- "pages": [{
- "path": "index",
- "style": {
- "navigationBarTitleText": "分销"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "分销中心",
- "group": "分销商城"
- }
- },
- {
- "path": "wallet",
- "style": {
- "navigationBarTitleText": "我的佣金"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "用户佣金",
- "group": "分销中心"
- }
- },
- {
- "path": "goods",
- "style": {
- "navigationBarTitleText": "推广商品"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "推广商品",
- "group": "分销商城"
- }
- },
- {
- "path": "order",
- "style": {
- "navigationBarTitleText": "分销订单"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "分销订单",
- "group": "分销商城"
- }
- },
- {
- "path": "team",
- "style": {
- "navigationBarTitleText": "我的团队"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "我的团队",
- "group": "分销商城"
- }
- }, {
- "path": "promoter",
- "style": {
- "navigationBarTitleText": "推广人排行榜"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "推广人排行榜",
- "group": "分销商城"
- }
- }, {
- "path": "commission-ranking",
- "style": {
- "navigationBarTitleText": "佣金排行榜"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "佣金排行榜",
- "group": "分销商城"
- }
- }, {
- "path": "withdraw",
- "style": {
- "navigationBarTitleText": "申请提现"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "申请提现",
- "group": "分销商城"
- }
- }
- ]
- },
- {
- "root": "pages/app",
- "pages": [{
- "path": "sign",
- "style": {
- "navigationBarTitleText": "签到中心"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "签到中心",
- "group": "应用"
- }
- }]
- },
- {
- "root": "pages/shop",
- "pages": [{
- "path": "index",
- "style": {
- "navigationBarTitleText": "店铺首页"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "店铺首页",
- "group": "应用"
- }
- },
- {
- "path": "category",
- "style": {
- "navigationBarTitleText": "店铺分类"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "店铺分类",
- "group": "应用"
- }
- },
- {
- "path": "allproduct",
- "style": {
- "navigationBarTitleText": "所有商品"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "所有商品",
- "group": "应用"
- }
- }]
- },
- {
- "root": "pages/public",
- "pages": [{
- "path": "setting",
- "style": {
- "navigationBarTitleText": "系统设置"
- },
- "meta": {
- "sync": true,
- "title": "系统设置",
- "group": "通用"
- }
- },
- {
- "path": "richtext",
- "style": {
- "navigationBarTitleText": "富文本"
- },
- "meta": {
- "sync": true,
- "title": "富文本",
- "group": "通用"
- }
- },
- {
- "path": "faq",
- "style": {
- "navigationBarTitleText": "常见问题"
- },
- "meta": {
- "sync": true,
- "title": "常见问题",
- "group": "通用"
- }
- },
- {
- "path": "error",
- "style": {
- "navigationBarTitleText": "错误页面"
- }
- },
- {
- "path": "webview",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "merchant",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "merchantApplyList",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }
- ]
- },
- {
- "root": "pages/coupon",
- "pages": [{
- "path": "list",
- "style": {
- "navigationBarTitleText": "领券中心"
- },
- "meta": {
- "sync": true,
- "title": "领券中心",
- "group": "优惠券"
- }
- },
- {
- "path": "detail",
- "style": {
- "navigationBarTitleText": "优惠券"
- },
- "meta": {
- "auth": false,
- "sync": true,
- "title": "优惠券详情",
- "group": "优惠券"
- }
- }
- ]
- },
- {
- "root": "pages/chat",
- "pages": [{
- "path": "index",
- "style": {
- "navigationBarTitleText": "客服"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "客服",
- "group": "客服"
- }
- },
- {
- "path": "speechtotext",
- "style": {
- "navigationBarTitleText": "语音转文字",
- "enablePullDownRefresh": false
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "语音转文字",
- "group": "语音转文字"
- }
- }
- ]
- },
- {
- "root": "pages/pay",
- "pages": [{
- "path": "index",
- "style": {
- "navigationBarTitleText": "收银台"
- }
- },
- {
- "path": "result",
- "style": {
- "navigationBarTitleText": "富友支付结果"
- }
- },
- {
- "path": "resultYuan",
- "style": {
- "navigationBarTitleText": "支付结果"
- }
- },
- {
- "path": "recharge",
- "style": {
- "navigationBarTitleText": "充值余额"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "充值余额",
- "group": "支付"
- }
- },
- {
- "path": "recharge-log",
- "style": {
- "navigationBarTitleText": "充值记录"
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "充值记录",
- "group": "支付"
- }
- }
- ]
- },
- {
- "root": "pages/activity",
- "pages": [{
- "path": "groupon/detail",
- "style": {
- "navigationBarTitleText": "拼团详情"
- }
- },
- {
- "path": "groupon/order",
- "style": {
- "navigationBarTitleText": "我的拼团",
- "enablePullDownRefresh": true
- },
- "meta": {
- "auth": true,
- "sync": true,
- "title": "拼团订单",
- "group": "营销活动"
- }
- },
- {
- "path": "index",
- "style": {
- "navigationBarTitleText": "营销商品"
- },
- "meta": {
- "sync": true,
- "title": "营销商品",
- "group": "营销活动"
- }
- },
- {
- "path": "groupon/list",
- "style": {
- "navigationBarTitleText": "拼团活动"
- },
- "meta": {
- "sync": true,
- "title": "拼团活动",
- "group": "营销活动"
- }
- },
- {
- "path": "seckill/list",
- "style": {
- "navigationBarTitleText": "秒杀活动"
- },
- "meta": {
- "sync": true,
- "title": "秒杀活动",
- "group": "营销活动"
- }
- },
- {
- "path": "bargain/list",
- "style": {
- "navigationBarTitleText": "砍价列表"
- },
- "meta": {
- "sync": true,
- "title": "砍价列表",
- "group": "营销活动"
- }
- },
- {
- "path": "bargain/detail",
- "style": {
- "navigationBarTitleText": "砍价详情"
- },
- "meta": {
- "sync": true,
- "title": "砍价详情",
- "group": "营销活动"
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "常来此购",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#FFFFFF",
- "navigationStyle": "custom"
- },
- "tabBar": {
- "list": [{
- "pagePath": "pages/index/index"
- },
- {
- "pagePath": "pages/index/cart"
- },
- {
- "pagePath": "pages/index/user"
- }
- ]
- },
- "condition": { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [{
- "name": "", //模式名称
- "path": "", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }]
- },
- "usingComponents": {
- "richtext": "@/pages/public/richtext"
- }
- }
|