123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- "^s-(.*)": "@/sheep/components/s-$1/s-$1.vue",
- "^su-(.*)": "@/sheep/ui/su-$1/su-$1.vue"
- }
- },
- "pages": [{
- "path": "pages/index/index",
- "aliasPath": "/",
- "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": "应用"
- }
- }]
- },
- {
- "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"
- }
- }
|