123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945 |
- {
- "easycom": {
- "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "满园春艾灸堂",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/gift/gift",
- "style": {
- "navigationBarTitleText": "礼包"
- }
- },
- {
- "path": "pages/public/register",
- "style": {
- "navigationBarTitleText": "注册",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "pages/moments/details",
- "style": {
- "navigationBarTitleText": "文章页",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/public/login",
- "style": {
- "navigationBarTitleText": "登录",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "pages/public/wxLogin",
- "style": {
- "navigationBarTitleText": "微信登录",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "pages/public/forget",
- "style": {
- "navigationBarTitleText": "忘记密码",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- }, {
- "path": "pages/product/classify",
- "style": {
- "navigationBarTitleText": "套餐商品",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- // {
- // "path": "pages/product/giftBag",
- // "style": {
- // "navigationBarTitleText": "联盟礼包"
- // }
- // },
- {
- "path": "pages/product/supermarket",
- "style": {
- "navigationBarTitleText": "超市"
- }
- },
- {
- "path": "pages/myteam/myteam",
- "style": {
- "navigationBarTitleText": "我的团队",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/myteam/myteamQian",
- "style": {
- "navigationBarTitleText": "百业团队",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/merchant/merchant",
- "style": {
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#75E5B6",
- "navigationBarTitleText": "商家中心",
- "app-plus": {
- "titleNView": {
- //隐藏title
- // "type": "transparent"
- }
- }
- }
- },
- {
- "path": "pages/merchant/order",
- "style": {
- "navigationBarTitleText": "订单管理",
- "navigationBarBackgroundColor": "#52C696",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/merchant/becomeShop",
- "style": {
- "navigationBarTitleText": "商家入驻",
- "navigationBarBackgroundColor": "#52C696",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/product/product",
- "style": {
- "navigationBarTitleText": "详情展示",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- }, {
- "path": "pages/product/search",
- "style": {
- "enablePullDownRefresh": true,
- // #ifdef MP
- "navigationStyle": "custom",
- // #endif
- //#ifdef H5
- "navigationStyle": "default",
- //#endif
- // #ifndef MP
- "app-plus": {
- "titleNView": {
- "searchInput": {
- "backgroundColor": "rgba(231, 231, 231,.7)",
- "borderRadius": "16px",
- "placeholder": "请输入关键字",
- "disabled": false,
- "placeholderColor": "#606266",
- "align": "left"
- },
- "buttons": [{
- "text": "搜索",
- "fontSize": "14",
- "color": "#303133",
- "background": "rgba(0,0,0,0)",
- "width": "40px"
- }]
- }
- },
- // #endif
- "navigationBarTitleText": "搜索"
- }
- },
- {
- "path": "pages/set/about",
- "style": {
- "navigationBarTitleText": "关于我们"
- }
- },
- {
- "path": "pages/set/phone",
- "style": {
- "navigationBarTitleText": "绑定手机号"
- }
- },
- {
- "path": "pages/product/reply",
- "style": {
- "navigationBarTitleText": "评论"
- }
- }, {
- "path": "pages/order/evaluate",
- "style": {
- "navigationBarTitleText": "评论"
- }
- },
- {
- "path": "pages/userinfo/userinfo",
- "style": {
- "navigationBarTitleText": "修改资料"
- }
- }, {
- "path": "pages/cart/cart",
- "style": {
- "navigationBarTitleText": "购物车"
- }
- },
- {
- "path": "pages/cart/cart2",
- "style": {
- "navigationBarTitleText": "购物车"
- }
- }, {
- "path": "pages/cart/cart4",
- "style": {
- "navigationBarTitleText": "购物车"
- }
- }, {
- "path": "pages/cart/cart5",
- "style": {
- "navigationBarTitleText": "购物车"
- }
- }, {
- "path": "pages/user/user",
- "style": {
- // #ifndef MP-WEIXIN
- "navigationStyle": "custom",
- "app-plus": {
- "bounce": "none",
- "titleNView": false
- // {
- // "type": "transparent",
- // "buttons": [{
- // "fontSrc": "/static/yticon.ttf",
- // "text": "\ue60f",
- // "fontSize": "24",
- // "color": "#303133",
- // "width": "46px",
- // "background": "rgba(0,0,0,0)"
- // },
- // {
- // "fontSrc": "/static/yticon.ttf",
- // "text": "\ue744",
- // "fontSize": "28",
- // "color": "#303133",
- // "background": "rgba(0,0,0,0)",
- // "redDot": true
- // }
- // ]
- // }
- },
- // #endif
- "navigationBarTitleText": "个人中心"
- }
- }, {
- "path": "pages/detail/detail",
- "style": {
- "navigationBarTitleText": "",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- }, {
- "path": "pages/order/order",
- "style": {
- "navigationBarTitleText": "我的订单",
- "app-plus": {
- "bounce": "none"
- }
- }
- }, {
- "path": "pages/order/refundOrder",
- "style": {
- "navigationBarTitleText": "退款订单",
- "app-plus": {
- "bounce": "none"
- }
- }
- }, {
- "path": "pages/order/orderDetail",
- "style": {
- "navigationBarTitleText": "订单详情",
- "app-plus": {
- "bounce": "none"
- }
- }
- },
- {
- "path": "pages/merchant/orderDetail",
- "style": {
- "navigationBarTitleText": "订单详情",
- "app-plus": {
- "bounce": "none"
- }
- }
- }, {
- "path": "pages/order/orderRefund",
- "style": {
- "navigationBarTitleText": "申请退款"
- }
- }, {
- "path": "pages/order/createOrder",
- "style": {
- "navigationBarTitleText": "创建订单"
- }
- }, {
- "path": "pages/address/address",
- "style": {
- "navigationBarTitleText": "收货地址"
- }
- },
- {
- "path": "pages/address/shopList",
- "style": {
- "navigationBarTitleText": "门店列表",
- "app-plus": {
- "titleNView": {
- "searchInput": {
- "backgroundColor": "rgba(231, 231, 231,.7)",
- "borderRadius": "16px",
- "placeholder": "请输入关键字",
- "placeholderColor": "#606266",
- "align": "left"
- },
- "buttons": [{
- "text": "搜索",
- "fontSize": "14",
- "color": "#303133",
- "background": "rgba(0,0,0,0)",
- "width": "40px"
- }]
- }
- }
- }
- }, {
- "path": "pages/address/addressManage",
- "style": {
- "navigationBarTitleText": "新增修改地址"
- }
- }, {
- "path": "pages/money/pay",
- "style": {
- "navigationBarTitleText": "支付"
- }
- },
- {
- "path": "pages/money/paySuccess",
- "style": {
- "navigationBarTitleText": "支付成功"
- }
- }, {
- "path": "pages/award/award",
- "style": {
- "navigationBarTitleText": "我的绿积分",
- "app-plus": {
- "titleNView": false
- }
- }
- }, {
- "path": "pages/award/withdrawal",
- "style": {
- "navigationBarTitleText": "奖励兑换"
- }
- }, {
- "path": "pages/scoreAccumulate/scoreAccumulate",
- "style": {
- "navigationBarTitleText": "我的积分",
- "app-plus": {
- "titleNView": false
- }
- }
- }, {
- "path": "pages/notice/notice",
- "style": {
- "navigationBarTitleText": "通知"
- }
- }, {
- "path": "pages/category/category",
- "style": {
- "navigationBarTitleText": "分类",
- //#ifdef H5
- "navigationStyle": "default",
- //#endif
- "app-plus": {
- "bounce": "none",
- "titleNView": {
- "searchInput": {
- "backgroundColor": "rgba(231, 231, 231,.7)",
- "borderRadius": "16px",
- "placeholder": "商品搜索",
- "disabled": true,
- "placeholderColor": "#606266",
- "align": "left"
- }
- }
- }
- }
- }, {
- "path": "pages/product/list",
- "style": {
- "navigationBarTitleText": "商品列表"
- }
- },
- {
- "path": "pages/product/listSearch",
- "style": {
- "enablePullDownRefresh": true,
- // #ifdef MP
- "navigationStyle": "custom",
- // #endif
- //#ifdef H5
- "navigationStyle": "default",
- //#endif
- // #ifndef MP
- "app-plus": {
- "titleNView": {
- "searchInput": {
- "backgroundColor": "rgba(231, 231, 231,.7)",
- "borderRadius": "16px",
- "placeholder": "请输入关键字",
- "disabled": false,
- "placeholderColor": "#606266",
- "align": "left"
- },
- "buttons": [{
- "text": "搜索",
- "fontSize": "14",
- "color": "#303133",
- "background": "rgba(0,0,0,0)",
- "width": "40px"
- }]
- }
- },
- // #endif
- "navigationBarTitleText": "商品列表"
- }
- },
- {
- "path": "pages/shareQrCode/index",
- "style": {
- "navigationBarTitleText": "邀请好友",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "pages/recommend/recommend",
- "style": {
- "navigationBarTitleText": "我的推荐人",
- "app-plus": {
- "titleNView": false
- },
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/wallet/wallet",
- "style": {
- "navigationBarTitleText": "我的余额",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/wallet/freezeList",
- "style": {
- "navigationBarTitleText": "冻结记录"
- }
- },
- {
- "path": "pages/wallet/account",
- "style": {
- "navigationBarTitleText": "兑换账号"
- }
- },
- {
- "path": "pages/wallet/withdrawal",
- "style": {
- "navigationBarTitleText": "余额兑换"
- }
- },
- {
- "path": "pages/wallet/recharge",
- "style": {
- "navigationBarTitleText": "充值"
- }
- },
- {
- "path": "pages/favorites/favorites",
- "style": {
- "navigationBarTitleText": "收藏夹"
- }
- }, {
- "path": "pages/sign/index",
- "style": {
- "navigationBarTitleText": "每日签到",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "pages/sign/prize",
- "style": {
- "navigationBarTitleText": "抽奖"
- }
- },
- {
- "path": "pages/sign/info",
- "style": {
- "navigationBarTitleText": "抽奖记录"
- }
- },
- {
- "path": "pages/redirect/redirect",
- "style": {
- "navigationBarTitleText": "微信登录跳转页面",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/prefecture/integral",
- "style": {
- "navigationBarTitleText": "积分兑换"
- }
- },
- {
- "path": "pages/shareQrCode/wechatQr",
- "style": {
- "navigationBarTitleText": "关注公众号"
- }
- },
- {
- "path": "pages/seckill/seckill",
- "style": {
- "navigationBarTitleText": "限时抢购"
- }
- },
- // {
- // "path": "pages/groupBooking/index",
- // "style": {
- // "enablePullDownRefresh": true,
- // "navigationBarTitleText": "超值拼团"
- // }
- // },
- // {
- // "path": "pages/groupBooking/detail",
- // "style": {
- // "navigationBarTitleText": "拼团详细",
- // "app-plus": {
- // "titleNView": false
- // }
- // }
- // },
- // {
- // "path": "pages/groupBooking/inviteImg",
- // "style": {
- // "navigationBarTitleText": "拼团邀请图",
- // "app-plus": {
- // "titleNView": false
- // }
- // }
- // },
- {
- "path": "pages/award/withdmoenys",
- "style": {
- "navigationBarTitleText": "转余额"
- }
- },
- // {
- // "path": "pages/coupon/details",
- // "style": {
- // "navigationBarTitleText": "付款",
- // "app-plus": {
- // "titleNView":{
- // "backgroundColor": "#5DBC7C",
- // "titleColor":"#FFFFFF"
- // }
- // },
- // "h5":{
- // "titleNView":{
- // "backgroundColor": "#5DBC7C",
- // "titleColor":"#FFFFFF"
- // }
- // }
- // }
- // },
- {
- "path": "pages/received/index",
- "style": {
- "navigationBarTitleText": "收付款",
- "app-plus": {
- "titleNView": {
- "backgroundColor": "#5DBC7C",
- "titleColor": "#FFFFFF"
- }
- },
- "h5": {
- "titleNView": {
- "backgroundColor": "#5DBC7C",
- "titleColor": "#FFFFFF"
- }
- }
- }
- },
- {
- "path": "pages/received/ipad",
- "style": {
- "navigationBarTitleText": "收款",
- "app-plus": {
- "titleNView": {
- "backgroundColor": "#5DBC7C",
- "titleColor": "#FFFFFF"
- }
- },
- "h5": {
- "titleNView": {
- "backgroundColor": "#5DBC7C",
- "titleColor": "#FFFFFF"
- }
- }
- }
- },
- {
- "path": "pages/received/list",
- "style": {
- "navigationBarTitleText": "收付款记录",
- "app-plus": {
- "titleNView": {
- "backgroundColor": "#5DBC7C",
- "titleColor": "#FFFFFF"
- }
- },
- "h5": {
- "titleNView": {
- "backgroundColor": "#5DBC7C",
- "titleColor": "#FFFFFF"
- }
- }
- }
- },
- // {
- // "path": "pages/received/paySuccess",
- // "style": {
- // "navigationBarTitleText": "付款成功",
- // "app-plus": {
- // "titleNView":{
- // "backgroundColor": "#5DBC7C",
- // "titleColor":"#FFFFFF"
- // }
- // },
- // "h5":{
- // "titleNView":{
- // "backgroundColor": "#5DBC7C",
- // "titleColor":"#FFFFFF"
- // }
- // }
- // }
- // },
- {
- "path": "pages/coupon/consumer",
- "style": {
- "navigationBarTitleText": "我的消费券",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/shoping/index",
- "style": {
- "navigationBarTitleText": "店铺信息",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/shoping/list",
- "style": {
- "navigationBarTitleText": "合作门店"
- }
- },
- {
- "path": "pages/shoping/shopService",
- "style": {
- "navigationBarTitleText": "店铺"
- }
- },
- {
- "path": "pages/shoping/shopDetail",
- "style": {
- "navigationBarTitleText": "养发馆"
- }
- },
- {
- "path": "pages/shoping/booked",
- "style": {
- "navigationBarTitleText": "到店时间"
- }
- },
- {
- "path": "pages/contract/agreement",
- "style": {
- "navigationBarTitleText": "注册协议"
- }
- },
- {
- "path": "pages/contract/privacy",
- "style": {
- "navigationBarTitleText": "隐私政策"
- }
- },
- {
- "path": "pages/contract/start",
- "style": {
- "navigationBarTitleText": "授权页",
- "app-plus": {
- "titleNView": false
- }
- }
- }
- , {
- "path": "pages/merchant/commodity",
- "style": {
- "navigationBarTitleText": "商品管理"
- // ,"app-plus": {
- // "titleNView": false
- // }
- }
- }, {
- "path": "pages/merchant/vipDetail",
- "style": {
- "navigationBarBackgroundColor": "#72E3B4",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "店铺会员",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/merchant/withdrawal",
- "style": {
- "navigationBarBackgroundColor": "#72E3B4",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "店铺兑换",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/merchant/storeQr",
- "style": {
- "navigationBarBackgroundColor": "#72E3B4",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "店铺二维码",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/merchant/finance",
- "style": {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "店铺财务",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/merchant/newfinance",
- "style": {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "店铺数据"
- }
- },
- {
- "path": "pages/merchant/onlineOrder",
- "style": {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "在线下单",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/wallet/openMember",
- "style": {
- "navigationBarBackgroundColor": "#363533",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "开通会员",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/merchant/storeData",
- "style": {
- "navigationBarBackgroundColor": "#72E3B4",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "店铺数据",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/prefecture/detail",
- "style": {
- "navigationBarTitleText": "兑换详情",
- "app-plus": {
- "titleNView": {
- "type": "transparent"
- }
- }
- }
- },
- {
- "path": "pages/prefecture/voucher",
- "style": {
- "navigationBarTitleText": "消费券兑换"
- }
- }
- // ,{
- // "path" : "pages/user/shareQrCode/shareQrCode",
- // "style" :
- // {
- // "navigationBarTitleText": "",
- // "enablePullDownRefresh": false
- // }
- // }
- , {
- "path": "pages/invite/invite",
- "style": {
- "navigationBarTitleText": "邀请好友",
- "enablePullDownRefresh": false
- }
- }
- , {
- "path": "pages/store/store",
- "style": {
- "navigationBarTitleText": "合作门店",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/transfer/transfer",
- "style": {
- "navigationBarTitleText": "转账",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/Withdrawal/Withdrawal",
- "style": {
- "navigationBarTitleText": "提现",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/switch/switch",
- "style": {
- "navigationBarTitleText": "切换账号",
- "enablePullDownRefresh": false
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "满园春艾灸堂",
- "navigationBarBackgroundColor": "#FFFFFF",
- //#ifdef H5
- "navigationStyle": "custom",
- //#endif
- "backgroundColor": "#f8f8f8"
- },
- "tabBar": {
- "color": "#C0C4CC",
- "selectedColor": "#5DBC7C",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/tabBar/tab-home.png",
- "selectedIconPath": "static/tabBar/tab-home-current.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/category/category",
- "iconPath": "static/tabBar/tab-cate.png",
- "selectedIconPath": "static/tabBar/tab-cate-current.png",
- "text": "分类"
- },
- {
- "pagePath": "pages/cart/cart",
- "iconPath": "static/tabBar/tab-cart.png",
- "selectedIconPath": "static/tabBar/tab-cart-current.png",
- "text": "购物车"
- },
- {
- "pagePath": "pages/user/user",
- "iconPath": "static/tabBar/tab-my.png",
- "selectedIconPath": "static/tabBar/tab-my-current.png",
- "text": "我的"
- }
- ]
- }
- }
|