12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007 |
- {
- "plugins": {
- "live-player-plugin": {
- "version": "1.3.5",
- "provider": "wx2b03c6e691cd7370"
- }
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "name": "index",
- "meta": {
- "auth": false,
- "keepScroll": true
- },
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "bounce": "none"
- }
- }
- },
- {
- "path": "pages/index/downLoad",
- "style": {
- "navigationBarTitleText": "下载",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/index/living",
- "style": {
- "navigationBarTitleText": "小程序直播"
- }
- },
- {
- "path": "pages/goods_cate/goods_cate",
- "name": "goods_cate",
- "meta": {
- "auth": false,
- "keepScroll": true
- },
- "style": {
- "navigationBarTitleText": "分类",
- "disableScroll": true,
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/shop_street/shop_street",
- "name": "shop_street",
- "meta": {
- "auth": false,
- "keepScroll": true
- },
- "style": {
- "navigationBarTitleText": "店铺街",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/community/community",
- "name": "community",
- "meta": {
- "auth": false,
- "keepScroll": true
- },
- "style": {
- "navigationBarTitleText": "种草"
- }
- },
- {
- "path": "pages/integral/integral",
- "name": "integral",
- "meta": {
- "auth": false,
- "keepScroll": true
- },
- "style": {
- "navigationBarTitleText": "券",
- "enablePullDownRefresh": true,
- "onReachBottomDistance": 50
- }
- },
- {
- "path": "pages/shop_cart/shop_cart",
- "name": "shop_cart",
- "meta": {
- "auth": false,
- "keepScroll": true
- },
- "style": {
- "navigationBarTitleText": "购物车"
- }
- },
- {
- "path": "pages/user/user",
- "name": "user",
- "meta": {
- "auth": false,
- "keepScroll": true
- },
- "style": {
- "navigationBarTitleText": "个人中心",
- "navigationStyle": "custom",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/login/login",
- "meta": {
- "auth": false
- },
- "style": {
- "navigationBarTitleText": "登录"
- }
- },
- {
- "path": "pages/register/register",
- "meta": {
- "auth": false
- },
- "style": {
- "navigationBarTitleText": "注册账号"
- }
- },
- {
- "path": "pages/goods_details/goods_details",
- "meta": {
- "auth": false
- },
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "商品详情"
- }
- },
- {
- "path": "pages/forget_pwd/forget_pwd",
- "meta": {
- "auth": false
- },
- "style": {
- "navigationBarTitleText": "忘记密码"
- }
- },
- {
- "path": "pages/confirm_order/confirm_order",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "确认订单",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/payment/payment",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "订单支付"
- }
- },
- {
- "path": "pages/pay_result/pay_result",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "支付结果"
- }
- },
- {
- "path": "pages/goods_search/goods_search",
- "meta": {
- "auth": false
- },
- "style": {
- "navigationBarTitleText": "商品搜索",
- "disableScroll": true,
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/store_index/store_index",
- "meta": {
- "auth": false
- },
- "style": {
- "navigationBarTitleText": "店铺主页",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white"
- }
- },
- {
- "path": "pages/news_list/news_list",
- "meta": {
- "auth": false
- },
- "style": {
- "navigationBarTitleText": "帮助中心",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/news_details/news_details",
- "meta": {
- "auth": false
- },
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/get_coupon/get_coupon",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "领券中心",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/active_list/active_list",
- "meta": {
- "auth": false
- },
- "style": {
- "navigationBarTitleText": "商品列表",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/message_center/message_center",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "消息中心",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/store_detail/store_detail",
- "meta": {
- "auth": false
- },
- "style": {
- "navigationBarTitleText": "店铺信息",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/notice/notice",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "消息中心",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/brand_list/brand_list",
- "meta": {
- "auth": false
- },
- "style": {
- "navigationBarTitleText": "品牌"
- }
- },
- {
- "path": "pages/webview/webview",
- "meta": {
- "auth": false
- }
- }, {
- "path": "pages/integral/rules",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/integral/details",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/user/treasure",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/energy-detials",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/user/energy-transfer",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/goods_explosive/goods_explosive",
- "style": {
- "navigationBarTitleText": "爆单产品",
- "enablePullDownRefresh": true,
- "navigationStyle": "default"
- }
- }, {
- "path": "pages/videos/videos",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "pages/ad-video/ad-video",
- "style": {
- "navigationBarTitleText": "看视频得券",
- "enablePullDownRefresh": false,
- "navigationStyle": "default"
- }
- }, {
- "path": "pages/video-details/video-details",
- "style": {
- "navigationBarTitleText": "视频详情",
- "enablePullDownRefresh": false,
- "navigationStyle": "default"
- }
- }
- ],
- "subPackages": [{
- "root": "bundle",
- "pages": [{
- "path": "pages/all_comments/all_comments",
- "meta": {
- "auth": false
- },
- "style": {
- "navigationBarTitleText": "全部评价"
- }
- },
- {
- "path": "pages/activity_detail/activity_detail",
- "meta": {
- "auth": false
- },
- "style": {
- "navigationBarTitleText": "专区详情"
- }
- },
- {
- "path": "pages/goods_seckill/goods_seckill",
- "meta": {
- "auth": false
- },
- "style": {
- "navigationBarTitleText": "限时秒杀",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/user_vip/user_vip",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "会员中心"
- }
- },
- {
- "path": "pages/user_order/user_order",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "我的订单",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/order_details/order_details",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "pages/user_address/user_address",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "收货地址",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/address_edit/address_edit",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "添加地址"
- }
- },
- {
- "path": "pages/user_coupon/user_coupon",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "我的优惠券",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/user_collection/user_collection",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "我的收藏",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/after_sales/after_sales",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "退款/售后"
- }
- },
- {
- "path": "pages/apply_refund/apply_refund",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "申请退款"
- }
- },
- {
- "path": "pages/after_sales_detail/after_sales_detail",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "售后详情"
- }
- },
- {
- "path": "pages/input_express_info/input_express_info",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "填写快递单号"
- }
- },
- {
- "path": "pages/user_profile/user_profile",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "个人设置",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/user_wallet/user_wallet",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "我的钱包",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/user_payment/user_payment",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "用户充值"
- }
- },
- {
- "path": "pages/contact_offical/contact_offical",
- "meta": {
- "auth": false
- },
- "style": {
- "navigationBarTitleText": "联系客服"
- }
- },
- {
- "path": "pages/server_explan/server_explan",
- "meta": {
- "auth": false
- },
- "style": {
- "navigationBarTitleText": "服务政策",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/store_settled/store_settled",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "商家入驻"
- }
- },
- {
- "path": "pages/xxstore_settled/xxstore_settled",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "商家入驻"
- }
- },
- {
- "path": "pages/settled_result/settled_result",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "商家入驻"
- }
- },
- {
- "path": "pages/settled_recode/settled_recode",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "申请记录"
- }
- },
- {
- "path": "pages/goods_reviews/goods_reviews",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "商品评价"
- }
- },
- {
- "path": "pages/user_comment/user_comment",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "商品评价列表"
- }
- },
- {
- "path": "pages/goods_logistics/goods_logistics",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "物流详情"
- }
- },
- {
- "path": "pages/user_spread/user_spread",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "分销推广",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/monthly_bill/monthly_bill",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "月度账单"
- }
- },
- {
- "path": "pages/monthly_bill_detail/monthly_bill_detail",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "月度账单详情"
- }
- },
- {
- "path": "pages/user_spread_order/user_spread_order",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "分销订单"
- }
- },
- {
- "path": "pages/user_withdraw/user_withdraw",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "提现",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/user_withdraw_code/user_withdraw_code",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "提现记录",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/widthdraw_result/widthdraw_result",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "提现结果"
- }
- },
- {
- "path": "pages/invite_fans/invite_fans",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "邀请海报",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/user_bill/user_bill",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "账户明细",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/user_growth/user_growth",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "成长值"
- }
- },
- {
- "path": "pages/recharge_record/recharge_record",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "充值记录",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/user_fans/user_fans",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "我的粉丝",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/commission_details/commission_details",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "佣金明细"
- }
- },
- {
- "path": "pages/bargain/bargain",
- "style": {
- "navigationBarTitleText": "砍价活动",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/bargain_process/bargain_process",
- "style": {
- "navigationBarTitleText": "砍价进度"
- }
- },
- {
- "path": "pages/bargain_code/bargain_code",
- "style": {
- "navigationBarTitleText": "砍价记录"
- },
- "meta": {
- "auth": true
- }
- },
- {
- "path": "pages/goods_combination/goods_combination",
- "style": {
- "navigationBarTitleText": "拼团活动"
- }
- },
- {
- "path": "pages/user_group/user_group",
- "style": {
- "navigationBarTitleText": "我的拼团"
- },
- "meta": {
- "auth": true
- }
- },
- {
- "path": "pages/chat/chat",
- "style": {
- "navigationBarTitleText": "",
- "disableScroll": true
- },
- "meta": {
- "auth": true
- }
- },
- {
- "path": "pages/integral_sign/integral_sign",
- "style": {
- "navigationBarTitleText": "签到"
- },
- "meta": {
- "auth": true
- }
- },
- {
- "path": "pages/sign_rule/sign_rule",
- "style": {
- "navigationBarTitleText": "签到规则"
- },
- "meta": {
- "auth": true
- }
- },
- {
- "path": "pages/integral_details/integral_details",
- "style": {
- "navigationBarTitleText": "券明细"
- },
- "meta": {
- "auth": true
- }
- },
- {
- "path": "pages/license/license",
- "style": {
- "navigationBarTitleText": "资质信息",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/integral_mall/integral_mall",
- "style": {
- "navigationBarTitleText": "券商城"
- },
- "meta": {
- "auth": true
- }
- },
- {
- "path": "pages/integral_goods_details/integral_goods_details",
- "style": {
- "navigationBarTitleText": "券兑换详情"
- },
- "meta": {
- "auth": true
- }
- },
- {
- "path": "pages/integral_settlement/integral_settlement",
- "style": {
- "navigationBarTitleText": "券订单结算"
- },
- "meta": {
- "auth": true
- }
- },
- {
- "path": "pages/exchange_order/exchange_order",
- "style": {
- "navigationBarTitleText": "兑换订单"
- },
- "meta": {
- "auth": true
- }
- },
- {
- "path": "pages/exchange_order_details/exchange_order_details",
- "style": {
- "navigationBarTitleText": "兑换订单详情"
- },
- "meta": {
- "auth": true
- }
- },
- {
- "path": "pages/invoice/invoice",
- "style": {
- "navigationBarTitleText": "开具发票"
- },
- "meta": {
- "auth": true
- }
- },
- {
- "path": "pages/invoice_detail/invoice_detail",
- "style": {
- "navigationBarTitleText": "发票详情"
- },
- "meta": {
- "auth": true
- }
- }
- ]
- },
- {
- "root": "bundle_b",
- "pages": [{
- "path": "pages/published_works/published_works",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "发布文章",
- "navigationStyle": "default"
- }
- },
- {
- "path": "pages/community_detail/community_detail",
- "meta": {
- "auth": false
- },
- "style": {
- "navigationBarTitleText": "内容详情"
- }
- },
- {
- "path": "pages/community_user/community_user",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/community_user_profile/community_user_profile",
- "meta": {
- "auth": true
- },
- "style": {
- "navigationBarTitleText": "设置"
- }
- },
- {
- "path": "pages/community_topic/community_topic",
- "meta": {
- "auth": false
- },
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/community_search/community_search",
- "meta": {
- "auth": false
- },
- "style": {
- "navigationBarTitleText": "搜索"
- }
- },
- {
- "path": "pages/nearby_shops/nearby_shops",
- "meta": {
- "auth": false
- },
- "style": {
- "navigationBarTitleText": "附近店铺"
- }
- },
- {
- "path": "pages/nearby_shops/neardetail",
- "meta": {
- "auth": false
- },
- "style": {
- "navigationBarTitleText": "店铺详情"
- }
- },
- {
- "path": "pages/city/city",
- "meta": {
- "auth": false
- },
- "style": {
- "navigationBarTitleText": "选择城市"
- }
- }
- ]
- }
- ],
- "tabBar": {
- "color": "#040404",
- "selectedColor": "#F60E00",
- "borderStyle": "white",
- "list": [{
- "pagePath": "pages/index/index",
- // "iconPath": "/static/home.png",
- // "selectedIconPath": "/static/home1.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/community/community",
- // "iconPath": "/static/images/tab_sort.png",
- // "selectedIconPath": "/static/images/tab_sort_s.png",
- "text": "广场"
- },
- {
- "pagePath": "pages/integral/integral",
- // "iconPath": "/static/images/tab-community.png",
- // "selectedIconPath": "/static/images/tab-community_s.png",
- "text": "券"
- },
- {
- "pagePath": "pages/shop_cart/shop_cart",
- // "iconPath": "/static/images/tab_shoppingcar.png",
- // "selectedIconPath": "/static/images/tab_shoppingcar_s.png",
- "text": "购物车"
- },
- {
- "pagePath": "pages/user/user",
- // "iconPath": "/static/images/tab_user.png",
- // "selectedIconPath": "/static/images/tab_user_s.png",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#F8F8F8",
- "h5": {
- "navigationStyle": "custom"
- }
- },
- "easycom": {
- "autoscan": true,
- "custom": {
- "^u-(.*)": "@/components/uview-ui/components/u-$1/u-$1.vue",
- "^h-(.*)": "@/components/h-$1/h-$1.vue"
- }
- }
- }
|