| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom",
- // #ifdef APP-PLUS
- "enablePullDownRefresh": true,
- // #endif
- "app-plus": {
- "scrollIndicator": false //禁用原生导航栏
- }
- }
- },
- {
- "path": "pages/order_addcart/order_addcart",
- "style": {
- "navigationBarTitleText": "购物车"
- }
- },
- {
- "path": "pages/plant_grass/index",
- "style": {
- "navigationBarTitleText": "种草社区"
- }
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "个人中心"
- //,
- //"navigationBarBackgroundColor": "#EB3C3C"
- // #ifdef MP || APP-PLUS
- // ,
- //"navigationBarTextStyle": "#fff"
- // #endif
- }
- },
- {
- "path": "pages/goods_details/index",
- "style": {
- "navigationStyle": "custom"
- // #ifdef MP || APP-PLUS
- ,
- "navigationBarTextStyle": "#fff"
- // #endif
- }
- },
- {
- "path": "pages/goods_cate/goods_cate",
- "style": {
- "navigationBarTitleText": "商品分类"
- }
- },
- {
- "path": "pages/news_list/index",
- "style": {
- "navigationBarTitleText": "资讯"
- }
- },
- {
- "path": "pages/news_details/index",
- "style": {
- "navigationBarTitleText": "资讯详情"
- }
- },
- {
- "path": "pages/auth/index",
- "style": {
- "navigationBarTitleText": "加载中"
- }
- },
- {
- "path": "pages/order_pay_status/index",
- "style": {
- "navigationBarTitleText": "支付成功"
- }
- },
- {
- "path": "pages/error/index",
- "style": {
- "navigationBarTitleText": "网站已关闭"
- }
- },
- {
- "path": "pages/order_details/index",
- "style": {
- "navigationBarTitleText": "订单详情"
- //,
- //"navigationBarBackgroundColor": "#e93323"
- // #ifdef MP || APP-PLUS
- // ,
- //"navigationBarTextStyle": "#fff"
- // #endif
- }
- },
- {
- "path": "pages/order_details/stay",
- "style": {
- "navigationBarTitleText": "订单详情"
- //,
- //"navigationBarBackgroundColor": "#e93323"
- // #ifdef MP || APP-PLUS
- // ,
- //"navigationBarTextStyle": "#fff"
- // #endif
- }
- },
- {
- "path": "pages/order_details/delivery",
- "style": {
- "navigationBarTitleText": "配送详情"
- //,
- //"navigationBarBackgroundColor": "#e93323"
- // #ifdef MP || APP-PLUS
- // ,
- //"navigationBarTextStyle": "#fff"
- // #endif
- }
- },
- {
- "path": "pages/order_pay_back/index",
- "style": {
- "navigationBarTitleText": "支付提示"
- }
- }
- ],
- "subPackages": [{
- "root": "pages/users",
- "name": "users",
- "pages": [{
- "path": "retrievePassword/index",
- "style": {
- "navigationBarTitleText": "忘记密码"
- }
- },
- {
- "path": "user_setting/index",
- "style": {
- "navigationBarTitleText": "设置"
- }
- },
- //协议,关于
- {
- "path": "user_about/index",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "agreement_rules/index",
- "style": {
- "navigationBarTitleText": "协议规则"
- }
- },
- {
- "path": "user_info/index",
- "style": {
- "navigationBarTitleText": "个人资料"
- }
- },
- {
- "path": "user_nickname/index",
- "style": {
- "navigationBarTitleText": "昵称"
- }
- },
- {
- "path": "user_get_coupon/index",
- "style": {
- "navigationBarTitleText": "领取优惠券"
- }
- },
- {
- "path": "user_goods_collection/index",
- "style": {
- "navigationBarTitleText": "收藏商品"
- }
- },
- {
- "path": "user_sgin/index",
- "style": {
- "navigationBarTitleText": "签到"
- }
- },
- {
- "path": "user_sgin_list/index",
- "style": {
- "navigationBarTitleText": "签到记录"
- }
- },
- {
- "path": "user_money/index",
- "style": {
- "navigationBarTitleText": "我的账户"
- }
- },
- {
- "path": "user_bill/index",
- "style": {
- "navigationBarTitleText": "账单明细"
- }
- },
- {
- "path": "user_integral/index",
- "style": {
- "navigationBarTitleText": "积分详情"
- }
- },
- {
- "path": "user_brokerage/index",
- "style": {
- "navigationBarTitleText": "分销等级"
- }
- },
- {
- "path": "user_grade/index",
- "style": {
- "navigationBarTitleText": "我的等级",
- "navigationBarBackgroundColor": "#282828"
- // #ifdef MP || APP-PLUS
- ,
- "navigationBarTextStyle": "#fff"
- // #endif
- }
- },
- {
- "path": "user_grade_list/index",
- "style": {
- "navigationBarTitleText": "成长值记录",
- "navigationBarBackgroundColor": "#282828"
- // #ifdef MP || APP-PLUS
- ,
- "navigationBarTextStyle": "#fff"
- // #endif
- }
- },
- {
- "path": "user_coupon/index",
- "style": {
- "navigationBarTitleText": "我的优惠券"
- }
- },
- {
- "path": "user_spread_user/index",
- "style": {
- "navigationBarTitleText": "我的推广"
- //,
- //"navigationBarBackgroundColor": "#e93323"
- // #ifdef MP || APP-PLUS
- // ,
- //"navigationBarTextStyle": "#fff"
- // #endif
- }
- },
- {
- "path": "user_spread_code/index",
- "style": {
- "navigationBarTitleText": "分销海报"
- }
- },
- {
- "path": "user_spread_money/index",
- "style": {
- "navigationBarTitleText": "佣金记录"
- //,
- //"navigationBarBackgroundColor": "#e93323"
- // #ifdef MP || APP-PLUS
- // ,
- //"navigationBarTextStyle": "#fff"
- // #endif
- }
- },
- {
- "path": "user_cash/index",
- "style": {
- "navigationBarTitleText": "提现"
- //,
- //"navigationBarBackgroundColor": "#e93323"
- // #ifdef MP || APP-PLUS
- // ,
- //"navigationBarTextStyle": "#fff"
- // #endif
- }
- },
- {
- "path": "user_address_list/index",
- "style": {
- "navigationBarTitleText": "地址管理"
- }
- },
- {
- "path": "user_address/index",
- "style": {
- "navigationBarTitleText": "添加地址"
- }
- },
- {
- "path": "user_phone/index",
- "style": {
- "navigationBarTitleText": "绑定手机"
- //,
- //"navigationBarBackgroundColor": "#e93323"
- // #ifdef MP || APP-PLUS
- //,
- //"navigationBarTextStyle": "#fff"
- // #endif
- }
- },
- {
- "path": "user_modify_phone/index",
- "style": {
- "navigationBarTitleText": "修改手机号"
- // #ifdef MP || APP-PLUS
- // ,
- //"navigationBarTextStyle": "#fff"
- // #endif
- }
- },
- {
- "path": "user_modify_pwd/index",
- "style": {
- "navigationBarTitleText": "修改密码"
- // #ifdef MP || APP-PLUS
- // ,
- // "navigationBarTextStyle": "#fff"
- // #endif
- }
- },
- {
- "path": "user_payment/index",
- "style": {
- "navigationBarTitleText": "余额充值"
- }
- },
- {
- "path": "user_pwd_edit/index",
- "style": {
- "navigationBarTitleText": "修改密码"
- // #ifdef MP || APP-PLUS
- ,
- "navigationBarTextStyle": "#fff"
- // #endif
- }
- },
- {
- "path": "order_confirm/index",
- "style": {
- "navigationBarTitleText": "提交订单"
- }
- },
- {
- "path": "goods_details_store/index",
- "style": {
- "navigationBarTitleText": "门店列表"
- }
- },
- {
- "path": "promoter-list/index",
- "style": {
- "navigationBarTitleText": "推广人列表"
- // #ifdef MP || APP-PLUS
- // ,
- //"navigationBarTextStyle": "#fff"
- // #endif
- }
- },
- {
- "path": "promoter-order/index",
- "style": {
- "navigationBarTitleText": "推广人订单"
- //,
- //"navigationBarBackgroundColor": "#e93323"
- // #ifdef MP || APP-PLUS
- // ,
- //"navigationBarTextStyle": "#fff"
- // #endif
- }
- },
- {
- "path": "promoter_rank/index",
- "style": {
- "navigationBarTitleText": "推广人排行"
- //,
- //"navigationBarBackgroundColor": "#e93323"
- // #ifdef MP || APP-PLUS
- // ,
- //"navigationBarTextStyle": "#fff"
- // #endif
- }
- },
- {
- "path": "commission_rank/index",
- "style": {
- "navigationBarTitleText": "佣金排行"
- // "navigationBarBackgroundColor": "#e93323"
- // #ifdef MP || APP-PLUS
- // ,
- // "navigationBarTextStyle": "#fff"
- // #endif
- }
- },
- {
- "path": "order_list/index",
- "style": {
- "navigationBarTitleText": "我的订单"
- }
- },
- {
- "path": "presell_order_list/index",
- "style": {
- "navigationBarTitleText": "预售订单"
- }
- },
- {
- "path": "goods_logistics/index",
- "style": {
- "navigationBarTitleText": "物流信息"
- }
- },
- {
- "path": "user_return_list/index",
- "style": {
- "navigationBarTitleText": "退货列表"
- }
- },
- {
- "path": "goods_return/index",
- "style": {
- "navigationBarTitleText": "申请退货"
- }
- },
- {
- "path": "login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "navigationBarBackgroundColor": "#e93323"
- // #ifdef MP || APP-PLUS
- ,
- "navigationBarTextStyle": "#fff"
- // #endif
- }
- },
- {
- "path": "goods_comment_list/index",
- "style": {
- "navigationBarTitleText": "商品评分"
- }
- },
- {
- "path": "goods_comment_con/index",
- "style": {
- "navigationBarTitleText": "商品评价"
- }
- },
- {
- "path": "feedback/index",
- "style": {
- "navigationBarTitleText": "问题反馈",
- "backgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "feedback/list",
- "style": {
- "navigationBarTitleText": "反馈记录",
- "backgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "feedback/detail",
- "style": {
- "navigationBarTitleText": "反馈内容",
- "backgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "refund/index",
- "style": {
- "navigationBarTitleText": "批量退款",
- "backgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "refund/confirm",
- "style": {
- "navigationBarTitleText": "申请退款",
- "backgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "refund/detail",
- "style": {
- "navigationBarTitleText": "退款详情",
- "backgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "refund/select",
- "style": {
- "navigationBarTitleText": "选择服务类型",
- "backgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "refund/goods/index",
- "style": {
- "navigationBarTitleText": "退货退款",
- "backgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "refund/list",
- "style": {
- "navigationBarTitleText": "退货列表",
- "backgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "refund/logistics",
- "style": {
- "navigationBarTitleText": "物流信息",
- "backgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "user_store_attention/index",
- "style": {
- "navigationBarTitleText": "关注店铺",
- "backgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "browsingHistory/index",
- "style": {
- "navigationBarTitleText": "浏览记录",
- "backgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "distributor/index",
- "style": {
- "navigationBarTitleText": "成为分销",
- "backgroundColor": "#FFFFFF"
- }
- },
- {
- "path": "user_invoice_list/index",
- "style": {
- "navigationBarTitleText": "发票管理"
- }
- },
- {
- "path": "user_invoice_form/index",
- "style": {
- "navigationBarTitleText": "添加新发票"
- }
- },
- {
- "path": "user_invoicing/index",
- "style": {
- "navigationBarTitleText": "开具发票"
- }
- },
- {
- "path": "user_invoice_order/index",
- "style": {
- "navigationBarTitleText": "订单详情"
- //,
- //"navigationBarBackgroundColor": "#e93323"
- // #ifdef MP || APP-PLUS
- //,
- //"navigationBarTextStyle": "#fff"
- // #endif
- }
- }, {
- "path": "privacy/index",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- }
- ]
- },
- {
- "root": "pages/store",
- "name": "store",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "店铺diy首页"
- // #ifdef MP
- ,
- "navigationBarTextStyle": "#FFFFFF"
- // #endif
- }
- },{
- "path": "home/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "店铺首页"
- // #ifdef MP
- ,
- "navigationBarTextStyle": "#FFFFFF"
- // #endif
- }
- },
- {
- "path": "detail/index",
- "style": {
- "navigationBarTitleText": "店铺详情"
- }
- },
- {
- "path": "list/index",
- "style": {
- "navigationBarTitleText": "商品列表"
- }
- },
- {
- "path": "settled/index",
- "style": {
- "navigationBarTitleText": "商家入驻"
- }
- }, {
- "path": "applicationRecord/index",
- "style": {
- "navigationBarTitleText": "申请记录"
- }
- }, {
- "path": "merchantDetails/index",
- "style": {
- "navigationBarTitleText": "审核通过"
- }
- },
- {
- "path": "shopStreet/index",
- "style": {
- "navigationBarTitleText": "店铺街"
- }
- },
- {
- "path": "qualifications/index",
- "style": {
- "navigationBarTitleText": "店铺资质信息"
- }
- }
- ]
- },
- {
- "root": "pages/admin",
- "name": "adminOrder",
- "pages": [{
- "path": "order/index",
- "style": {
- "navigationBarTitleText": "订单首页"
- }
- },
- {
- "path": "orderList/index",
- "style": {
- "navigationBarTitleText": "订单列表"
- }
- },
- {
- "path": "orderRefund/index",
- "style": {
- "navigationBarTitleText": "立即退款"
- }
- },
- {
- "path": "business/index",
- "style": {
- "navigationBarTitleText": "商家管理"
- }
- },
- {
- "path": "orderDetail/index",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- },
- {
- "path": "refundDetail/index",
- "style": {
- "navigationBarTitleText": "退款单详情"
- }
- },
- {
- "path": "delivery/index",
- "style": {
- "navigationBarTitleText": "订单发货"
- }
- },
- {
- "path": "statistics/index",
- "style": {
- "navigationBarTitleText": "订单数据统计"
- }
- },
- {
- "path": "order_cancellation/index",
- "style": {
- "navigationBarTitleText": "订单核销"
- // #ifdef MP || APP-PLUS
- //,
- //"navigationBarTextStyle": "#fff",
- //"navigationBarBackgroundColor": "#E93323"
- // #endif
- }
- },
- {
- "path": "goods_details/index",
- "style": {
- "navigationBarTitleText": "商品详情"
- }
- }
- ]
- },
- {
- "root": "pages/product",
- "name": "product",
- "pages": [{
- "path": "list/index",
- "style": {
- "navigationBarTitleText": "商品管理"
- }
- },
- {
- "path": "goodsOnSale/index",
- "style": {
- "onReachBottomDistance": 100,
- "navigationBarTitleText": "在售商品",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "soldOutGoods/index",
- "style": {
- "onReachBottomDistance": 100,
- "navigationBarTitleText": "售罄商品",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "recycleBin/index",
- "style": {
- "onReachBottomDistance": 100,
- "navigationBarTitleText": "回收站",
- "enablePullDownRefresh": false
- }
- },
- {
- "path":"storeClassification/index",
- "style": {
- "navigationBarTitleText": "店铺分类"
- }
- },
- {
- "path":"storeClassification/addStoreClass",
- "style": {
- "navigationBarTitleText": "添加店铺分类"
- }
- },
- {
- "path": "addGoods/index",
- "style": {
- "navigationBarTitleText": "添加商品"
- }
- },
- {
- "path": "addGoods/secound",
- "style": {
- "navigationBarTitleText": "添加商品"
- }
- },
- {
- "path":"addGoods/addGoodDetils",
- "style": {
- "navigationBarTitleText": "商品详情"
- }
- },
- {
- "path": "addGoods/singleSpecification",
- "style": {
- "navigationBarTitleText": "单规格"
- }
- },
- {
- "path": "addGoods/mulSpecification",
- "style": {
- "navigationBarTitleText": "多规格"
- }
- },
- {
- "path": "addGoods/specificationProperties",
- "style": {
- "navigationBarTitleText": "规格属性"
- }
- },
- {
- "path": "addGoods/freightTemplate",
- "style": {
- "navigationBarTitleText": "运费模板",
- "onReachBottomDistance": 100,
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "addGoods/addFreightTemplate",
- "style": {
- "navigationBarTitleText": "新增运费模板"
- }
- },
- {
- "path": "addGoods/modifyPrice",
- "style": {
- "navigationBarTitleText": "修改价格-多规格"
- }
- }
- ]
- },
- {
- "root": "pages/plantGrass",
- "name": "plant_grass",
- "pages": [
- {
- "path": "plant_detail/index",
- "style": {
- "navigationBarTitleText": "内容详情"
- }
- },
- {
- "path": "plant_release/index",
- "style": {
- "navigationBarTitleText": "内容发布"
- }
- },
- {
- "path": "plant_show/index",
- "style": {
- "navigationBarTitleText": "种草秀"
- }
- },
- {
- "path": "plant_topic/index",
- "style": {
- "navigationBarTitleText": "话题筛选"
- }
- },
- {
- "path": "plant_search/index",
- "style": {
- "navigationBarTitleText": "搜索"
- }
- },
- {
- "path": "plant_search_list/index",
- "style": {
- "navigationBarTitleText": "搜索结果"
- }
- },
- {
- "path": "plant_featured/index",
- "style": {
- "navigationBarTitleText": "为你精选"
- }
- },
- {
- "path": "plant_user/index",
- "style": {
- "navigationBarTitleText": "个人主页"
- }
- },
- {
- "path": "plant_user_attention/index",
- "style": {
- "navigationBarTitleText": "我的关注"
- }
- },
- {
- "path": "plant_user_fans/index",
- "style": {
- "navigationBarTitleText": "我的粉丝"
- }
- }
-
- ]
- },
- {
- "root": "pages/columnGoods",
- "name": "columnGoods",
- "pages": [{
- "path": "HotNewGoods/index",
- "style": {
- "navigationBarTitleText": "精品推荐"
- //,
- //"navigationBarBackgroundColor": "#e93323"
- // #ifdef MP || APP-PLUS
- // ,
- //"navigationBarTextStyle": "#fff"
- // #endif
- }
- },
- {
- "path": "goods_list/index",
- "style": {
- "navigationBarTitleText": "商品列表"
- }
- },
- {
- "path": "goods_coupon_list/index",
- "style": {
- "navigationBarTitleText": "优惠券商品"
- }
- },
- {
- "path": "goods_search/index",
- "style": {
- "navigationBarTitleText": "搜索商品"
- }
- },
- {
- "path": "goods_search_con/index",
- "style": {
- "navigationBarTitleText": "搜索商品"
- }
- }
- ],
- "plugins": {
- "live-player-plugin": {
- "version": "1.3.2",
- "provider": "wx2b03c6e691cd7370"
- }
- }
- },
- {
- "root": "pages/chat",
- "name": "chat",
- "pages": [{
- "path": "customer_list/index",
- "style": {
- "navigationBarTitleText": "消息中心"
- }
- },
- {
- "path": "customer_list/chat",
- "style": {
- "navigationBarTitleText": "客服聊天"
- }
- },
- {
- "path": "customer_login/index",
- "style": {
- "navigationBarTitleText": "客服登录"
- }
- },
- {
- "path": "customer_info/index",
- "style": {
- "navigationBarTitleText": "客户信息"
- }
- }
- ]
- },
- {
- "root": "pages/activity",
- "name": "activity",
- "pages": [{
- "path": "goods_seckill/index",
- "style": {
- "navigationBarTitleText": "限时秒杀",
- "navigationStyle": "custom"
- // #ifdef MP || APP-PLUS
- ,
- "navigationBarTextStyle": "#fff"
- // #endif
- }
- },
- {
- "path": "goods_seckill_details/index",
- "style": {
- "navigationBarTitleText": "秒杀详情",
- "navigationStyle": "custom"
- // #ifdef MP || APP-PLUS
- ,
- "navigationBarTextStyle": "#fff"
- // #endif
- }
- },
- {
- "path": "liveBroadcast/index",
- "style": {
- "navigationBarTitleText": "直播列表",
- "navigationBarBackgroundColor": "#F2F2F2"
- }
- },
- {
- "path": "presell/index",
- "style": {
- "navigationBarTitleText": "预售"
- // #ifdef MP || APP-PLUS
- ,
- "navigationBarTextStyle": "#fff",
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "presell_details/index",
- "style": {
- "navigationStyle": "custom"
- // #ifdef MP || APP-PLUS
- ,
- "navigationBarTextStyle": "#fff"
- // #endif
- }
- },
- {
- "path": "combination/index",
- "style": {
- "navigationBarTitleText": "拼团"
- // #ifdef MP || APP-PLUS
- ,
- "navigationBarTextStyle": "#fff",
- "navigationStyle": "custom"
- // #endif
- }
- },
- {
- "path": "combination_details/index",
- "style": {
- "navigationBarTitleText": "拼团详情",
- "navigationStyle": "custom"
- // #ifdef MP || APP-PLUS
- ,
- "navigationBarTextStyle": "#fff"
- // #endif
- }
- },
- {
- "path": "combination_status/index",
- "style": {
- "navigationBarTitleText": "拼团状态"
- }
- },
- {
- "path": "assist/index",
- "style": {
- "navigationBarTitleText": "助力列表",
- "navigationStyle": "custom"
- // #ifdef MP || APP-PLUS
- ,
- "navigationBarTextStyle": "#fff"
-
- // #endif
- }
- },
- {
- "path": "assist_detail/index",
- "style": {
- "navigationBarTitleText": "发起助力"
- // #ifdef MP || APP-PLUS
- //,
- //"navigationBarTextStyle": "#fff",
- //"navigationBarBackgroundColor": "#e93323"
- // #endif
- }
- },
- {
- "path": "assist_record/index",
- "style": {
- "navigationBarTitleText": "助力记录"
- // #ifdef MP || APP-PLUS
- //,
- //"navigationBarTextStyle": "#fff",
- //"navigationBarBackgroundColor": "#e93323"
- // #endif
- }
- },
- {
- "path": "topic/index",
- "style": {
- "navigationBarTitleText": "活动专题"
- }
- },
- {
- "path": "topic_detail/index",
- "style": {
- "navigationBarTitleText": "主题活动"
- }
- },
- {
- "path": "lifeService/index",
- "style": {
- "navigationBarTitleText": "本地服务"
- }
- },
- {
- "path": "collect_coupons/index",
- "style": {
- "navigationBarTitleText": "领劵中心"
- }
- }
- ]
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "加载中...",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#F8F8F8"
- //#ifndef H5
- ,
- "titleNView": true
- //#endif
- //#ifdef H5
- ,
- "titleNView": false
- //#endif
- },
- "tabBar": {
- "color": "#282828",
- "selectedColor": "#E93323",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "static/images/1-001.png",
- "selectedIconPath": "static/images/1-002.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/goods_cate/goods_cate",
- "iconPath": "static/images/2-001.png",
- "selectedIconPath": "static/images/2-002.png",
- "text": "分类"
- },
- {
- "pagePath": "pages/plant_grass/index",
- "iconPath": "static/images/5-001.png",
- "selectedIconPath": "static/images/5-002.png",
- "text": "逛逛"
- },
- {
- "pagePath": "pages/order_addcart/order_addcart",
- "iconPath": "static/images/3-001.png",
- "selectedIconPath": "static/images/3-002.png",
- "text": "购物车"
- },
- {
- "pagePath": "pages/user/index",
- "iconPath": "static/images/4-001.png",
- "selectedIconPath": "static/images/4-002.png",
- "text": "我的"
- }
- ]
- },
- "condition": { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [{
- "name": "", //模式名称
- "path": "", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }]
- },
- "sitemapLocation": "sitemap.json"
- }
|