123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719 |
- {
- "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/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
- }
- }
- },
- {
- "path": "user_rider/index",
- "style": {
- "navigationBarTitleText": "成为骑手",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- }
- ]
- },
- {
- "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/substitute_fast_mail",
- "name": "substitute_fast_mail",
- "pages": [{
- "path": "home/index",
- "style": {
- "navigationBarTitleText": "代取快递",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "take_fast_mail/index",
- "style": {
- "navigationBarTitleText": "添加快递",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "my_fast_mail/index",
- "style": {
- "navigationBarTitleText": "我的快递",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- }]
- },
- {
- "root": "pages/confession_wall",
- "name": "confession_wall",
- "pages": [{
- "path": "home/index",
- "style": {
- "navigationBarTitleText": "表白墙",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "wall_details_info/index",
- "style": {
- "navigationBarTitleText": "详情信息",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- }]
- },
- {
- "root": "pages/game_dazi",
- "name": "game_dazi",
- "pages": [{
- "path": "index",
- "style": {
- "navigationBarTitleText": "游戏搭子",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- }]
- },
- {
- "root": "pages/trade_fair",
- "name": "trade_fair",
- "pages": [{
- "path": "home/index",
- "style": {
- "navigationBarTitleText": "二手交易",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "trade_fair_user/index",
- "style": {
- "navigationBarTitleText": "个人主页",
- "navigationStyle": "custom",
- "enablePullDownRefresh": false
- }
- }, {
- "path": "trade_return_list/index",
- "style": {
- "navigationBarTitleText": "售后列表",
- "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": "second_refunds_details/index",
- "style": {
- "navigationBarTitleText": "售后详情",
- "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
- }
- }
- },
- {
- "path": "stage_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",
- "backgroundColor": "#fff"
- }
- // #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
- }
- }
- }
- ]
- },
- {
- "root": "pages/auth",
- "name": "pages/auth/index",
- "pages": [{
- "path": "index",
- "style": {
- "navigationBarTitleText": "CRMEB"
- }
- }]
- },{
- "root": "pages/rider_index",
- "name": "rider_index",
- "pages": [{
- "path": "index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "骑手"
- }
- }]
- },
- {
- "root": "pages/takeout",
- "name": "takeout",
- "pages": [{
- "path": "index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "美食"
- }
- }]
- },
- {
- "root": "pages/merchant_search",
- "name": "merchant_search",
- "pages": [{
- "path": "index",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "搜索外卖商家"
- }
- }]
- },
- {
- "root": "pages/goods_cate",
- "name": "goods_cate",
- "pages": [{
- "path": "index",
- "style": {
- "navigationBarTitleText": "商品分类",
- "navigationStyle": "custom"
- }
- }]
- },
- {
- "root": "pages/discover_index",
- "name": "discover_index",
- "pages": [{
- "path": "index",
- "style": {
- "navigationBarTitleText": "逛逛",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "black"
- }
- }]
- },
- {
- "root": "pages/order_addcart",
- "name": "order_addcart",
- "pages": [{
- "path": "order_addcart",
- "style": {
- "navigationStyle": "custom",
- "navigationBarTitleText": "购物车"
- // "app-plus": {
- // // #ifdef APP-PLUS
- // "titleNView": {
- // "type": "default"
- // }
- // // #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函数里面得到
- }]
- }
- }
|