| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233 |
- {
- "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/index/bdzq",
- "style": {
- "navigationBarTitleText": "积分专区"
- }
- },
- {
- "path": "pages/index/xfqzq",
- "style": {
- "navigationBarTitleText": "消费专区"
- }
- },
- {
- "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/user/xfjfzz",
- "style": {
- "navigationBarTitleText": "积分转账"
- }
- },
- {
- "path": "pages/user/mythq",
- "style": {
- "navigationBarTitleText": "消费券",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/user/myggz",
- "style": {
- "navigationBarTitleText": "贡献值",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/user/account",
- "style": {
- "navigationBarTitleText": "提现账号"
- }
- },
- {
- "path": "pages/user/mygwjf",
- "style": {
- "navigationBarTitleText": "静态积分",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/user/myjf",
- "style": {
- "navigationBarTitleText": "动态积分",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "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/tabbar/tab-home.png",
- "selectedIconPath": "static/tabbar/tab-home-current.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/tabbar/tab-cart.png",
- "selectedIconPath": "static/tabbar/tab-cart-current.png",
- "text": "购物车"
- },
- {
- "pagePath": "pages/user/index",
- "iconPath": "static/tabbar/tab-my.png",
- "selectedIconPath": "static/tabbar/tab-my-current.png",
- "text": "我的"
- }
- ]
- },
- "condition": { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [{
- "name": "", //模式名称
- "path": "", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }]
- },
- "sitemapLocation": "sitemap.json"
- }
|