12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442 |
- {
- "pages": [ //pages数组中第一项表示应用启动页
- {
- "path": "pages/guide/index",
- "style": {
- "app-plus": {
- "titleNView": false //禁用原生导航栏
- }
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "enablePullDownRefresh": true,
- "navigationBarTitleText": "",
- "navigationStyle": "custom",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "scrollIndicator": "none"
- }
- }
- },
- {
- "path": "pages/order_addcart/order_addcart",
- "style": {
- "navigationBarTitleText": "红包",
- "enablePullDownRefresh": true,
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "pages/order_addcart/wallet_received/index",
- "style": {
- "navigationBarTitleText": "已领取红包",
- "enablePullDownRefresh": true,
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "pages/order_addcart/wallet_missed/index",
- "style": {
- "navigationBarTitleText": "已错失红包",
- "enablePullDownRefresh": true,
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "pages/order_addcart/wallet_accelerate/index",
- "style": {
- "navigationBarTitleText": "加速",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "pages/user/index",
- "style": {
- "navigationBarTitleText": "个人中心",
- "enablePullDownRefresh": true
- // #ifdef MP || APP-PLUS
- ,
- "navigationStyle": "custom",
- // "navigationBarBackgroundColor": "#e93323",
- "navigationBarTextStyle": "black"
- // #endif
- }
- },
- {
- "path": "pages/goods_cate/goods_cate",
- "style": {
- "navigationBarTitleText": "商品分类",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- }
- //#ifdef H5
- ,
- {
- "path": "pages/auth/index",
- "style": {
- "navigationBarTitleText": ""
- }
- }
- //#endif
- ],
- "subPackages": [
- {
- "root": "pages/extension",
- "name": "extension",
- "pages": [
- {
- "path": "customer_list/chat",
- "style": {
- "navigationBarTitleText": "对话详情",
- "navigationStyle": "custom",
- "app-plus": {
- "scrollIndicator": false //禁用原生导航栏
- // #ifdef APP-PLUS
- ,
- "titleNView": {
- "type": "default"
- }
- // #endif
- },
- "disableScroll": true
- }
- },
- {
- "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
- }
- }
- }
- ]
- },
- {
- "root": "pages/goods",
- "name": "goods",
- "pages": [
- {
- "path": "goods_list_mall/index",
- "style": {
- "navigationBarTitleText": "商品列表",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "goods_list/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": "admin_order_detail/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": "goods_comment_con/lottery_comment",
- "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_details_store/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": "goods_return/index",
- "style": {
- "navigationBarTitleText": "申请退货",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "goods_return_list/index",
- "style": {
- "navigationBarTitleText": "售后列表",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "lottery/grids/index",
- "style": {
- "navigationBarTitleText": "抽奖活动",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "lottery/grids/record",
- "style": {
- "navigationBarTitleText": "中奖记录",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "order_confirm/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": "order_list/index",
- "style": {
- "navigationBarTitleText": "我的订单",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "order_refund_goods/index",
- "style": {
- "navigationBarTitleText": "退回商品",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- }
- ]
- },
- {
- "root": "pages/users",
- "name": "users",
- "pages": [
- {
- "path": "user_vip_areer/index",
- "style": {
- "navigationBarTitleText": "经验记录",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "privacy/index",
- "style": {
- "navigationBarTitleText": "隐私协议",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_cancellation/index",
- "style": {
- "navigationBarTitleText": "注销说明",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "message_center/index",
- "style": {
- "navigationBarTitleText": "消息中心",
- "enablePullDownRefresh": true,
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "message_center/messageDetail",
- "style": {
- "navigationBarTitleText": "消息详情",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_invoice_order/index",
- "style": {
- "navigationBarTitleText": "订单详情",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "scan_login/index",
- "style": {
- "navigationBarTitleText": "授权登录"
- }
- },
- {
- "path": "user_invoice_list/index",
- "style": {
- "navigationBarTitleText": "共富1580",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_invoice_form/index",
- "style": {
- "navigationBarTitleText": "添加新发票",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- //#ifdef H5
- {
- "path": "alipay_invoke/index",
- "style": {
- "navigationBarTitleText": "支付提示"
- }
- },
- //#endif
- {
- "path": "wechat_login/index",
- "style": {
- "navigationBarTitleText": "账户登录",
- "navigationStyle": "custom",
- "app-plus": {
- "scrollIndicator": false //禁用原生导航栏
- }
- }
- },
- {
- "path": "retrievePassword/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_get_coupon/index",
- "style": {
- "navigationBarTitleText": "领取优惠券",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "visit_list/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_sgin/index",
- "style": {
- "navigationBarTitleText": "签到",
- // #ifdef MP
- // "navigationBarTextStyle": "white",
- // "navigationBarBackgroundColor": "#e93323"
- // #endif
- "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": "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_integral/index",
- "style": {
- "navigationBarTitleText": "积分详情"
- // #ifdef MP
- ,
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#FFFFFF"
- // #endif
- ,
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_red_integral/index",
- "style": {
- "navigationBarTitleText": "红色积分明细"
- // #ifdef MP
- ,
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#FFFFFF"
- // #endif
- ,
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_earningsCount/index",
- "style": {
- "navigationBarTitleText": "收益记录"
- // #ifdef MP
- ,
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#FFFFFF"
- // #endif
- ,
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_directPartner/index",
- "style": {
- "navigationBarTitleText": "直属伙伴"
- // #ifdef MP
- ,
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#FFFFFF"
- // #endif
- ,
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_green_integral/index",
- "style": {
- "navigationBarTitleText": "绿色积分明细"
- // #ifdef MP
- ,
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#FFFFFF"
- // #endif
- ,
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_wallet/index",
- "style": {
- "navigationBarTitleText": "我的钱包"
- // #ifdef MP
- ,
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#FFFFFF"
- // #endif
- ,
- "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_spread_user/index",
- "style": {
- "navigationBarTitleText": "我的推广"
- // #ifdef MP
- ,
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#FFFFFF"
- // #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": "佣金记录"
- // #ifdef MP
- ,
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#FFFFFF"
- // #endif
- ,
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_cash/index",
- "style": {
- "navigationBarTitleText": "提现",
- "navigationBarBackgroundColor": "#FFFFFF"
- // #ifdef MP || APP-PLUS
- ,
- "navigationBarTextStyle": "black"
- // #endif
- ,
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_distribution_level/index",
- "style": {
- "navigationBarTitleText": "分销等级",
- "navigationBarBackgroundColor": "#232323"
- // #ifdef MP || APP-PLUS
- ,
- "navigationBarTextStyle": "white"
- // #endif
- ,
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "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": "user_team/index",
- "style": {
- "navigationBarTitleText": "我的团队",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_phone/index",
- "style": {
- "navigationBarTitleText": "绑定手机",
- // #ifdef MP
- // "navigationBarTextStyle": "white",
- // "navigationBarBackgroundColor": "#e93323"
- // #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_pwd_edit/index",
- "style": {
- "navigationBarTitleText": "修改密码"
- // #ifdef MP
- // ,
- // "navigationBarTextStyle": "white"
- // "navigationBarBackgroundColor": "#e93323"
- // #endif
- ,
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "promoter-list/index",
- "style": {
- "navigationBarTitleText": "推广人列表"
- // #ifdef MP
- ,
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- // #endif
- ,
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "promoter-order/index",
- "style": {
- "navigationBarTitleText": "推广人订单"
- // #ifdef MP
- ,
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#FFFFFF"
- // #endif
- ,
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "promoter_rank/index",
- "style": {
- "navigationBarTitleText": "推广人排行"
- // #ifdef MP
- ,
- "navigationBarTextStyle": "black",
- "navigationBarBackgroundColor": "#FFFFFF"
- // #endif
- ,
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "commission_rank/index",
- "style": {
- "navigationBarTitleText": "佣金排行",
- "navigationBarBackgroundColor": "#FFFFFF"
- // #ifdef MP || APP-PLUS
- ,
- "navigationBarTextStyle": "black"
- // #endif
- ,
- "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": "register/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": "payment_on_behalf/index",
- "style": {
- "navigationBarTitleText": "好友代付",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "payment_on_behalf/pay_status",
- "style": {
- "navigationBarTitleText": "代付成功",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "staff_list/index",
- "style": {
- "navigationBarTitleText": "员工列表",
- "navigationBarBackgroundColor": "#e93323"
- // #ifdef MP
- ,
- "navigationBarTextStyle": "#fff"
- // #endif
- }
- }]
- },
- {
- "root": "pages/goods_details",
- "name": "goods_details",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationStyle": "custom",
- "transparentTitle": "auto",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "padding-left": "10px",
- "padding-right": "10px",
- "type": "transparent",
- "buttons": [ //原生标题栏按钮配置,
- {
- "type": "menu" //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
- }
- ]
- }
- // #endif
- }
- }
- }
- ]
- },
- {
- "root": "pages/admin",
- "name": "adminOrder",
- "pages": [
- {
- "path": "custom_date/index",
- "style": {
- "navigationBarTitleText": "选择日期"
- }
- },
- {
- "path": "order/index",
- "style": {
- "navigationBarTitleText": "订单统计",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "orderList/index",
- "style": {
- "navigationBarTitleText": "订单列表",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "orderDetail/index",
- "style": {
- "navigationBarTitleText": "订单详情",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "delivery/index",
- "style": {
- "navigationBarTitleText": "订单发货",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "statistics/index",
- "style": {
- "navigationBarTitleText": "订单数据统计",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "order_cancellation/index",
- "style": {
- "navigationBarTitleText": "订单核销",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- }
- ]
- },
- {
- "root": "pages/columnGoods",
- "name": "columnGoods",
- "pages": [
- {
- "path": "HotNewGoods/index",
- "style": {
- "navigationBarTitleText": "精品推荐",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "HotNewGoods/feedback",
- "style": {
- "navigationBarTitleText": "我的客服",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#3A3A3A",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "live_list/index",
- "style": {
- "navigationBarTitleText": "精彩内容"
- }
- }
- ]
- },
- {
- "root": "pages/points_mall",
- "pages": [
- {
- "path": "index",
- "style": {
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#333333",
- "navigationBarTitleText": "积分商城",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "integral_goods_list",
- "style": {
- "navigationBarTitleText": "商品列表",
- // "navigationBarTextStyle": "white",
- // "navigationBarBackgroundColor": "#E93323",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "integral_goods_details",
- "style": {
- "navigationStyle": "custom",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "padding-left": "10px",
- "padding-right": "10px",
- "type": "transparent",
- "buttons": [ //原生标题栏按钮配置,
- {
- "type": "menu" //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
- }
- ]
- }
- // #endif
- }
- }
- },
- {
- "path": "exchange_record",
- "style": {
- "navigationBarTitleText": "兑换记录",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "integral_order",
- "style": {
- "navigationBarTitleText": "积分订单",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "user_address",
- "style": {
- "navigationBarTitleText": "选择地址",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "integral_order_status",
- "style": {
- "navigationBarTitleText": "兑换成功",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "integral_order_details",
- "style": {
- "navigationBarTitleText": "兑换订单详情",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- },
- {
- "path": "logistics_details",
- "style": {
- "navigationBarTitleText": "兑换物流详情",
- "app-plus": {
- // #ifdef APP-PLUS
- "titleNView": {
- "type": "default"
- }
- // #endif
- }
- }
- }
- ]
- }
- ],
- "tabBar": {
- "color": "#282828",
- "selectedColor": "#ff3366",
- "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/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": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "加载中",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#F8F8F8",
- "titleNView": false
- },
- "condition": { //模式配置,仅开发期间生效
- "current": 0, //当前激活的模式(list 的索引项)
- "list": [
- {
- "name": "", //模式名称
- "path": "", //启动页面,必选
- "query": "" //启动参数,在页面的onLoad函数里面得到
- }
- ]
- }
- }
|