1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555 |
- {
- "lazyCodeLoading": "requiredComponents",
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/guide/index",
- "style": {
- "app-plus": {
- "titleNView": false //禁用原生导航栏
- },
- "navigationStyle": "custom",
- "disableScroll": true
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- // #ifdef APP-PLUS
- ,
- "enablePullDownRefresh": true
- // #endif
- }
- },
- {
- "path": "pages/new_pages/index/index",
- "style": {
- "navigationBarTitleText": "首页",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- // #ifdef APP-PLUS
- ,
- "enablePullDownRefresh": true
- // #endif
- }
- },
- {
- "path": "pages/goods_cate/index",
- "style": {
- "navigationBarTitleText": "商品分类",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/discover_index/index",
- "style": {
- "navigationBarTitleText": "逛逛",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/order_addcart/order_addcart",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "购物车"
- // "app-plus": {
- // // #ifdef APP-PLUS
- // "titleNView": {
- // "type": "default"
- // }
- // // #endif
- // }
- }
- },
- {
- "path": "pages/order/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "订单"
- }
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "个人中心",
- "navigationStyle": "custom",
- // #ifdef MP || APP-PLUS
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#fff",
- // #endif
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- }
- ],
- "subPackages": [{
- "root": "pages/users",
- "name": "users",
- "pages": [{
- "path": "web_page/index",
- "style": {
- //"navigationBarTitleText": "客服",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_info/index",
- "style": {
- "navigationBarTitleText": "个人资料",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_setting/index",
- "style": {
- "navigationBarTitleText": "个人信息",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_money/index",
- "style": {
- "navigationBarTitleText": "我的账户",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_bill/index",
- "style": {
- "navigationBarTitleText": "账单明细",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_spread_user/index",
- "style": {
- "navigationBarTitleText": "我的推广",
- // #ifdef MP || APP-PLUS
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#fff",
- // #endif
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_spread_code/index",
- "style": {
- "navigationBarTitleText": "分销海报",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_spread_money/index",
- "style": {
- "navigationBarTitleText": "佣金记录",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_transferOut/index",
- "style": {
- "navigationBarTitleText": "transferOut",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_phone/index",
- "style": {
- "navigationBarTitleText": "修改手机号",
- "navigationBarBackgroundColor": "#e93323"
- // #ifdef MP || APP-PLUS
- ,
- "navigationBarTextStyle": "black"
- // #endif
- ,
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_payment/index",
- "style": {
- "navigationBarTitleText": "余额充值",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_spread_brokerage_out/index",
- "style": {
- "navigationBarTitleText": "佣金转入",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_pwd_edit/index",
- "style": {
- "navigationBarTitleText": "修改密码"
- // #ifdef MP || APP-PLUS
- ,
- "navigationBarTextStyle": "black"
- // #endif
- ,
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "promoter-list/index",
- "style": {
- "navigationBarTitleText": "推广人列表",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "promoter-order/index",
- "style": {
- "navigationBarTitleText": "推广人订单",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "promoter_rank/index",
- "style": {
- "navigationBarTitleText": "推广人排行",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "commission_rank/index",
- "style": {
- "navigationBarTitleText": "佣金排行",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "login/index",
- "style": {
- "navigationBarTitleText": "登录",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "wechat_login/index",
- "style": {
- "navigationBarTitleText": "账户登录",
- "navigationStyle": "custom",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "app_login/index",
- "style": {
- "navigationBarTitleText": "绑定手机号",
- "navigationStyle": "custom",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "app_update/app_update",
- "style": {
- "navigationBarTitleText": "检查更新",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "settled/index",
- "style": {
- "navigationBarTitleText": "商户入驻",
- "enablePullDownRefresh": false,
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_sgin_info/index",
- "style": {
- "navigationBarTitleText": "签到说明",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_coupon/index",
- "style": {
- "navigationBarTitleText": "我的优惠券",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- }
- ]
- },
- {
- "root": "pages/merchant",
- "name": "merchant",
- "pages": [{
- "path": "home/index",
- "style": {
- "navigationBarTitleText": "商户首页",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "classify_coupon/index",
- "style": {
- "navigationBarTitleText": "商品分类",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false,
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "application_record/index",
- "style": {
- "navigationBarTitleText": "申请记录",
- "enablePullDownRefresh": false,
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "detail/index",
- "style": {
- "navigationBarTitleText": "商户详情",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_integral/index",
- "style": {
- "navigationBarTitleText": "积分详情",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_sgin/index",
- "style": {
- "navigationBarTitleText": "签到",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_sgin_list/index",
- "style": {
- "navigationBarTitleText": "签到记录",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "merchant_street/index",
- "style": {
- "navigationBarTitleText": "店铺街",
- //"enablePullDownRefresh": false,
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- }
- ]
- },
- {
- "root": "pages/goods",
- "path": "goods",
- "pages": [{
- "path": "goods_details/index",
- "style": {
- "navigationBarTitleText": "商品详情",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "goods_list/index",
- "style": {
- "navigationBarTitleText": "商品列表",
- //"navigationStyle": "custom",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "coupon_goods_list/index",
- "style": {
- "navigationBarTitleText": "商品列表",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "systemIframe/index",
- "style": {
- "navigationBarTitleText": "系统表单",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "goods_search/index",
- "style": {
- "navigationBarTitleText": "搜索商品",
- "navigationStyle": "custom",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "news_list/index",
- "style": {
- "navigationBarTitleText": "资讯",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "news_details/index",
- "style": {
- "navigationBarTitleText": "资讯详情",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "browsing_history/index",
- "style": {
- "navigationBarTitleText": "浏览记录",
- "backgroundColor": "#FFFFFF",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "order_list/index",
- "style": {
- "navigationBarTitleText": "我的订单",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "order_logistics/index",
- "style": {
- "navigationBarTitleText": "发货记录",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "order_confirm/index",
- "style": {
- "navigationBarTitleText": "提交订单",
- "navigationStyle": "custom",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "order_payment/index",
- "style": {
- "navigationBarTitleText": "支付订单",
- // #ifdef MP || APP-PLUS
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#fff",
- // #endif
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "refund_details/index",
- "style": {
- "navigationBarTitleText": "售后详情",
- "navigationBarBackgroundColor": "#fff",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "order_pay_status/index",
- "style": {
- "navigationBarTitleText": "支付结果",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "order_details/index",
- "style": {
- "navigationBarTitleText": "订单详情",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "virtual_order_details/index",
- "style": {
- "navigationBarTitleText": "订单详情",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_return_list/index",
- "style": {
- "navigationBarTitleText": "售后列表",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "goods_return/index",
- "style": {
- "navigationBarTitleText": "售后退款",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "after_sales_type/index",
- "style": {
- "navigationBarTitleText": "售后类型",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "returns_and_refunds/index",
- "style": {
- "navigationBarTitleText": "退货退款",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "goods_comment_con/index",
- "style": {
- "navigationBarTitleText": "商品评价",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "evaluation_list/index",
- "style": {
- "navigationBarTitleText": "评价列表",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "goods_comment_list/index",
- "style": {
- "navigationBarTitleText": "商品评分",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "goods_logistics/index",
- "style": {
- "navigationBarTitleText": "物流信息",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "send_record/index",
- "style": {
- "navigationBarTitleText": "发货记录",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "agreement_rules/index",
- "style": {
- "navigationBarTitleText": "隐私协议",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_goods_collection/index",
- "style": {
- "navigationBarTitleText": "收藏商品",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_merchant_collection/index",
- "style": {
- "navigationBarTitleText": "收藏店铺",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "alipay_return/alipay_return",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "alipay_invoke/index",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "agreement_info/index",
- "style": {
- "navigationBarTitleText": "",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_grade/index",
- "style": {
- "navigationBarTitleText": "我的等级",
- "navigationBarBackgroundColor": "#181818",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- // #ifdef MP || APP-PLUS
- ,
- "navigationBarTextStyle": "black"
- // #endif
- }
- },
- {
- "path": "exp_record/index",
- "style": {
- "navigationBarTitleText": "经验值明细",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "level_rule/index",
- "style": {
- "navigationBarTitleText": "等级规则说明",
- "navigationBarBackgroundColor": "#282828",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- // #ifdef MP || APP-PLUS
- ,
- "navigationBarTextStyle": "black"
- // #endif
- }
- }
- ]
- },
- {
- "root": "pages/address",
- "name": "address",
- "pages": [{
- "path": "user_address_list/index",
- "style": {
- "navigationBarTitleText": "地址管理",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_address/index",
- "style": {
- "navigationBarTitleText": "添加地址",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- }
- ]
- // "plugins": {
- // "live-player-plugin": {
- // "version": "1.3.2",
- // "provider": "wx2b03c6e691cd7370"
- // }
- // }
- },
- {
- "root": "pages/activity",
- "name": "activity",
- "pages": [{
- "path": "goods_seckill/index",
- "style": {
- "navigationBarTitleText": "秒杀列表",
- "navigationStyle": "custom"
- // #ifdef MP || APP-PLUS
- ,
- "navigationBarTextStyle": "black"
- // #endif
- }
- },
- {
- "path": "mer-good-seckill/index",
- "style": {
- "navigationBarTitleText": "秒杀列表",
- "navigationStyle": "custom"
- // #ifdef MP || APP-PLUS
- ,
- "navigationBarTextStyle": "black"
- // #endif
- }
- },
- {
- "path": "goods_group/index",
- "style": {
- "navigationBarTitleText": "拼团活动",
- "navigationStyle": "custom"
- // #ifdef MP || APP-PLUS
- ,
- "navigationBarTextStyle": "black"
- // #endif
- }
- },
- {
- "path": "liveBroadcast/index",
- "style": {
- "navigationBarTitleText": "列表",
- "navigationBarBackgroundColor": "#F2F2F2"
- }
- },
- {
- "path": "status/index",
- "style": {
- "navigationBarTitleText": "拼团活动",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "couponList/index",
- "style": {
- "navigationBarTitleText": "领券中心",
- // #ifdef MP || APP-PLUS
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#F2F2F2",
- // #endif
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "small_page/index",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "vip_paid/index",
- "style": {
- "navigationBarTitleText": "SVIP会员",
- "navigationStyle": "custom",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "vip_paid_benefits/index",
- "style": {
- "navigationBarTitleText": "会员权益",
- "navigationStyle": "custom",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "vip_order_record/index",
- "style": {
- "navigationBarTitleText": "会员购买记录",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "points_mall/index",
- "style": {
- "navigationBarTitleText": "积分商城",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "goods_points/index",
- "style": {
- "navigationBarTitleText": "热门推荐",
- "navigationStyle": "custom"
- // #ifdef MP || APP-PLUS
- ,
- "navigationBarTextStyle": "black"
- // #endif
- }
- }
- ]
- },
- {
- "root": "pages/discover",
- "name": "discover",
- "pages": [{
- "path": "discover_search_list/index",
- "style": {
- "navigationBarTitleText": "搜索页面",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "discover_recommend/index",
- "style": {
- "navigationBarTitleText": "为你推荐",
- // "navigationStyle": "custom",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "discover_release/index",
- "style": {
- "navigationBarTitleText": "内容发布",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- // #ifndef APP-PLUS
- {
- "path": "discover_video/routineVideo/index",
- "style": {
- "navigationBarTitleText": "逛逛短视频",
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false,
- "bounce": "none"
- }
- }
- },
- // #endif
- // #ifdef APP-PLUS
- {
- "path": "discover_video/appVideo/index",
- "style": {
- "navigationBarTitleText": "逛逛短视频",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black",
- "app-plus": {
- "titleNView": false,
- "bounce": "none"
- }
- }
- },
- // #endif
- {
- "path": "discover_user/index",
- "style": {
- "navigationBarTitleText": "个人主页",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "discover_follow/index",
- "style": {
- "navigationBarTitleText": "我的关注",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "discover_note_topic/index",
- "style": {
- "navigationBarTitleText": "话题",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "discover_details/index",
- "style": {
- "navigationBarTitleText": "内容详情",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- }
- ]
- },
- {
- "root": "pages/admin/",
- "name": "admin",
- "pages": [{
- "path": "work/index",
- "style": {
- "navigationBarTitleText": "工作台",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "skipRefund/index",
- "style": {
- "navigationBarTitleText": "售后订单",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "order/index",
- "style": {
- "navigationBarTitleText": "订单管理",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "logistics/index",
- "style": {
- "navigationBarTitleText": "物流信息",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "logistics/detail",
- "style": {
- "navigationBarTitleText": "发货记录",
- "navigationStyle": "custom",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "logistics/record",
- "style": {
- "navigationBarTitleText": "发货记录",
- "navigationStyle": "custom",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "refund/index",
- "style": {
- "navigationBarTitleText": "立即退款",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "order/send",
- "style": {
- "navigationBarTitleText": "发货",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "order/detail",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "after_sale/index",
- "style": {
- "navigationBarTitleText": "售后订单",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "statistics/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "销售额统计",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "cancel/index",
- "style": {
- "navigationBarTitleText": "订单核销",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "cancel/list",
- "style": {
- "navigationBarTitleText": "核销订单",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "cancel/result",
- "style": {
- "navigationBarTitleText": "核销结果",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "refundOrderDetail/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "goods/index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "商品管理"
- }
- },
- {
- "path": "goods/specs",
- "style": {
- "navigationBarTitleText": "修改价格/库存",
- "navigationBarBackgroundColor": "#F5F5F5",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "goods/inventory",
- "style": {
- "navigationBarTitleText": "增加库存",
- "navigationBarBackgroundColor": "#F5F5F5",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- }
- ]
- }
- //#ifdef H5
- ,
- {
- "root": "pages/auth",
- "name": "pages/auth/index",
- "pages": [{
- "path": "index",
- "style": {
- "navigationBarTitleText": "CRMEB"
- }
- }]
- }
- //#endif
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "crmeb",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#F8F8F8",
- "titleNView": false,
- "rpxCalcMaxDeviceWidth": 960,
- "rpxCalcBaseDeviceWidth": 375,
- "rpxCalcIncludeWidth": 750,
- "app-plus": {
- "scrollIndicator": "none" //隐藏所有页面滚动条
- }
- },
- "tabBar": {
- "custom": false,
- "color": "#8E8E8E",
- "selectedColor": "#FF6702",
- "borderStyle": "white",
- "backgroundColor": "#ffffff",
- "list": [{
- "pagePath": "pages/index/index",
- "iconPath": "/static/tabBar/home-false.png",
- "selectedIconPath": "/static/tabBar/home-true.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/order/index",
- "iconPath": "/static/tabBar/order-false.png",
- "selectedIconPath": "static/tabBar/order-true.png",
- "text": "订单"
- },
- {
- "pagePath": "pages/user/index",
- "iconPath": "static/tabBar/my-false.png",
- "selectedIconPath": "static/tabBar/my-true.png",
- "text": "我的"
- }
- ]
- },
- "condition": { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [{
- "name": "", //模式名称
- "path": "", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }]
- }
- }
|