12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193 |
- {
- "pages": [{
- "path": "pages/chat/index",
- "style": {
- "navigationBarTitleText": "消息",
- "enablePullDownRefresh": false,
- "app-plus": {
- "bounce": "none",
- "titleNView": false //去掉当前页的顶部导航栏
- // "titleNView": {
- // "buttons": [{
- // "text": "\ue600 ",
- // "fontSrc": "/static/fonts/iconfont.ttf",
- // "fontSize": "20px"
- // }]
- // }
- }
- }
- },
- {
- "path": "pages/chat/message",
- "style": {
- "navigationBarTitleText": "",
- "app-plus": {
- "softinputMode": "adjustResize",
- "titleNView": {
- "buttons": [{
- "text": "\ue63c",
- "fontSrc": "/static/fonts/iconfont.ttf",
- "fontSize": "23.5px"
- }]
- }
- }
- }
- },
- {
- "path": "pages/chat/messagemore",
- "style": {
- "navigationBarTitleText": "编辑发送信息",
- "app-plus": {
- "softinputMode": "adjustResize",
- "titleNView": {
- "buttons": [{
- "text": "\ue63c",
- "fontSrc": "/static/fonts/iconfont.ttf",
- "fontSize": "23.5px"
- }]
- }
- }
- }
- },
- {
- "path": "pages/push/sendallsome",
- "style": {
- "navigationBarTitleText": "转发",
- "app-plus": {
- "softinputMode": "adjustResize",
- "titleNView": {
- "buttons": [{
- "text": "\ue63c",
- "fontSrc": "/static/fonts/iconfont.ttf",
- "fontSize": "23.5px"
- }]
- }
- }
- }
- },
- {
- "path": "pages/chat/message/group_qrcode",
- "style": {
- "navigationBarTitleText": "群二维码",
- "navigationBarBackgroundColor": "white"
- }
- },
- {
- "path": "pages/chat/message/group_member",
- "style": {
- "navigationBarTitleText": "群成员",
- "navigationBarBackgroundColor": "#ffffff"
- }
- },
- {
- "path": "pages/chat/message/details",
- "style": {
- "navigationBarBackgroundColor": "#cf3c35",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "红包",
- "backgroundColorTop": "#cf3c35",
- "backgroundColorBottom": "#fff"
- }
- },
- {
- "path": "pages/chat/message/reduce",
- "style": {
- "navigationBarTitleText": "移除群成员",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "\ue60b",
- "color": "#1AAD19",
- "fontSrc": "/static/fonts/iconfont.ttf",
- "fontSize": "17px"
- }]
- }
- }
- }
- },
- {
- "path": "pages/chat/message/hand",
- "style": {
- "navigationBarBackgroundColor": "#cf3c35",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "发红包",
- "backgroundColorTop": "#cf3c35",
- "backgroundColorBottom": "#fff",
- "app-plus": {
- "softinputNavBar": "none",
- "bounce": "none"
- }
- }
- },
- {
- "path": "pages/chat/message/hand_lei",
- "style": {
- "navigationBarBackgroundColor": "#cf3c35",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "多雷红包",
- "backgroundColorTop": "#cf3c35",
- "backgroundColorBottom": "#fff",
- "app-plus": {
- "softinputNavBar": "none",
- "bounce": "none"
- }
- }
- },
- {
- "path": "pages/chat/message/hand_pin",
- "style": {
- "navigationBarBackgroundColor": "#cf3c35",
- "navigationBarTextStyle": "white",
- "navigationBarTitleText": "拼手气红包",
- "backgroundColorTop": "#cf3c35",
- "backgroundColorBottom": "#fff",
- "app-plus": {
- "softinputNavBar": "none",
- "bounce": "none"
- }
- }
- },
- {
- "path": "pages/friend/index",
- "style": {
- "navigationBarTitleText": "通讯录",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false //去掉当前页的顶部导航栏
- // "titleNView": {
- // "buttons": [{
- // "text": " \ue613",
- // "color": "#4591ff",
- // "fontSrc": "/static/fonts/im-iconfont.ttf",
- // "fontSize": "25px"
- // }]
- // }
- }
- }
- },
- {
- "path": "pages/push/game",
- "style": {
- "navigationBarTitleText": "探索",
- "app-plus": {
- "titleNView": false //去掉当前页的顶部导航栏
- }
- }
- },
- {
- "path": "pages/push/sendall",
- "style": {
- "navigationBarTitleText": "群发",
- "app-plus": {
- "titleNView": {
- }
- }
- }
- },
- {
- "path": "pages/push/create_group",
- "style": {
- "navigationBarTitleText": "群发助手",
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/friend/index_list",
- "style": {
- "navigationBarTitleText": "请选择好友",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "确定",
- "color": "black",
- "fontSrc": "/static/fonts/iconfont.ttf",
- "fontSize": "16px"
- }]
- }
- }
- }
- },
- {
- "path": "pages/friend/phone-search",
- "style": {
- "navigationBarTitleText": "搜索联系人"
- }
- },
- {
- "path": "pages/friend/apply-list",
- "style": {
- "navigationBarTitleText": "新的朋友"
- }
- },
- {
- "path": "pages/friend/chat-group-apply",
- "style": {
- "navigationBarTitleText": "群认证消息"
- }
- },
- {
- "path": "pages/friend/group_chat",
- "style": {
- "navigationBarTitleText": "我的群聊"
- }
- },
- {
- "path": "pages/friend/add",
- "style": {
- "navigationBarTitleText": "添加好友",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/friend/apply",
- "style": {
- "navigationBarTitleText": "朋友验证"
- }
- },
- {
- "path": "pages/friend/remarks",
- "style": {
- "navigationBarTitleText": "设置备注",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "\ue60b",
- "color": "#1AAD19",
- "fontSrc": "/static/fonts/iconfont.ttf",
- "fontSize": "17px"
- }]
- }
- }
- }
- },
- {
- "path": "pages/push/index",
- "style": {
- "navigationBarTitleText": "发现"
- }
- },
- {
- "path": "pages/push/circle",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "transparent",
- "navigationBarTextStyle": "white",
- "app-plus": {
- "softinputMode": "adjustResize",
- "titleNView": {
- "type": "float",
- "backButton": {
- "background": "rgba(0,0,0,0)"
- },
- "buttons": [{
- "text": "\ue600",
- "fontSrc": "/static/fonts/addiconfont.ttf",
- "fontSize": "22px",
- "background": "rgba(0,0,0,0)"
- }]
- }
- },
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/push/circle",
- "style": {
- "navigationBarTitleText": "生活圈",
- "navigationBarBackgroundColor": "#ffffff",
- "app-plus": {
- "softinputMode": "adjustResize",
- "titleNView": {
- "type": "transparent",
- "backButton": {
- "background": "rgba(0,0,0,0)",
- "type": "back",
- "fontSize": "30px"
- },
- "buttons": [{
- "text": "\ue600",
- "fontSrc": "/static/fonts/addiconfont.ttf",
- "fontSize": "22px",
- "background": "rgba(0,0,0,0)"
- }]
- }
- },
- "enablePullDownRefresh": true
- }
- }, {
- "path": "pages/push/circle_user",
- "style": {
- "navigationBarTitleText": "我的动态",
- "navigationBarBackgroundColor": "#ffffff",
- "app-plus": {
- "softinputMode": "adjustResize",
- "titleNView": {
- "type": "transparent",
- "buttons": [{
- "text": "\ue76a",
- "fontSrc": "/static/fonts/iconfont.ttf",
- "fontSize": "23.5px"
- }]
- }
- },
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/push/circle_details",
- "style": {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTitleText": "",
- "app-plus": {
- "softinputMode": "adjustResize",
- "titleNView": {
- "type": "transparent",
- "buttons": []
- }
- },
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/push/circle_chat_details",
- "style": {
- "navigationBarTitleText": "我的消息",
- "app-plus": {
- "softinputMode": "adjustResize",
- "titleNView": {
- "buttons": []
- }
- }
- }
- },
- {
- "path": "pages/my/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/my/invite",
- "style": {
- "navigationBarTitleText": "推广二维码"
- }
- },
- {
- "path": "pages/my/my_invite",
- "style": {
- "navigationBarTitleText": "我的推广"
- }
- },
- {
- "path": "pages/my/wallet/capital_invite",
- "style": {
- "navigationBarTitleText": "推广收益"
- }
- },
- {
- "path": "pages/details/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "\ue63c",
- "fontSrc": "/static/fonts/iconfont.ttf",
- "fontSize": "23.5px"
- }]
- }
- }
- }
- },
- {
- "path": "pages/chat/videoCall",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#424242",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/my/details",
- "style": {
- "navigationBarTitleText": "个人信息",
- "backgroundColor": "#4ba198",
- "navigationBarTextStyle": "black"
- }
- },
- {
- "path": "pages/my/qrcode",
- "style": {
- "navigationBarTitleText": "我的二维码",
- "titleNView": false //去掉当前页的顶部导航栏
- }
- },
- {
- "path": "pages/details/index",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "\ue63c",
- "fontSrc": "/static/fonts/iconfont.ttf",
- "fontSize": "23.5px"
- }]
- }
- }
- }
- },
- {
- "path": "pages/details/more",
- "style": {
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "#FFFFFF",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "\ue63c",
- "fontSrc": "/static/fonts/iconfont.ttf",
- "fontSize": "23.5px"
- }]
- }
- }
- }
- },
- {
- "path": "pages/details/more_details",
- "style": {
- "navigationBarTitleText": "资料设置"
- }
- },
- {
- "path": "pages/in/login",
- "style": {
- "navigationBarTitleText": "登 录",
- "navigationStyle": "custom",
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/in/reg",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/in/finish",
- "style": {
- "navigationBarTitleText": "",
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/set/frozen",
- "style": {
- "navigationBarTitleText": "冻结帐号"
- }
- },
- {
- "path": "pages/in/forget",
- "style": {
- "navigationBarTitleText": "密码找回",
- "app-plus": {
- "titleNView": {
- "buttons": []
- }
- }
- }
- },
- {
- "path": "pages/push/circle/send",
- "style": {
- "navigationBarTitleText": "发布我的动态",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "\ue60b",
- "color": "#1AAD19",
- "fontSrc": "/static/fonts/iconfont.ttf",
- "fontSize": "17px"
- }]
- }
- }
- }
- },
- {
- "path": "pages/push/game_site",
- "style": {
- "navigationBarTitleText": "资讯",
- "app-plus": {
- "titleNView": {
- "buttons": [
- {
- "text": "\ue67b",
- "fontSrc": "/static/fonts/im-iconfont.ttf",
- "fontSize": "17px",
- "float": "left"
- }
- ]
- }
- }
- }
- },
- {
- "path": "pages/push/web",
- "style": {
- "navigationBarTitleText": "网址",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "\ue605",
- "fontSrc": "/static/fonts/im-iconfont.ttf",
- "fontSize": "19px",
- "width": "50px"
- },
- {
- "text": "\ue67b",
- "fontSrc": "/static/fonts/im-iconfont.ttf",
- "fontSize": "17px"
- },
- {
- "text": "\ue620",
- "fontSrc": "/static/fonts/im-iconfont.ttf",
- "fontSize": "17px",
- "float": "left"
- }
- ]
- }
- }
- }
- },
- {
- "path": "pages/push/wap",
- "style": {
- "navigationBarTitleText": "网址",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "\ue605",
- "fontSrc": "/static/fonts/im-iconfont.ttf",
- "fontSize": "19px",
- "width": "50px"
- },
- {
- "text": "\ue67b",
- "fontSrc": "/static/fonts/im-iconfont.ttf",
- "fontSize": "17px"
- },
- {
- "text": "\ue620",
- "fontSrc": "/static/fonts/im-iconfont.ttf",
- "fontSize": "17px",
- "float": "left"
- }
- ]
- }
- }
- }
- },
- {
- "path": "pages/set/index",
- "style": {
- "navigationBarTitleText": "设置"
- }
- },
- {
- "path": "pages/chat/message/more",
- "style": {
- "navigationBarTitleText": "聊天信息"
- }
- },
- {
- "path": "pages/set/user",
- "style": {
- "navigationBarTitleText": "基本资料设置",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "\ue60b",
- "color": "#1AAD19",
- "fontSrc": "/static/fonts/iconfont.ttf",
- "fontSize": "17px"
- }]
- }
- }
- }
- },
- {
- "path": "pages/set/photo",
- "style": {
- "navigationBarTitleText": "个人头像"
- }
- },
- {
- "path": "pages/set/group_photo",
- "style": {
- "navigationBarTitleText": "群聊头像"
- }
- },
- {
- "path": "pages/set/message_more",
- "style": {
- "navigationBarTitleText": "",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "\ue60b",
- "color": "#5693ee",
- "fontSrc": "/static/fonts/iconfont.ttf",
- "fontSize": "17px"
- }]
- }
- }
- }
- },
- {
- "path": "pages/set/password",
- "style": {
- "navigationBarTitleText": "密码修改",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "\ue60b",
- "color": "#1AAD19",
- "fontSrc": "/static/fonts/iconfont.ttf",
- "fontSize": "17px"
- }]
- }
- }
- }
- },
- // 设置字体大小
- {
- "path": "pages/set/font_size",
- "style": {
- "navigationBarTitleText": "字体大小",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "完成",
- "color": "black",
- "fontSize": "16px"
- }]
- }
- }
- }
- },
- {
- "path": "pages/set/group_admin",
- "style": {
- "navigationBarTitleText": "设置群管理员",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "\ue60b",
- "color": "#1AAD19",
- "fontSrc": "/static/fonts/iconfont.ttf",
- "fontSize": "17px"
- }]
- }
- }
- }
- },
- {
- "path": "pages/user_info/system",
- "style": {
- "navigationBarTitleText": "关于我们",
- "enablePullDownRefresh": true,
- "backgroundTextStyle": "dark",
- "app-plus": {
- "titleView": false
- }
- }
- },
- {
- "path": "pages/my/wallet/index",
- "style": {
- "navigationBarTitleText": "我的钱包",
- "navigationBarTextStyle": "black",
- "app-plus": {
- "titleNView": {}
- }
- }
- },
- {
- "path": "pages/my/wallet/charge",
- "style": {
- "navigationBarTitleText": "充值",
- "app-plus": {
- "titleNView": {}
- }
- }
- },
- {
- "path": "pages/my/wallet/withdraw",
- "style": {
- "navigationBarTitleText": "提现",
- "app-plus": {
- "titleNView": {}
- }
- }
- },
- {
- "path": "pages/my/wallet/capital",
- "style": {
- "navigationBarTitleText": "账单明细",
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/my/wallet/trade_password",
- "style": {
- "navigationBarTitleText": "交易密码"
- }
- },
- {
- "path": "pages/my/set/set_trade_password",
- "style": {}
- },
- {
- "path": "pages/my/set/forget_trade_password",
- "style": {}
- },
- {
- "path": "pages/my/set/edit_trade_password",
- "style": {}
- },
- {
- "path": "pages/my/wallet/alipay_set",
- "style": {
- "navigationBarTitleText": "添加支付宝账号"
- }
- },
- {
- "path": "pages/my/set/add_account",
- "style": {
- "backgroundColor": "white",
- "navigationBarTitleText": "添加支付宝账号"
- }
- },
- {
- "path": "pages/my/pay/pay",
- "style": {
- "backgroundColor": "#4ba198",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#4ba198",
- "navigationBarTitleText": "收付款"
- }
- },
- {
- "path": "pages/my/pay/pay_out",
- "style": {
- "backgroundColor": "#5691cb",
- "navigationBarTextStyle": "white",
- "navigationBarBackgroundColor": "#5691cb",
- "navigationBarTitleText": "二维码收款"
- }
- },
- {
- "path": "pages/my/pay/set_money",
- "style": {
- "navigationBarTitleText": "设置金额"
- }
- },
- {
- "path": "pages/my/pay/user_pay",
- "style": {
- "navigationBarTitleText": "付款"
- }
- },
- {
- "path": "pages/chat/message/input_password",
- "style": {}
- },
- {
- "path": "pages/my/pay/collect_amount",
- "style": {
- "navigationBarTitleText": "收款"
- }
- },
- {
- "path": "pages/my/pay/pay_success",
- "style": {}
- },
- {
- "path": "pages/in/test",
- "style": {}
- }, {
- "path": "pages/chat/message/card_list",
- "style": {
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "确定",
- "color": "black",
- "fontSrc": "/static/fonts/iconfont.ttf",
- "fontSize": "16px"
- }]
- }
- }
- }
- }, {
- "path": "pages/pay/collect_money",
- "style": {}
- }, {
- "path": "pages/order/order",
- "style": {
- "navigationBarTitleText": "订单中心"
- }
- }, {
- "path": "pages/order/detail",
- "style": {
- "navigationBarTitleText": "订单详情"
- }
- }, {
- "path": "pages/my/hongbao_setting",
- "style": {
- "navigationBarTitleText": "红包设置"
- }
- }, {
- "path": "pages/my/foget_trade_password",
- "style": {
- "navigationBarTitleText": "忘记交易密码",
- "backgroundColor": "#ffffff"
- }
- }, {
- "path": "pages/my/input_trade_password",
- "style": {
- "navigationBarTitleText": "忘记交易密码",
- "backgroundColor": "#ffffff"
- }
- }, {
- "path": "pages/chat/group_list",
- "style": {
- "navigationBarTitleText": "选择提醒的人",
- "backgroundColor": "#ffffff"
- }
- }, {
- "path": "pages/chat/message/group_nickname",
- "style": {
- "navigationBarTitleText": "我在本群中的昵称",
- "backgroundColor": "#ffffff",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "保存",
- "color": "#9b9b9b",
- "fontSrc": "/static/fonts/iconfont.ttf",
- "fontSize": "16px"
- }]
- }
- }
- }
- }, {
- "path": "pages/set/group_trans",
- "style": {
- "navigationBarTitleText": "转让群",
- "backgroundColor": "#ffffff",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "确认转让",
- "color": "#9b9b9b",
- "fontSrc": "/static/fonts/iconfont.ttf",
- "fontSize": "16px"
- }]
- }
- }
- }
- }, {
- "path": "pages/set/copy_group",
- "style": {
- "navigationBarTitleText": "一键复制群群主选择",
- "backgroundColor": "#ffffff",
- "app-plus": {
- "titleNView": {
- "buttons": [{
- "text": "确认",
- "color": "#9b9b9b",
- "fontSrc": "/static/fonts/iconfont.ttf",
- "fontSize": "16px"
- }]
- }
- }
- }
- }, {
- "path": "pages/set/copy_tips",
- "style": {
- "navigationBarTitleText": "一键复制新群",
- "backgroundColor": "#ffffff",
- "app-plus": {
- "titleNView": {}
- }
- }
- }, {
- "path": "pages/chat/message/red_list",
- "style": {
- "navigationBarTitleText": "未领取红包列表",
- "backgroundColor": "#ffffff",
- "app-plus": {
- "titleNView": {}
- }
- }
- }, {
- "path": "pages/my/wallet/capital2",
- "style": {
- "navigationBarBackgroundColor": "#eeeeee",
- "enablePullDownRefresh": true,
- "navigationBarTitleText": "账单明细",
- "backgroundColor": "#ffffff",
- "app-plus": {
- "titleNView": {}
- }
- }
- }, {
- "path": "pages/chat/message/qun_manage",
- "style": {
- "navigationBarTitleText": "群管理",
- "backgroundColor": "#ffffff",
- "app-plus": {
- "titleNView": {}
- }
- }
- }, {
- "path": "pages/in/web",
- "style": {
- "navigationBarTitleText": "使用条款和隐私政策",
- "backgroundColor": "#ffffff",
- "app-plus": {
- "titleNView": {}
- }
- }
- },
- {
- "path": "pages/in/privacy",
- "style": {
- "navigationBarTitleText": "隐私政策",
- "backgroundColor": "#ffffff",
- "app-plus": {
- "titleNView": {}
- }
- }
- },
- {
- "path": "pages/in/terms",
- "style": {
- "navigationBarTitleText": "服务协议",
- "backgroundColor": "#ffffff",
- "app-plus": {
- "titleNView": {}
- }
- }
- },
- {
- "path": "pages/article/article",
- "style": {
- "navigationBarTitleText": "帮助中心",
- "backgroundColor": "#ffffff",
- "app-plus": {
- "titleNView": {}
- }
- }
- }, {
- "path": "pages/article/detail",
- "style": {}
- }, {
- "path": "pages/my/store",
- "style": {
- "navigationBarTitleText": "我的收藏",
- "backgroundColor": "#ffffff",
- "app-plus": {
- "titleNView": {}
- }
- }
- }, {
- "path": "pages/my/store_info",
- "style": {}
- }, {
- "path": "pages/my/store_detail",
- "style": {
- "navigationBarTitleText": "收藏数据",
- "backgroundColor": "#ffffff",
- "app-plus": {
- "titleNView": {}
- }
- }
- }, {
- "path": "pages/my/store_item_info",
- "style": {
- "navigationBarTitleText": "详情",
- "backgroundColor": "#ffffff",
- "app-plus": {
- "titleNView": {}
- }
- }
- }, {
- "path": "pages/my/trans_index",
- "style": {
- "navigationBarTitleText": "会话",
- "backgroundColor": "#ffffff",
- "app-plus": {
- "titleNView": {}
- }
- }
- }, {
- "path": "pages/find/find",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false,
- "app-plus": {
- "titleNView": false
- }
- }
- },
- {
- "path": "pages/video/find",
- "style": {
- "navigationBarTextStyle": "black", // 状态栏颜色
- "navigationBarTitleText": "短视频"
- }
- },
- {
- "path": "pages/video/detail",
- "style": {
- "navigationBarTextStyle": "white", // 状态栏颜色
- "navigationStyle": "custom",
- "disableScroll": true, // 上下滚动
- "app-plus": {
- "scrollIndicator": "none"
- }
- }
- },
- {
- "path": "pages/video/add",
- "style": {
- "navigationBarTitleText": "发布"
- }
- },
- {
- "path": "pages/video/user",
- "style": {
- "navigationBarTitleText": "用户中心",
- "enablePullDownRefresh": true
- }
- },
- {
- "path": "pages/video/fans",
- "style": {
- "navigationBarTitleText": "我的粉丝"
- }
- },
- {
- "path": "pages/video/flow",
- "style": {
- "navigationBarTitleText": "我的关注"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "",
- "navigationBarBackgroundColor": "white",
- "backgroundColor": "#eeeef0"
- },
- "tabBar": {
- "color": "#717171",
- "selectedColor": "#2da2fd",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "iconWidth": "30px",
- "fontSize": "12px",
- "height": "60px",
- "list": [{
- "pagePath": "pages/chat/index",
- "iconPath": "static/theme/default/tabBar/1_0.png",
- "selectedIconPath": "./static/theme/default/tabBar/1_1.png",
- "text": "消息"
- },
- {
- "pagePath": "pages/friend/index",
- "iconPath": "static/theme/default/tabBar/2_0.png",
- "selectedIconPath": "static/theme/default/tabBar/2_1.png",
- "text": "通讯录"
- },
- {
- "pagePath": "pages/push/wap",
- "iconPath": "/static/theme/default/logo.png",
- "selectedIconPath": "/static/theme/default/logo.png",
- "text": "易趣"
- },
- {
- "pagePath": "pages/push/game",
- "iconPath": "static/theme/default/tabBar/3_0.png",
- "selectedIconPath": "static/theme/default/tabBar/3_1.png",
- "text": "探索"
- },
- {
- "pagePath": "pages/my/index",
- "iconPath": "static/theme/default/tabBar/4_0.png",
- "selectedIconPath": "static/theme/default/tabBar/4_1.png",
- "text": "我的"
- }
- ]
- },
- "condition": {
- //模式配置,仅开发期间生效
- "current": 0,
- //当前激活的模式(list 的索引项)
- "list": [{
- "name": "",
- //模式名称
- "path": "",
- //启动页面,必选
- "query": ""
- //启动参数,在页面的onLoad函数里面得到
- }]
- }
- }
|