pages.json 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972
  1. {
  2. "pages": [
  3. {
  4. "path": "pages/index/home",
  5. "style": {
  6. "navigationBarTitleText": "",
  7. "navigationStyle": "custom",
  8. "navigationBarTextStyle": "white"
  9. }
  10. },
  11. {
  12. "path": "pages/index/index",
  13. "style": {
  14. "navigationBarTitleText": "",
  15. "navigationStyle": "custom"
  16. }
  17. },
  18. {
  19. "path": "pages/chat/index",
  20. "style": {
  21. "navigationBarTitleText": "部门群聊",
  22. "navigationStyle": "custom"
  23. }
  24. },
  25. {
  26. "path": "pages/user/index",
  27. "style": {
  28. "navigationBarTitleText": "",
  29. "navigationStyle": "custom",
  30. "navigationBarTextStyle": "white"
  31. }
  32. },
  33. {
  34. "path": "pages/merchant/list",
  35. "style": {
  36. "navigationBarTitleText": "门店列表",
  37. "navigationStyle": "default",
  38. "enablePullDownRefresh": false,
  39. "navigationBarBackgroundColor":"#FFFFFF"
  40. }
  41. },
  42. {
  43. "path": "pages/merchant/index",
  44. "style": {
  45. "navigationBarTitleText": "门店信息",
  46. "navigationStyle": "default",
  47. "enablePullDownRefresh": false,
  48. "navigationBarBackgroundColor":"#FFFFFF"
  49. }
  50. },
  51. {
  52. "path": "pages/operation/agreement",
  53. "style": {
  54. "navigationBarTitleText": "隐私协议",
  55. "navigationStyle": "default",
  56. "enablePullDownRefresh": false
  57. }
  58. },
  59. {
  60. "path": "pages/operation/user",
  61. "style": {
  62. "navigationBarTitleText": "用户协议",
  63. "navigationStyle": "default",
  64. "enablePullDownRefresh": false
  65. }
  66. },
  67. {
  68. "path": "pages/operation/package",
  69. "style": {
  70. "navigationBarTitleText": "购买协议",
  71. "navigationStyle": "default",
  72. "enablePullDownRefresh": false
  73. }
  74. },
  75. {
  76. "path": "pages/news/about",
  77. "style": {
  78. "navigationBarTitleText": "关于我们"
  79. }
  80. },
  81. {
  82. "path": "pages/operation/cancellation",
  83. "style": {
  84. "navigationBarTitleText": "注销协议",
  85. "navigationBarTextStyle": "black",
  86. "navigationBarBackgroundColor": "#ffffff",
  87. "navigationStyle":"default"
  88. }
  89. },
  90. {
  91. "path": "pages/login/index",
  92. "style": {
  93. "navigationBarTitleText": "",
  94. "navigationStyle": "custom",
  95. "navigationBarTextStyle": "white"
  96. }
  97. },
  98. //注册账号
  99. {
  100. "path": "pages/login/register",
  101. "style": {
  102. "navigationBarTitleText": "注册新用户",
  103. "navigationStyle": "custom",
  104. "navigationBarTextStyle": "white"
  105. }
  106. },
  107. {
  108. "path": "pages/login/forgotPassword",
  109. "style": {
  110. "navigationBarTitleText": "忘记密码",
  111. "navigationStyle": "custom",
  112. "enablePullDownRefresh": false
  113. }
  114. },
  115. // 基本设置
  116. {
  117. "path": "pages/user/setting/index",
  118. "style": {
  119. "navigationBarTextStyle": "black",
  120. "navigationBarTitleText": "基本设置",
  121. "navigationBarBackgroundColor": "#ffffff",
  122. "navigationStyle":"default"
  123. }
  124. },
  125. // 修改密码
  126. {
  127. "path": "pages/user/userinfo/password",
  128. "style": {
  129. "navigationBarTextStyle": "black",
  130. "navigationBarTitleText": "修改密码",
  131. "navigationBarBackgroundColor": "#ffffff",
  132. "navigationStyle":"default"
  133. }
  134. },
  135. {
  136. "path": "pages/user/userinfo/cancellation",
  137. "style": {
  138. "navigationBarTitleText": "账号注销",
  139. "navigationBarTextStyle": "black",
  140. "navigationBarBackgroundColor": "#ffffff",
  141. "navigationStyle":"default"
  142. }
  143. },
  144. // 个人中心
  145. {
  146. "path": "pages/user/userinfo/index",
  147. "style": {
  148. "navigationBarTextStyle": "black",
  149. "navigationBarTitleText": "个人资料",
  150. "navigationBarBackgroundColor": "#ffffff",
  151. "navigationStyle":"default"
  152. }
  153. },
  154. // 设置昵称
  155. {
  156. "path": "pages/user/userinfo/nickname",
  157. "style": {
  158. "navigationBarTextStyle": "black",
  159. "navigationBarTitleText": "修改昵称",
  160. "navigationBarBackgroundColor": "#ffffff",
  161. "navigationStyle":"default"
  162. }
  163. },
  164. // 设置城市信息
  165. {
  166. "path": "pages/user/userinfo/area",
  167. "style": {
  168. "navigationBarTextStyle": "black",
  169. "navigationBarTitleText": "城市信息",
  170. "navigationBarBackgroundColor": "#ffffff",
  171. "navigationStyle":"default"
  172. }
  173. },
  174. {
  175. "path": "pages/user/address/address",
  176. "style": {
  177. "navigationBarTitleText": "地址管理",
  178. "navigationStyle": "default"
  179. }
  180. },
  181. //添加修改地址
  182. {
  183. "path": "pages/user/address/add/add",
  184. "style": {
  185. "navigationBarTitleText": "添加新地址",
  186. "navigationStyle": "default"
  187. }
  188. },
  189. //添加修改地址
  190. {
  191. "path": "pages/user/qrcode/index",
  192. "style": {
  193. "navigationBarTitleText": "邀请好友",
  194. "navigationStyle": "default"
  195. }
  196. },
  197. //添加修改地址
  198. {
  199. "path": "pages/user/userinfo/bindPhone",
  200. "style": {
  201. "navigationBarTitleText": "绑定手机",
  202. "navigationStyle": "default"
  203. }
  204. },
  205. //支付密码
  206. {
  207. "path": "pages/user/userinfo/security/newPass",
  208. "style": {
  209. "navigationBarTitleText": "设置交易密码",
  210. "navigationStyle": "default"
  211. }
  212. },
  213. //支付密码
  214. {
  215. "path": "pages/user/userinfo/security/ckPass",
  216. "style": {
  217. "navigationBarTitleText": "再次确认密码",
  218. "navigationStyle": "default"
  219. }
  220. },
  221. //支付密码
  222. {
  223. "path": "pages/user/userinfo/security/success",
  224. "style": {
  225. "navigationBarTitleText": "交易设置成功",
  226. "navigationStyle": "default"
  227. }
  228. },
  229. //支付密码
  230. {
  231. "path": "pages/user/userinfo/security/mobileFind",
  232. "style": {
  233. "navigationBarTitleText": "交易密码",
  234. "navigationStyle": "default"
  235. }
  236. },
  237. //新闻列表
  238. {
  239. "path": "pages/news/list",
  240. "style": {
  241. "navigationStyle": "default",
  242. "navigationBarTitleText": "官方公告"
  243. }
  244. },
  245. //新闻详情
  246. {
  247. "path": "pages/news/index",
  248. "style": {
  249. "navigationStyle": "default",
  250. "navigationBarTitleText": "加载中.."
  251. }
  252. },
  253. {
  254. "path": "pages/goods/index",
  255. "style": {
  256. "navigationBarTitleText": "产品详情",
  257. "navigationStyle": "custom",
  258. "enablePullDownRefresh": false,
  259. "app-plus": {
  260. "titleNView": false,
  261. "compatible":{
  262. "ignoreVersion":true
  263. }
  264. }
  265. }
  266. },
  267. {
  268. "path": "pages/goods/list",
  269. "style": {
  270. "navigationStyle": "default",
  271. "navigationBarTitleText": "列表列表"
  272. }
  273. },
  274. {
  275. "path": "pages/user/buy/balance",
  276. "style": {
  277. "navigationBarTitleText": "产品详情",
  278. "navigationStyle": "custom",
  279. "enablePullDownRefresh": false,
  280. "app-plus": {
  281. "titleNView": false,
  282. "compatible":{
  283. "ignoreVersion":true
  284. }
  285. }
  286. }
  287. },
  288. {
  289. "path": "pages/user/approve",
  290. "style": {
  291. "navigationBarTitleText": "实名认证",
  292. "navigationStyle": "custom"
  293. }
  294. },
  295. {
  296. "path": "pages/user/approve_ok",
  297. "style": {
  298. "navigationBarTitleText": "认证成功",
  299. "navigationStyle": "default"
  300. }
  301. },
  302. {
  303. "path": "pages/user/approve_error",
  304. "style": {
  305. "navigationBarTitleText": "认证失败",
  306. "navigationStyle": "default"
  307. }
  308. },
  309. {
  310. "path": "pages/user/buy/order_ok",
  311. "style": {
  312. "navigationBarTitleText": "支付成功",
  313. "navigationStyle": "default"
  314. }
  315. },
  316. {
  317. "path": "pages/user/order/index",
  318. "style": {
  319. "navigationBarTitleText": "我的订单"
  320. }
  321. },
  322. {
  323. "path": "pages/user/order/detail/detail",
  324. "style": {
  325. "navigationBarTitleText": "订单详情",
  326. "navigationStyle": "custom",
  327. "enablePullDownRefresh": false,
  328. "app-plus": {
  329. "titleNView": false,
  330. "compatible":{
  331. "ignoreVersion":true
  332. }
  333. }
  334. }
  335. },
  336. {
  337. "path": "pages/user/order/flow/flow",
  338. "style": {
  339. "navigationBarTitleText": "查看物流",
  340. "navigationStyle": "custom",
  341. "enablePullDownRefresh": false,
  342. "app-plus": {
  343. "titleNView": false,
  344. "compatible":{
  345. "ignoreVersion":true
  346. }
  347. }
  348. }
  349. },
  350. {
  351. "path": "pages/user/detail/detail",
  352. "style": {
  353. "navigationBarTitleText": "",
  354. "navigationStyle": "custom"
  355. }
  356. },
  357. {
  358. "path": "pages/user/detail/integral",
  359. "style": {
  360. "navigationBarTitleText": "",
  361. "navigationStyle": "custom"
  362. }
  363. },
  364. {
  365. "path": "pages/user/detail/integral_gift",
  366. "style": {
  367. "navigationBarTitleText": "趣豆转账",
  368. "navigationStyle": "custom"
  369. }
  370. },
  371. {
  372. "path": "pages/user/detail/integral_chu",
  373. "style": {
  374. "navigationBarTitleText": "趣豆转出",
  375. "navigationStyle": "custom"
  376. }
  377. },
  378. {
  379. "path": "pages/user/detail/integral_sc",
  380. "style": {
  381. "navigationBarTitleText": "闪兑",
  382. "navigationStyle": "custom"
  383. }
  384. },
  385. {
  386. "path": "pages/user/detail/integral_gift_log",
  387. "style": {
  388. "navigationBarTitleText": "转账记录"
  389. }
  390. },
  391. {
  392. "path": "pages/user/detail/anticipate",
  393. "style": {
  394. "navigationBarTitleText": "",
  395. "navigationStyle": "custom"
  396. }
  397. },
  398. {
  399. "path": "pages/user/detail/anticipate_gift",
  400. "style": {
  401. "navigationBarTitleText": "易趣卷转账",
  402. "navigationStyle": "custom"
  403. }
  404. },
  405. {
  406. "path": "pages/user/detail/anticipate_gift_log",
  407. "style": {
  408. "navigationBarTitleText": "转账记录"
  409. }
  410. },
  411. {
  412. "path": "pages/user/detail/brokerage",
  413. "style": {
  414. "navigationBarTitleText": "",
  415. "navigationStyle": "custom"
  416. }
  417. },
  418. {
  419. "path": "pages/user/detail/brokerage_tx",
  420. "style": {
  421. "navigationBarTitleText": "兑换",
  422. "navigationStyle": "custom"
  423. }
  424. },
  425. {
  426. "path": "pages/user/detail/brokerage_tx_log",
  427. "style": {
  428. "navigationBarTitleText": "兑换明细"
  429. }
  430. },
  431. {
  432. "path": "pages/user/bank/bank",
  433. "style": {
  434. "navigationBarTitleText": "收款信息"
  435. }
  436. },
  437. {
  438. "path": "pages/user/bank/save/bank",
  439. "style": {
  440. "navigationBarTitleText": "银行卡"
  441. }
  442. },
  443. {
  444. "path": "pages/user/bank/save/alipay",
  445. "style": {
  446. "navigationBarTitleText": "支付宝"
  447. }
  448. },
  449. {
  450. "path": "pages/user/bank/save/weixin",
  451. "style": {
  452. "navigationBarTitleText": "微信"
  453. }
  454. },
  455. {
  456. "path": "pages/user/team/vermicelli",
  457. "style": {
  458. "navigationBarTitleText": "粉丝",
  459. "navigationStyle": "custom"
  460. }
  461. },
  462. {
  463. "path": "pages/user/team/awardSq",
  464. "style": {
  465. "navigationBarTitleText": "申请新人奖",
  466. "navigationStyle": "custom"
  467. }
  468. },
  469. {
  470. "path": "pages/user/team/awardSqOk",
  471. "style": {
  472. "navigationBarTitleText": "新人奖提交审核"
  473. }
  474. },
  475. {
  476. "path": "pages/user/team/awarLog",
  477. "style": {
  478. "navigationBarTitleText": "新人奖审核"
  479. }
  480. },
  481. {
  482. "path": "pages/guild/index",
  483. "style": {
  484. "navigationBarTitleText": "机制说明",
  485. "navigationStyle": "custom"
  486. }
  487. },
  488. {
  489. "path": "pages/guild/itemIndex",
  490. "style": {
  491. "navigationBarTitleText": "机制说明",
  492. "navigationStyle": "custom"
  493. }
  494. },
  495. {
  496. "path": "pages/guild/rush",
  497. "style": {
  498. "navigationBarTitleText": "场次列表",
  499. "navigationStyle": "custom"
  500. }
  501. },
  502. {
  503. "path": "pages/guild/proItem",
  504. "style": {
  505. "navigationBarTitleText": "商品详情",
  506. "navigationStyle": "custom"
  507. }
  508. },
  509. {
  510. "path": "pages/guild/history",
  511. "style": {
  512. "navigationBarTitleText": "商品追溯"
  513. }
  514. },
  515. {
  516. "path": "pages/guild/buySuccess",
  517. "style": {
  518. "navigationBarTitleText": "抢购成功"
  519. }
  520. },
  521. {
  522. "path": "pages/guild/order/order",
  523. "style": {
  524. "navigationBarTitleText": "我的订单",
  525. "navigationStyle": "custom"
  526. }
  527. },
  528. {
  529. "path": "pages/guild/order/orderItem",
  530. "style": {
  531. "navigationBarTitleText": "订单详情"
  532. }
  533. },
  534. //售出订单详情
  535. {
  536. "path": "pages/guild/order/outOrderItem",
  537. "style": {
  538. "navigationBarTitleText": "订单详情"
  539. }
  540. },
  541. {
  542. "path": "pages/guild/order/hallpay",
  543. "style": {
  544. "navigationBarTitleText": "支付凭证"
  545. }
  546. },
  547. {
  548. "path": "pages/guild/order/hallpay_ok",
  549. "style": {
  550. "navigationBarTitleText": "提交成功"
  551. }
  552. },
  553. {
  554. "path": "pages/guild/order/putSalt",
  555. "style": {
  556. "navigationBarTitleText": "我要挂售"
  557. }
  558. },
  559. {
  560. "path": "pages/guild/order/putSalt_ok",
  561. "style": {
  562. "navigationBarTitleText": "挂售成功"
  563. }
  564. },
  565. {
  566. "path": "pages/guild/order/myPro",
  567. "style": {
  568. "navigationBarTitleText": "我的商品"
  569. }
  570. },
  571. {
  572. "path": "pages/gz/index",
  573. "style": {
  574. "navigationBarTitleText": "我的商品",
  575. "navigationStyle": "custom"
  576. }
  577. },
  578. {
  579. "path": "pages/gz/user",
  580. "style": {
  581. "navigationBarTitleText": "我的会员",
  582. "navigationStyle": "custom"
  583. }
  584. },
  585. {
  586. "path": "pages/gz/booking",
  587. "style": {
  588. "navigationBarTitleText": "预约记录"
  589. }
  590. },
  591. {
  592. "path": "pages/gz/order",
  593. "style": {
  594. "navigationBarTitleText": "订单列表"
  595. }
  596. },
  597. {
  598. "path": "pages/gz/slimming",
  599. "style": {
  600. "navigationBarTitleText": "瘦身记录"
  601. }
  602. },
  603. {
  604. "path": "pages/gz/recycle",
  605. "style": {
  606. "navigationBarTitleText": "回收记录"
  607. }
  608. },
  609. {
  610. "path": "pages/gz/disassemble",
  611. "style": {
  612. "navigationBarTitleText": "拆分记录"
  613. }
  614. },
  615. /************************** [聊天框架] *****************/
  616. {
  617. "path": "pages/chat/friend/add",
  618. "style": {
  619. "navigationBarTitleText": "添加好友",
  620. "navigationStyle": "custom"
  621. }
  622. },
  623. {
  624. "path": "pages/chat/friend/info",
  625. "style": {
  626. "navigationBarTextStyle": "black",
  627. "navigationBarTitleText": "查看好友",
  628. "navigationStyle": "custom"
  629. }
  630. },
  631. {
  632. "path": "pages/chat/friend/checkAdd",
  633. "style": {
  634. "navigationBarTextStyle": "black",
  635. "navigationBarTitleText": "验证消息",
  636. "navigationStyle": "custom"
  637. }
  638. },
  639. {
  640. "path": "pages/chat/apply/list",
  641. "style": {
  642. "navigationBarTextStyle": "black",
  643. "navigationBarTitleText": "申请列表",
  644. "navigationStyle": "custom"
  645. }
  646. },
  647. {
  648. "path": "pages/chat/apply/sqInfo",
  649. "style": {
  650. "navigationBarTextStyle": "black",
  651. "navigationBarTitleText": "查看信息",
  652. "navigationStyle": "custom"
  653. }
  654. },
  655. {
  656. "path": "pages/chat/chat",
  657. "style": {
  658. "navigationBarTextStyle": "black",
  659. "navigationBarTitleText": "",
  660. "app-plus": {
  661. "titleNView" : false,
  662. "bounce": "none",
  663. "scrollIndicator":"none"
  664. }
  665. }
  666. },
  667. {
  668. "path": "pages/chat/collection/transmit",
  669. "style": {
  670. "navigationBarTextStyle": "black",
  671. "navigationBarTitleText": "转发",
  672. "navigationStyle": "custom"
  673. }
  674. },
  675. {
  676. "path": "pages/chat/collection/collect",
  677. "style": {
  678. "navigationBarTextStyle": "black",
  679. "navigationBarTitleText": "我的收藏",
  680. "navigationStyle": "custom"
  681. }
  682. },
  683. {
  684. "path": "pages/chat/friend/index",
  685. "style": {
  686. "navigationBarTextStyle": "black",
  687. "navigationBarTitleText": "我的好友",
  688. "navigationStyle": "custom"
  689. }
  690. },
  691. {
  692. "path": "pages/chat/friend/noteinfo",
  693. "style": {
  694. "navigationBarTextStyle": "black",
  695. "navigationBarTitleText": "备注信息",
  696. "navigationStyle": "custom"
  697. }
  698. },
  699. {
  700. "path": "pages/chat/friend/more",
  701. "style": {
  702. "navigationBarTextStyle": "black",
  703. "navigationBarTitleText": "更多操作",
  704. "navigationStyle": "custom"
  705. }
  706. },
  707. /***群聊框架**/
  708. {
  709. "path": "pages/chat/group/add",
  710. "style": {
  711. "navigationBarTextStyle": "black",
  712. "navigationBarTitleText": "添加群聊",
  713. "navigationStyle": "custom"
  714. }
  715. },
  716. {
  717. "path": "pages/chat/group/list",
  718. "style": {
  719. "navigationBarTextStyle": "black",
  720. "navigationBarTitleText": "我的群聊",
  721. "navigationStyle": "custom"
  722. }
  723. },
  724. {
  725. "path": "pages/chat/chatGroup",
  726. "style": {
  727. "navigationBarTextStyle": "black",
  728. "navigationBarTitleText": "群聊",
  729. "navigationStyle": "custom"
  730. }
  731. },
  732. {
  733. "path": "pages/chat/group/userShow",
  734. "style": {
  735. "navigationBarTextStyle": "black",
  736. "navigationBarTitleText": "查看详情",
  737. "navigationStyle": "custom"
  738. }
  739. },
  740. {
  741. "path": "pages/chat/group/groupInvite",
  742. "style": {
  743. "navigationBarTextStyle": "black",
  744. "navigationBarTitleText": "查看详情",
  745. "navigationStyle": "custom"
  746. }
  747. },
  748. {
  749. "path": "pages/chat/group/info/groupInfo",
  750. "style": {
  751. "navigationBarTextStyle": "black",
  752. "navigationBarTitleText": "查看群信息",
  753. "navigationStyle": "custom"
  754. }
  755. },
  756. {
  757. "path": "pages/chat/group/info/groupInfo/rkname",
  758. "style": {
  759. "navigationBarTitleText": "修改群聊名称"
  760. }
  761. },
  762. {
  763. "path": "pages/chat/group/info/groupInfo/qrcode",
  764. "style": {
  765. "navigationBarTitleText": "群二维码名片"
  766. }
  767. },
  768. {
  769. "path": "pages/chat/group/info/groupInfo/msg",
  770. "style": {
  771. "navigationBarTitleText": "修改群公告"
  772. }
  773. },
  774. {
  775. "path": "pages/chat/group/info/groupInfo/admin",
  776. "style": {
  777. "navigationBarTextStyle": "black",
  778. "navigationBarTitleText": "群管理"
  779. }
  780. },
  781. {
  782. "path": "pages/chat/group/info/groupInfo/transfer",
  783. "style": {
  784. "navigationBarTextStyle": "black",
  785. "navigationBarTitleText": "群主转让"
  786. }
  787. },
  788. {
  789. "path": "pages/chat/group/info/groupInfo/adminInfo",
  790. "style": {
  791. "navigationBarTextStyle": "black",
  792. "navigationBarTitleText": "查看管理员"
  793. }
  794. },
  795. {
  796. "path": "pages/chat/group/info/groupInfo/add",
  797. "style": {
  798. "navigationBarTextStyle": "black",
  799. "navigationBarTitleText": "添加成员",
  800. "navigationStyle": "custom"
  801. }
  802. },
  803. {
  804. "path": "pages/chat/group/info/groupInfo/jdd",
  805. "style": {
  806. "navigationBarTextStyle": "black",
  807. "navigationBarTitleText": "减少成员",
  808. "navigationStyle": "custom"
  809. }
  810. },
  811. {
  812. "path": "pages/chat/group/info/groupInfo/jddNo",
  813. "style": {
  814. "navigationBarTextStyle": "black",
  815. "navigationBarTitleText": "不支单会员",
  816. "navigationStyle": "custom"
  817. }
  818. },
  819. {
  820. "path": "pages/chat/group/info/groupInfo/adminAdd",
  821. "style": {
  822. "navigationBarTextStyle": "black",
  823. "navigationBarTitleText": "添加管理员",
  824. "navigationStyle": "custom"
  825. }
  826. },
  827. {
  828. "path": "pages/chat/group/info/groupInfo/adminJdd",
  829. "style": {
  830. "navigationBarTextStyle": "black",
  831. "navigationBarTitleText": "移除管理员",
  832. "navigationStyle": "custom"
  833. }
  834. },
  835. {
  836. "path": "pages/chat/search",
  837. "style": {
  838. "navigationBarTextStyle": "black",
  839. "navigationBarTitleText": "查询聊天记录",
  840. "navigationStyle": "custom"
  841. }
  842. },
  843. {
  844. "path": "pages/chat/group/info/groupInfo/user",
  845. "style": {
  846. "navigationBarTitleText": "按群成员查询"
  847. }
  848. },
  849. {
  850. "path": "pages/chat/group/info/groupInfo/msgView",
  851. "style": {
  852. "navigationBarTitleText": "查看成员聊天记录"
  853. }
  854. },
  855. {
  856. "path": "pages/chat/group/info/groupInfo/remark_name",
  857. "style": {
  858. "navigationBarTitleText": "修改群聊昵称"
  859. }
  860. }
  861. ],
  862. "tabBar": {
  863. "color": "#666666",
  864. "selectedColor": "#ff142c",
  865. "borderStyle": "black",
  866. "backgroundColor": "#ffffff",
  867. "height": "50px",
  868. "fontSize": "10px",
  869. "iconWidth": "24px",
  870. "spacing": "3px",
  871. "list": [{
  872. "pagePath": "pages/index/index",
  873. "iconPath": "static/tab/home.png",
  874. "selectedIconPath": "static/tab/home-btn.png",
  875. "text": "首页"
  876. },
  877. {
  878. "pagePath": "pages/guild/index",
  879. "iconPath": "static/tab/store.png",
  880. "selectedIconPath": "static/tab/store_btn.png",
  881. "text": "机制说明"
  882. // #ifdef APP
  883. ,
  884. "visible":false
  885. // #endif
  886. },
  887. {
  888. "pagePath": "pages/chat/index",
  889. "iconPath": "static/tab/cate.png",
  890. "selectedIconPath": "static/tab/cate-btn.png",
  891. "text": "部门群聊"
  892. },
  893. {
  894. "pagePath": "pages/user/index",
  895. "iconPath": "static/tab/user.png",
  896. "selectedIconPath": "static/tab/user-btn.png",
  897. "text": "我的"
  898. }]
  899. },
  900. "globalStyle": {
  901. "app-plus": {
  902. "bounce": "none"
  903. },
  904. "navigationBarTextStyle": "black",
  905. "navigationBarTitleText": "易趣CBB",
  906. "navigationBarBackgroundColor": "#F8F8F8",
  907. "backgroundColor": "#F8F8F8"
  908. }
  909. }