pages.json 24 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193
  1. {
  2. "pages": [{
  3. "path": "pages/chat/index",
  4. "style": {
  5. "navigationBarTitleText": "消息",
  6. "enablePullDownRefresh": false,
  7. "app-plus": {
  8. "bounce": "none",
  9. "titleNView": false //去掉当前页的顶部导航栏
  10. // "titleNView": {
  11. // "buttons": [{
  12. // "text": "\ue600 ",
  13. // "fontSrc": "/static/fonts/iconfont.ttf",
  14. // "fontSize": "20px"
  15. // }]
  16. // }
  17. }
  18. }
  19. },
  20. {
  21. "path": "pages/chat/message",
  22. "style": {
  23. "navigationBarTitleText": "",
  24. "app-plus": {
  25. "softinputMode": "adjustResize",
  26. "titleNView": {
  27. "buttons": [{
  28. "text": "\ue63c",
  29. "fontSrc": "/static/fonts/iconfont.ttf",
  30. "fontSize": "23.5px"
  31. }]
  32. }
  33. }
  34. }
  35. },
  36. {
  37. "path": "pages/chat/messagemore",
  38. "style": {
  39. "navigationBarTitleText": "编辑发送信息",
  40. "app-plus": {
  41. "softinputMode": "adjustResize",
  42. "titleNView": {
  43. "buttons": [{
  44. "text": "\ue63c",
  45. "fontSrc": "/static/fonts/iconfont.ttf",
  46. "fontSize": "23.5px"
  47. }]
  48. }
  49. }
  50. }
  51. },
  52. {
  53. "path": "pages/push/sendallsome",
  54. "style": {
  55. "navigationBarTitleText": "转发",
  56. "app-plus": {
  57. "softinputMode": "adjustResize",
  58. "titleNView": {
  59. "buttons": [{
  60. "text": "\ue63c",
  61. "fontSrc": "/static/fonts/iconfont.ttf",
  62. "fontSize": "23.5px"
  63. }]
  64. }
  65. }
  66. }
  67. },
  68. {
  69. "path": "pages/chat/message/group_qrcode",
  70. "style": {
  71. "navigationBarTitleText": "群二维码",
  72. "navigationBarBackgroundColor": "white"
  73. }
  74. },
  75. {
  76. "path": "pages/chat/message/group_member",
  77. "style": {
  78. "navigationBarTitleText": "群成员",
  79. "navigationBarBackgroundColor": "#ffffff"
  80. }
  81. },
  82. {
  83. "path": "pages/chat/message/details",
  84. "style": {
  85. "navigationBarBackgroundColor": "#cf3c35",
  86. "navigationBarTextStyle": "white",
  87. "navigationBarTitleText": "红包",
  88. "backgroundColorTop": "#cf3c35",
  89. "backgroundColorBottom": "#fff"
  90. }
  91. },
  92. {
  93. "path": "pages/chat/message/reduce",
  94. "style": {
  95. "navigationBarTitleText": "移除群成员",
  96. "app-plus": {
  97. "titleNView": {
  98. "buttons": [{
  99. "text": "\ue60b",
  100. "color": "#1AAD19",
  101. "fontSrc": "/static/fonts/iconfont.ttf",
  102. "fontSize": "17px"
  103. }]
  104. }
  105. }
  106. }
  107. },
  108. {
  109. "path": "pages/chat/message/hand",
  110. "style": {
  111. "navigationBarBackgroundColor": "#cf3c35",
  112. "navigationBarTextStyle": "white",
  113. "navigationBarTitleText": "发红包",
  114. "backgroundColorTop": "#cf3c35",
  115. "backgroundColorBottom": "#fff",
  116. "app-plus": {
  117. "softinputNavBar": "none",
  118. "bounce": "none"
  119. }
  120. }
  121. },
  122. {
  123. "path": "pages/chat/message/hand_lei",
  124. "style": {
  125. "navigationBarBackgroundColor": "#cf3c35",
  126. "navigationBarTextStyle": "white",
  127. "navigationBarTitleText": "多雷红包",
  128. "backgroundColorTop": "#cf3c35",
  129. "backgroundColorBottom": "#fff",
  130. "app-plus": {
  131. "softinputNavBar": "none",
  132. "bounce": "none"
  133. }
  134. }
  135. },
  136. {
  137. "path": "pages/chat/message/hand_pin",
  138. "style": {
  139. "navigationBarBackgroundColor": "#cf3c35",
  140. "navigationBarTextStyle": "white",
  141. "navigationBarTitleText": "拼手气红包",
  142. "backgroundColorTop": "#cf3c35",
  143. "backgroundColorBottom": "#fff",
  144. "app-plus": {
  145. "softinputNavBar": "none",
  146. "bounce": "none"
  147. }
  148. }
  149. },
  150. {
  151. "path": "pages/friend/index",
  152. "style": {
  153. "navigationBarTitleText": "通讯录",
  154. "enablePullDownRefresh": false,
  155. "app-plus": {
  156. "titleNView": false //去掉当前页的顶部导航栏
  157. // "titleNView": {
  158. // "buttons": [{
  159. // "text": " \ue613",
  160. // "color": "#4591ff",
  161. // "fontSrc": "/static/fonts/im-iconfont.ttf",
  162. // "fontSize": "25px"
  163. // }]
  164. // }
  165. }
  166. }
  167. },
  168. {
  169. "path": "pages/push/game",
  170. "style": {
  171. "navigationBarTitleText": "探索",
  172. "app-plus": {
  173. "titleNView": false //去掉当前页的顶部导航栏
  174. }
  175. }
  176. },
  177. {
  178. "path": "pages/push/sendall",
  179. "style": {
  180. "navigationBarTitleText": "群发",
  181. "app-plus": {
  182. "titleNView": {
  183. }
  184. }
  185. }
  186. },
  187. {
  188. "path": "pages/push/create_group",
  189. "style": {
  190. "navigationBarTitleText": "群发助手",
  191. "navigationBarBackgroundColor": "#ffffff",
  192. "navigationBarTextStyle": "black"
  193. }
  194. },
  195. {
  196. "path": "pages/friend/index_list",
  197. "style": {
  198. "navigationBarTitleText": "请选择好友",
  199. "app-plus": {
  200. "titleNView": {
  201. "buttons": [{
  202. "text": "确定",
  203. "color": "black",
  204. "fontSrc": "/static/fonts/iconfont.ttf",
  205. "fontSize": "16px"
  206. }]
  207. }
  208. }
  209. }
  210. },
  211. {
  212. "path": "pages/friend/phone-search",
  213. "style": {
  214. "navigationBarTitleText": "搜索联系人"
  215. }
  216. },
  217. {
  218. "path": "pages/friend/apply-list",
  219. "style": {
  220. "navigationBarTitleText": "新的朋友"
  221. }
  222. },
  223. {
  224. "path": "pages/friend/chat-group-apply",
  225. "style": {
  226. "navigationBarTitleText": "群认证消息"
  227. }
  228. },
  229. {
  230. "path": "pages/friend/group_chat",
  231. "style": {
  232. "navigationBarTitleText": "我的群聊"
  233. }
  234. },
  235. {
  236. "path": "pages/friend/add",
  237. "style": {
  238. "navigationBarTitleText": "添加好友",
  239. "navigationStyle": "custom"
  240. }
  241. },
  242. {
  243. "path": "pages/friend/apply",
  244. "style": {
  245. "navigationBarTitleText": "朋友验证"
  246. }
  247. },
  248. {
  249. "path": "pages/friend/remarks",
  250. "style": {
  251. "navigationBarTitleText": "设置备注",
  252. "app-plus": {
  253. "titleNView": {
  254. "buttons": [{
  255. "text": "\ue60b",
  256. "color": "#1AAD19",
  257. "fontSrc": "/static/fonts/iconfont.ttf",
  258. "fontSize": "17px"
  259. }]
  260. }
  261. }
  262. }
  263. },
  264. {
  265. "path": "pages/push/index",
  266. "style": {
  267. "navigationBarTitleText": "发现"
  268. }
  269. },
  270. {
  271. "path": "pages/push/circle",
  272. "style": {
  273. "navigationBarTitleText": "",
  274. "navigationBarBackgroundColor": "transparent",
  275. "navigationBarTextStyle": "white",
  276. "app-plus": {
  277. "softinputMode": "adjustResize",
  278. "titleNView": {
  279. "type": "float",
  280. "backButton": {
  281. "background": "rgba(0,0,0,0)"
  282. },
  283. "buttons": [{
  284. "text": "\ue600",
  285. "fontSrc": "/static/fonts/addiconfont.ttf",
  286. "fontSize": "22px",
  287. "background": "rgba(0,0,0,0)"
  288. }]
  289. }
  290. },
  291. "enablePullDownRefresh": true
  292. }
  293. },
  294. {
  295. "path": "pages/push/circle",
  296. "style": {
  297. "navigationBarTitleText": "生活圈",
  298. "navigationBarBackgroundColor": "#ffffff",
  299. "app-plus": {
  300. "softinputMode": "adjustResize",
  301. "titleNView": {
  302. "type": "transparent",
  303. "backButton": {
  304. "background": "rgba(0,0,0,0)",
  305. "type": "back",
  306. "fontSize": "30px"
  307. },
  308. "buttons": [{
  309. "text": "\ue600",
  310. "fontSrc": "/static/fonts/addiconfont.ttf",
  311. "fontSize": "22px",
  312. "background": "rgba(0,0,0,0)"
  313. }]
  314. }
  315. },
  316. "enablePullDownRefresh": true
  317. }
  318. }, {
  319. "path": "pages/push/circle_user",
  320. "style": {
  321. "navigationBarTitleText": "我的动态",
  322. "navigationBarBackgroundColor": "#ffffff",
  323. "app-plus": {
  324. "softinputMode": "adjustResize",
  325. "titleNView": {
  326. "type": "transparent",
  327. "buttons": [{
  328. "text": "\ue76a",
  329. "fontSrc": "/static/fonts/iconfont.ttf",
  330. "fontSize": "23.5px"
  331. }]
  332. }
  333. },
  334. "enablePullDownRefresh": true
  335. }
  336. },
  337. {
  338. "path": "pages/push/circle_details",
  339. "style": {
  340. "navigationBarBackgroundColor": "#ffffff",
  341. "navigationBarTitleText": "",
  342. "app-plus": {
  343. "softinputMode": "adjustResize",
  344. "titleNView": {
  345. "type": "transparent",
  346. "buttons": []
  347. }
  348. },
  349. "enablePullDownRefresh": true
  350. }
  351. },
  352. {
  353. "path": "pages/push/circle_chat_details",
  354. "style": {
  355. "navigationBarTitleText": "我的消息",
  356. "app-plus": {
  357. "softinputMode": "adjustResize",
  358. "titleNView": {
  359. "buttons": []
  360. }
  361. }
  362. }
  363. },
  364. {
  365. "path": "pages/my/index",
  366. "style": {
  367. "navigationBarTitleText": "",
  368. "navigationBarBackgroundColor": "#FFFFFF",
  369. "app-plus": {
  370. "titleNView": false
  371. }
  372. }
  373. },
  374. {
  375. "path": "pages/my/invite",
  376. "style": {
  377. "navigationBarTitleText": "推广二维码"
  378. }
  379. },
  380. {
  381. "path": "pages/my/my_invite",
  382. "style": {
  383. "navigationBarTitleText": "我的推广"
  384. }
  385. },
  386. {
  387. "path": "pages/my/wallet/capital_invite",
  388. "style": {
  389. "navigationBarTitleText": "推广收益"
  390. }
  391. },
  392. {
  393. "path": "pages/details/index",
  394. "style": {
  395. "navigationBarTitleText": "",
  396. "navigationBarBackgroundColor": "#FFFFFF",
  397. "app-plus": {
  398. "titleNView": {
  399. "buttons": [{
  400. "text": "\ue63c",
  401. "fontSrc": "/static/fonts/iconfont.ttf",
  402. "fontSize": "23.5px"
  403. }]
  404. }
  405. }
  406. }
  407. },
  408. {
  409. "path": "pages/chat/videoCall",
  410. "style": {
  411. "navigationBarTitleText": "",
  412. "navigationBarBackgroundColor": "#424242",
  413. "app-plus": {
  414. "titleNView": false
  415. }
  416. }
  417. },
  418. {
  419. "path": "pages/my/details",
  420. "style": {
  421. "navigationBarTitleText": "个人信息",
  422. "backgroundColor": "#4ba198",
  423. "navigationBarTextStyle": "black"
  424. }
  425. },
  426. {
  427. "path": "pages/my/qrcode",
  428. "style": {
  429. "navigationBarTitleText": "我的二维码",
  430. "titleNView": false //去掉当前页的顶部导航栏
  431. }
  432. },
  433. {
  434. "path": "pages/details/index",
  435. "style": {
  436. "navigationBarTitleText": "",
  437. "navigationBarBackgroundColor": "#FFFFFF",
  438. "app-plus": {
  439. "titleNView": {
  440. "buttons": [{
  441. "text": "\ue63c",
  442. "fontSrc": "/static/fonts/iconfont.ttf",
  443. "fontSize": "23.5px"
  444. }]
  445. }
  446. }
  447. }
  448. },
  449. {
  450. "path": "pages/details/more",
  451. "style": {
  452. "navigationBarTitleText": "",
  453. "navigationBarBackgroundColor": "#FFFFFF",
  454. "app-plus": {
  455. "titleNView": {
  456. "buttons": [{
  457. "text": "\ue63c",
  458. "fontSrc": "/static/fonts/iconfont.ttf",
  459. "fontSize": "23.5px"
  460. }]
  461. }
  462. }
  463. }
  464. },
  465. {
  466. "path": "pages/details/more_details",
  467. "style": {
  468. "navigationBarTitleText": "资料设置"
  469. }
  470. },
  471. {
  472. "path": "pages/in/login",
  473. "style": {
  474. "navigationBarTitleText": "登 录",
  475. "navigationStyle": "custom",
  476. "app-plus": {
  477. "titleNView": false
  478. }
  479. }
  480. },
  481. {
  482. "path": "pages/in/reg",
  483. "style": {
  484. "navigationBarTitleText": "",
  485. "navigationStyle": "custom"
  486. }
  487. },
  488. {
  489. "path": "pages/in/finish",
  490. "style": {
  491. "navigationBarTitleText": "",
  492. "navigationStyle": "custom"
  493. }
  494. },
  495. {
  496. "path": "pages/set/frozen",
  497. "style": {
  498. "navigationBarTitleText": "冻结帐号"
  499. }
  500. },
  501. {
  502. "path": "pages/in/forget",
  503. "style": {
  504. "navigationBarTitleText": "密码找回",
  505. "app-plus": {
  506. "titleNView": {
  507. "buttons": []
  508. }
  509. }
  510. }
  511. },
  512. {
  513. "path": "pages/push/circle/send",
  514. "style": {
  515. "navigationBarTitleText": "发布我的动态",
  516. "app-plus": {
  517. "titleNView": {
  518. "buttons": [{
  519. "text": "\ue60b",
  520. "color": "#1AAD19",
  521. "fontSrc": "/static/fonts/iconfont.ttf",
  522. "fontSize": "17px"
  523. }]
  524. }
  525. }
  526. }
  527. },
  528. {
  529. "path": "pages/push/game_site",
  530. "style": {
  531. "navigationBarTitleText": "资讯",
  532. "app-plus": {
  533. "titleNView": {
  534. "buttons": [
  535. {
  536. "text": "\ue67b",
  537. "fontSrc": "/static/fonts/im-iconfont.ttf",
  538. "fontSize": "17px",
  539. "float": "left"
  540. }
  541. ]
  542. }
  543. }
  544. }
  545. },
  546. {
  547. "path": "pages/push/web",
  548. "style": {
  549. "navigationBarTitleText": "网址",
  550. "app-plus": {
  551. "titleNView": {
  552. "buttons": [{
  553. "text": "\ue605",
  554. "fontSrc": "/static/fonts/im-iconfont.ttf",
  555. "fontSize": "19px",
  556. "width": "50px"
  557. },
  558. {
  559. "text": "\ue67b",
  560. "fontSrc": "/static/fonts/im-iconfont.ttf",
  561. "fontSize": "17px"
  562. },
  563. {
  564. "text": "\ue620",
  565. "fontSrc": "/static/fonts/im-iconfont.ttf",
  566. "fontSize": "17px",
  567. "float": "left"
  568. }
  569. ]
  570. }
  571. }
  572. }
  573. },
  574. {
  575. "path": "pages/push/wap",
  576. "style": {
  577. "navigationBarTitleText": "网址",
  578. "app-plus": {
  579. "titleNView": {
  580. "buttons": [{
  581. "text": "\ue605",
  582. "fontSrc": "/static/fonts/im-iconfont.ttf",
  583. "fontSize": "19px",
  584. "width": "50px"
  585. },
  586. {
  587. "text": "\ue67b",
  588. "fontSrc": "/static/fonts/im-iconfont.ttf",
  589. "fontSize": "17px"
  590. },
  591. {
  592. "text": "\ue620",
  593. "fontSrc": "/static/fonts/im-iconfont.ttf",
  594. "fontSize": "17px",
  595. "float": "left"
  596. }
  597. ]
  598. }
  599. }
  600. }
  601. },
  602. {
  603. "path": "pages/set/index",
  604. "style": {
  605. "navigationBarTitleText": "设置"
  606. }
  607. },
  608. {
  609. "path": "pages/chat/message/more",
  610. "style": {
  611. "navigationBarTitleText": "聊天信息"
  612. }
  613. },
  614. {
  615. "path": "pages/set/user",
  616. "style": {
  617. "navigationBarTitleText": "基本资料设置",
  618. "app-plus": {
  619. "titleNView": {
  620. "buttons": [{
  621. "text": "\ue60b",
  622. "color": "#1AAD19",
  623. "fontSrc": "/static/fonts/iconfont.ttf",
  624. "fontSize": "17px"
  625. }]
  626. }
  627. }
  628. }
  629. },
  630. {
  631. "path": "pages/set/photo",
  632. "style": {
  633. "navigationBarTitleText": "个人头像"
  634. }
  635. },
  636. {
  637. "path": "pages/set/group_photo",
  638. "style": {
  639. "navigationBarTitleText": "群聊头像"
  640. }
  641. },
  642. {
  643. "path": "pages/set/message_more",
  644. "style": {
  645. "navigationBarTitleText": "",
  646. "app-plus": {
  647. "titleNView": {
  648. "buttons": [{
  649. "text": "\ue60b",
  650. "color": "#5693ee",
  651. "fontSrc": "/static/fonts/iconfont.ttf",
  652. "fontSize": "17px"
  653. }]
  654. }
  655. }
  656. }
  657. },
  658. {
  659. "path": "pages/set/password",
  660. "style": {
  661. "navigationBarTitleText": "密码修改",
  662. "app-plus": {
  663. "titleNView": {
  664. "buttons": [{
  665. "text": "\ue60b",
  666. "color": "#1AAD19",
  667. "fontSrc": "/static/fonts/iconfont.ttf",
  668. "fontSize": "17px"
  669. }]
  670. }
  671. }
  672. }
  673. },
  674. // 设置字体大小
  675. {
  676. "path": "pages/set/font_size",
  677. "style": {
  678. "navigationBarTitleText": "字体大小",
  679. "app-plus": {
  680. "titleNView": {
  681. "buttons": [{
  682. "text": "完成",
  683. "color": "black",
  684. "fontSize": "16px"
  685. }]
  686. }
  687. }
  688. }
  689. },
  690. {
  691. "path": "pages/set/group_admin",
  692. "style": {
  693. "navigationBarTitleText": "设置群管理员",
  694. "app-plus": {
  695. "titleNView": {
  696. "buttons": [{
  697. "text": "\ue60b",
  698. "color": "#1AAD19",
  699. "fontSrc": "/static/fonts/iconfont.ttf",
  700. "fontSize": "17px"
  701. }]
  702. }
  703. }
  704. }
  705. },
  706. {
  707. "path": "pages/user_info/system",
  708. "style": {
  709. "navigationBarTitleText": "关于我们",
  710. "enablePullDownRefresh": true,
  711. "backgroundTextStyle": "dark",
  712. "app-plus": {
  713. "titleView": false
  714. }
  715. }
  716. },
  717. {
  718. "path": "pages/my/wallet/index",
  719. "style": {
  720. "navigationBarTitleText": "我的钱包",
  721. "navigationBarTextStyle": "black",
  722. "app-plus": {
  723. "titleNView": {}
  724. }
  725. }
  726. },
  727. {
  728. "path": "pages/my/wallet/charge",
  729. "style": {
  730. "navigationBarTitleText": "充值",
  731. "app-plus": {
  732. "titleNView": {}
  733. }
  734. }
  735. },
  736. {
  737. "path": "pages/my/wallet/withdraw",
  738. "style": {
  739. "navigationBarTitleText": "提现",
  740. "app-plus": {
  741. "titleNView": {}
  742. }
  743. }
  744. },
  745. {
  746. "path": "pages/my/wallet/capital",
  747. "style": {
  748. "navigationBarTitleText": "账单明细",
  749. "navigationBarBackgroundColor": "#eeeeee",
  750. "enablePullDownRefresh": true
  751. }
  752. },
  753. {
  754. "path": "pages/my/wallet/trade_password",
  755. "style": {
  756. "navigationBarTitleText": "交易密码"
  757. }
  758. },
  759. {
  760. "path": "pages/my/set/set_trade_password",
  761. "style": {}
  762. },
  763. {
  764. "path": "pages/my/set/forget_trade_password",
  765. "style": {}
  766. },
  767. {
  768. "path": "pages/my/set/edit_trade_password",
  769. "style": {}
  770. },
  771. {
  772. "path": "pages/my/wallet/alipay_set",
  773. "style": {
  774. "navigationBarTitleText": "添加支付宝账号"
  775. }
  776. },
  777. {
  778. "path": "pages/my/set/add_account",
  779. "style": {
  780. "backgroundColor": "white",
  781. "navigationBarTitleText": "添加支付宝账号"
  782. }
  783. },
  784. {
  785. "path": "pages/my/pay/pay",
  786. "style": {
  787. "backgroundColor": "#4ba198",
  788. "navigationBarTextStyle": "white",
  789. "navigationBarBackgroundColor": "#4ba198",
  790. "navigationBarTitleText": "收付款"
  791. }
  792. },
  793. {
  794. "path": "pages/my/pay/pay_out",
  795. "style": {
  796. "backgroundColor": "#5691cb",
  797. "navigationBarTextStyle": "white",
  798. "navigationBarBackgroundColor": "#5691cb",
  799. "navigationBarTitleText": "二维码收款"
  800. }
  801. },
  802. {
  803. "path": "pages/my/pay/set_money",
  804. "style": {
  805. "navigationBarTitleText": "设置金额"
  806. }
  807. },
  808. {
  809. "path": "pages/my/pay/user_pay",
  810. "style": {
  811. "navigationBarTitleText": "付款"
  812. }
  813. },
  814. {
  815. "path": "pages/chat/message/input_password",
  816. "style": {}
  817. },
  818. {
  819. "path": "pages/my/pay/collect_amount",
  820. "style": {
  821. "navigationBarTitleText": "收款"
  822. }
  823. },
  824. {
  825. "path": "pages/my/pay/pay_success",
  826. "style": {}
  827. },
  828. {
  829. "path": "pages/in/test",
  830. "style": {}
  831. }, {
  832. "path": "pages/chat/message/card_list",
  833. "style": {
  834. "app-plus": {
  835. "titleNView": {
  836. "buttons": [{
  837. "text": "确定",
  838. "color": "black",
  839. "fontSrc": "/static/fonts/iconfont.ttf",
  840. "fontSize": "16px"
  841. }]
  842. }
  843. }
  844. }
  845. }, {
  846. "path": "pages/pay/collect_money",
  847. "style": {}
  848. }, {
  849. "path": "pages/order/order",
  850. "style": {
  851. "navigationBarTitleText": "订单中心"
  852. }
  853. }, {
  854. "path": "pages/order/detail",
  855. "style": {
  856. "navigationBarTitleText": "订单详情"
  857. }
  858. }, {
  859. "path": "pages/my/hongbao_setting",
  860. "style": {
  861. "navigationBarTitleText": "红包设置"
  862. }
  863. }, {
  864. "path": "pages/my/foget_trade_password",
  865. "style": {
  866. "navigationBarTitleText": "忘记交易密码",
  867. "backgroundColor": "#ffffff"
  868. }
  869. }, {
  870. "path": "pages/my/input_trade_password",
  871. "style": {
  872. "navigationBarTitleText": "忘记交易密码",
  873. "backgroundColor": "#ffffff"
  874. }
  875. }, {
  876. "path": "pages/chat/group_list",
  877. "style": {
  878. "navigationBarTitleText": "选择提醒的人",
  879. "backgroundColor": "#ffffff"
  880. }
  881. }, {
  882. "path": "pages/chat/message/group_nickname",
  883. "style": {
  884. "navigationBarTitleText": "我在本群中的昵称",
  885. "backgroundColor": "#ffffff",
  886. "app-plus": {
  887. "titleNView": {
  888. "buttons": [{
  889. "text": "保存",
  890. "color": "#9b9b9b",
  891. "fontSrc": "/static/fonts/iconfont.ttf",
  892. "fontSize": "16px"
  893. }]
  894. }
  895. }
  896. }
  897. }, {
  898. "path": "pages/set/group_trans",
  899. "style": {
  900. "navigationBarTitleText": "转让群",
  901. "backgroundColor": "#ffffff",
  902. "app-plus": {
  903. "titleNView": {
  904. "buttons": [{
  905. "text": "确认转让",
  906. "color": "#9b9b9b",
  907. "fontSrc": "/static/fonts/iconfont.ttf",
  908. "fontSize": "16px"
  909. }]
  910. }
  911. }
  912. }
  913. }, {
  914. "path": "pages/set/copy_group",
  915. "style": {
  916. "navigationBarTitleText": "一键复制群群主选择",
  917. "backgroundColor": "#ffffff",
  918. "app-plus": {
  919. "titleNView": {
  920. "buttons": [{
  921. "text": "确认",
  922. "color": "#9b9b9b",
  923. "fontSrc": "/static/fonts/iconfont.ttf",
  924. "fontSize": "16px"
  925. }]
  926. }
  927. }
  928. }
  929. }, {
  930. "path": "pages/set/copy_tips",
  931. "style": {
  932. "navigationBarTitleText": "一键复制新群",
  933. "backgroundColor": "#ffffff",
  934. "app-plus": {
  935. "titleNView": {}
  936. }
  937. }
  938. }, {
  939. "path": "pages/chat/message/red_list",
  940. "style": {
  941. "navigationBarTitleText": "未领取红包列表",
  942. "backgroundColor": "#ffffff",
  943. "app-plus": {
  944. "titleNView": {}
  945. }
  946. }
  947. }, {
  948. "path": "pages/my/wallet/capital2",
  949. "style": {
  950. "navigationBarBackgroundColor": "#eeeeee",
  951. "enablePullDownRefresh": true,
  952. "navigationBarTitleText": "账单明细",
  953. "backgroundColor": "#ffffff",
  954. "app-plus": {
  955. "titleNView": {}
  956. }
  957. }
  958. }, {
  959. "path": "pages/chat/message/qun_manage",
  960. "style": {
  961. "navigationBarTitleText": "群管理",
  962. "backgroundColor": "#ffffff",
  963. "app-plus": {
  964. "titleNView": {}
  965. }
  966. }
  967. }, {
  968. "path": "pages/in/web",
  969. "style": {
  970. "navigationBarTitleText": "使用条款和隐私政策",
  971. "backgroundColor": "#ffffff",
  972. "app-plus": {
  973. "titleNView": {}
  974. }
  975. }
  976. },
  977. {
  978. "path": "pages/in/privacy",
  979. "style": {
  980. "navigationBarTitleText": "隐私政策",
  981. "backgroundColor": "#ffffff",
  982. "app-plus": {
  983. "titleNView": {}
  984. }
  985. }
  986. },
  987. {
  988. "path": "pages/in/terms",
  989. "style": {
  990. "navigationBarTitleText": "服务协议",
  991. "backgroundColor": "#ffffff",
  992. "app-plus": {
  993. "titleNView": {}
  994. }
  995. }
  996. },
  997. {
  998. "path": "pages/article/article",
  999. "style": {
  1000. "navigationBarTitleText": "帮助中心",
  1001. "backgroundColor": "#ffffff",
  1002. "app-plus": {
  1003. "titleNView": {}
  1004. }
  1005. }
  1006. }, {
  1007. "path": "pages/article/detail",
  1008. "style": {}
  1009. }, {
  1010. "path": "pages/my/store",
  1011. "style": {
  1012. "navigationBarTitleText": "我的收藏",
  1013. "backgroundColor": "#ffffff",
  1014. "app-plus": {
  1015. "titleNView": {}
  1016. }
  1017. }
  1018. }, {
  1019. "path": "pages/my/store_info",
  1020. "style": {}
  1021. }, {
  1022. "path": "pages/my/store_detail",
  1023. "style": {
  1024. "navigationBarTitleText": "收藏数据",
  1025. "backgroundColor": "#ffffff",
  1026. "app-plus": {
  1027. "titleNView": {}
  1028. }
  1029. }
  1030. }, {
  1031. "path": "pages/my/store_item_info",
  1032. "style": {
  1033. "navigationBarTitleText": "详情",
  1034. "backgroundColor": "#ffffff",
  1035. "app-plus": {
  1036. "titleNView": {}
  1037. }
  1038. }
  1039. }, {
  1040. "path": "pages/my/trans_index",
  1041. "style": {
  1042. "navigationBarTitleText": "会话",
  1043. "backgroundColor": "#ffffff",
  1044. "app-plus": {
  1045. "titleNView": {}
  1046. }
  1047. }
  1048. }, {
  1049. "path": "pages/find/find",
  1050. "style": {
  1051. "navigationBarTitleText": "",
  1052. "enablePullDownRefresh": false,
  1053. "app-plus": {
  1054. "titleNView": false
  1055. }
  1056. }
  1057. },
  1058. {
  1059. "path": "pages/video/find",
  1060. "style": {
  1061. "navigationBarTextStyle": "black", // 状态栏颜色
  1062. "navigationBarTitleText": "短视频"
  1063. }
  1064. },
  1065. {
  1066. "path": "pages/video/detail",
  1067. "style": {
  1068. "navigationBarTextStyle": "white", // 状态栏颜色
  1069. "navigationStyle": "custom",
  1070. "disableScroll": true, // 上下滚动
  1071. "app-plus": {
  1072. "scrollIndicator": "none"
  1073. }
  1074. }
  1075. },
  1076. {
  1077. "path": "pages/video/add",
  1078. "style": {
  1079. "navigationBarTitleText": "发布"
  1080. }
  1081. },
  1082. {
  1083. "path": "pages/video/user",
  1084. "style": {
  1085. "navigationBarTitleText": "用户中心",
  1086. "enablePullDownRefresh": true
  1087. }
  1088. },
  1089. {
  1090. "path": "pages/video/fans",
  1091. "style": {
  1092. "navigationBarTitleText": "我的粉丝"
  1093. }
  1094. },
  1095. {
  1096. "path": "pages/video/flow",
  1097. "style": {
  1098. "navigationBarTitleText": "我的关注"
  1099. }
  1100. }
  1101. ],
  1102. "globalStyle": {
  1103. "navigationBarTextStyle": "black",
  1104. "navigationBarTitleText": "",
  1105. "navigationBarBackgroundColor": "white",
  1106. "backgroundColor": "#eeeef0"
  1107. },
  1108. "tabBar": {
  1109. "color": "#717171",
  1110. "selectedColor": "#2da2fd",
  1111. "borderStyle": "black",
  1112. "backgroundColor": "#ffffff",
  1113. "iconWidth": "30px",
  1114. "fontSize": "12px",
  1115. "height": "60px",
  1116. "list": [{
  1117. "pagePath": "pages/chat/index",
  1118. "iconPath": "static/theme/default/tabBar/1_0.png",
  1119. "selectedIconPath": "./static/theme/default/tabBar/1_1.png",
  1120. "text": "消息"
  1121. },
  1122. {
  1123. "pagePath": "pages/friend/index",
  1124. "iconPath": "static/theme/default/tabBar/2_0.png",
  1125. "selectedIconPath": "static/theme/default/tabBar/2_1.png",
  1126. "text": "通讯录"
  1127. },
  1128. {
  1129. "pagePath": "pages/push/wap",
  1130. "iconPath": "/static/theme/default/logo.png",
  1131. "selectedIconPath": "/static/theme/default/logo.png",
  1132. "text": "易趣"
  1133. },
  1134. {
  1135. "pagePath": "pages/push/game",
  1136. "iconPath": "static/theme/default/tabBar/3_0.png",
  1137. "selectedIconPath": "static/theme/default/tabBar/3_1.png",
  1138. "text": "探索"
  1139. },
  1140. {
  1141. "pagePath": "pages/my/index",
  1142. "iconPath": "static/theme/default/tabBar/4_0.png",
  1143. "selectedIconPath": "static/theme/default/tabBar/4_1.png",
  1144. "text": "我的"
  1145. }
  1146. ]
  1147. },
  1148. "condition": {
  1149. //模式配置,仅开发期间生效
  1150. "current": 0,
  1151. //当前激活的模式(list 的索引项)
  1152. "list": [{
  1153. "name": "",
  1154. //模式名称
  1155. "path": "",
  1156. //启动页面,必选
  1157. "query": ""
  1158. //启动参数,在页面的onLoad函数里面得到
  1159. }]
  1160. }
  1161. }