pages.json 24 KB

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