pages.json 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/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_sc",
  373. "style": {
  374. "navigationBarTitleText": "闪兑",
  375. "navigationStyle": "custom"
  376. }
  377. },
  378. {
  379. "path": "pages/user/detail/integral_gift_log",
  380. "style": {
  381. "navigationBarTitleText": "转账记录"
  382. }
  383. },
  384. {
  385. "path": "pages/user/detail/anticipate",
  386. "style": {
  387. "navigationBarTitleText": "",
  388. "navigationStyle": "custom"
  389. }
  390. },
  391. {
  392. "path": "pages/user/detail/anticipate_gift",
  393. "style": {
  394. "navigationBarTitleText": "易趣卷转账",
  395. "navigationStyle": "custom"
  396. }
  397. },
  398. {
  399. "path": "pages/user/detail/anticipate_gift_log",
  400. "style": {
  401. "navigationBarTitleText": "转账记录"
  402. }
  403. },
  404. {
  405. "path": "pages/user/detail/brokerage",
  406. "style": {
  407. "navigationBarTitleText": "",
  408. "navigationStyle": "custom"
  409. }
  410. },
  411. {
  412. "path": "pages/user/detail/brokerage_tx",
  413. "style": {
  414. "navigationBarTitleText": "兑换",
  415. "navigationStyle": "custom"
  416. }
  417. },
  418. {
  419. "path": "pages/user/detail/brokerage_tx_log",
  420. "style": {
  421. "navigationBarTitleText": "兑换明细"
  422. }
  423. },
  424. {
  425. "path": "pages/user/bank/bank",
  426. "style": {
  427. "navigationBarTitleText": "收款信息"
  428. }
  429. },
  430. {
  431. "path": "pages/user/bank/save/bank",
  432. "style": {
  433. "navigationBarTitleText": "银行卡"
  434. }
  435. },
  436. {
  437. "path": "pages/user/bank/save/alipay",
  438. "style": {
  439. "navigationBarTitleText": "支付宝"
  440. }
  441. },
  442. {
  443. "path": "pages/user/bank/save/weixin",
  444. "style": {
  445. "navigationBarTitleText": "微信"
  446. }
  447. },
  448. {
  449. "path": "pages/user/team/vermicelli",
  450. "style": {
  451. "navigationBarTitleText": "粉丝",
  452. "navigationStyle": "custom"
  453. }
  454. },
  455. {
  456. "path": "pages/user/team/awardSq",
  457. "style": {
  458. "navigationBarTitleText": "申请新人奖",
  459. "navigationStyle": "custom"
  460. }
  461. },
  462. {
  463. "path": "pages/user/team/awardSqOk",
  464. "style": {
  465. "navigationBarTitleText": "新人奖提交审核"
  466. }
  467. },
  468. {
  469. "path": "pages/user/team/awarLog",
  470. "style": {
  471. "navigationBarTitleText": "新人奖审核"
  472. }
  473. },
  474. {
  475. "path": "pages/guild/index",
  476. "style": {
  477. "navigationBarTitleText": "我的会馆",
  478. "navigationStyle": "custom"
  479. }
  480. },
  481. {
  482. "path": "pages/guild/itemIndex",
  483. "style": {
  484. "navigationBarTitleText": "我的会馆",
  485. "navigationStyle": "custom"
  486. }
  487. },
  488. {
  489. "path": "pages/guild/rush",
  490. "style": {
  491. "navigationBarTitleText": "场次列表",
  492. "navigationStyle": "custom"
  493. }
  494. },
  495. {
  496. "path": "pages/guild/proItem",
  497. "style": {
  498. "navigationBarTitleText": "商品详情",
  499. "navigationStyle": "custom"
  500. }
  501. },
  502. {
  503. "path": "pages/guild/history",
  504. "style": {
  505. "navigationBarTitleText": "商品追溯"
  506. }
  507. },
  508. {
  509. "path": "pages/guild/buySuccess",
  510. "style": {
  511. "navigationBarTitleText": "抢购成功"
  512. }
  513. },
  514. {
  515. "path": "pages/guild/order/order",
  516. "style": {
  517. "navigationBarTitleText": "我的订单",
  518. "navigationStyle": "custom"
  519. }
  520. },
  521. {
  522. "path": "pages/guild/order/orderItem",
  523. "style": {
  524. "navigationBarTitleText": "订单详情"
  525. }
  526. },
  527. //售出订单详情
  528. {
  529. "path": "pages/guild/order/outOrderItem",
  530. "style": {
  531. "navigationBarTitleText": "订单详情"
  532. }
  533. },
  534. {
  535. "path": "pages/guild/order/hallpay",
  536. "style": {
  537. "navigationBarTitleText": "支付凭证"
  538. }
  539. },
  540. {
  541. "path": "pages/guild/order/hallpay_ok",
  542. "style": {
  543. "navigationBarTitleText": "提交成功"
  544. }
  545. },
  546. {
  547. "path": "pages/guild/order/putSalt",
  548. "style": {
  549. "navigationBarTitleText": "我要挂售"
  550. }
  551. },
  552. {
  553. "path": "pages/guild/order/putSalt_ok",
  554. "style": {
  555. "navigationBarTitleText": "挂售成功"
  556. }
  557. },
  558. {
  559. "path": "pages/guild/order/myPro",
  560. "style": {
  561. "navigationBarTitleText": "我的商品"
  562. }
  563. },
  564. {
  565. "path": "pages/gz/index",
  566. "style": {
  567. "navigationBarTitleText": "我的商品",
  568. "navigationStyle": "custom"
  569. }
  570. },
  571. {
  572. "path": "pages/gz/user",
  573. "style": {
  574. "navigationBarTitleText": "我的会员",
  575. "navigationStyle": "custom"
  576. }
  577. },
  578. {
  579. "path": "pages/gz/booking",
  580. "style": {
  581. "navigationBarTitleText": "预约记录"
  582. }
  583. },
  584. {
  585. "path": "pages/gz/order",
  586. "style": {
  587. "navigationBarTitleText": "订单列表"
  588. }
  589. },
  590. {
  591. "path": "pages/gz/slimming",
  592. "style": {
  593. "navigationBarTitleText": "瘦身记录"
  594. }
  595. },
  596. {
  597. "path": "pages/gz/recycle",
  598. "style": {
  599. "navigationBarTitleText": "回收记录"
  600. }
  601. },
  602. {
  603. "path": "pages/gz/disassemble",
  604. "style": {
  605. "navigationBarTitleText": "拆分记录"
  606. }
  607. },
  608. /************************** [聊天框架] *****************/
  609. {
  610. "path": "pages/chat/friend/add",
  611. "style": {
  612. "navigationBarTitleText": "添加好友",
  613. "navigationStyle": "custom"
  614. }
  615. },
  616. {
  617. "path": "pages/chat/friend/info",
  618. "style": {
  619. "navigationBarTextStyle": "black",
  620. "navigationBarTitleText": "查看好友",
  621. "navigationStyle": "custom"
  622. }
  623. },
  624. {
  625. "path": "pages/chat/friend/checkAdd",
  626. "style": {
  627. "navigationBarTextStyle": "black",
  628. "navigationBarTitleText": "验证消息",
  629. "navigationStyle": "custom"
  630. }
  631. },
  632. {
  633. "path": "pages/chat/apply/list",
  634. "style": {
  635. "navigationBarTextStyle": "black",
  636. "navigationBarTitleText": "申请列表",
  637. "navigationStyle": "custom"
  638. }
  639. },
  640. {
  641. "path": "pages/chat/apply/sqInfo",
  642. "style": {
  643. "navigationBarTextStyle": "black",
  644. "navigationBarTitleText": "查看信息",
  645. "navigationStyle": "custom"
  646. }
  647. },
  648. {
  649. "path": "pages/chat/chat",
  650. "style": {
  651. "navigationBarTextStyle": "black",
  652. "navigationBarTitleText": "",
  653. "app-plus": {
  654. "titleNView" : false,
  655. "bounce": "none",
  656. "scrollIndicator":"none"
  657. }
  658. }
  659. },
  660. {
  661. "path": "pages/chat/collection/transmit",
  662. "style": {
  663. "navigationBarTextStyle": "black",
  664. "navigationBarTitleText": "转发",
  665. "navigationStyle": "custom"
  666. }
  667. },
  668. {
  669. "path": "pages/chat/collection/collect",
  670. "style": {
  671. "navigationBarTextStyle": "black",
  672. "navigationBarTitleText": "我的收藏",
  673. "navigationStyle": "custom"
  674. }
  675. },
  676. {
  677. "path": "pages/chat/friend/index",
  678. "style": {
  679. "navigationBarTextStyle": "black",
  680. "navigationBarTitleText": "我的好友",
  681. "navigationStyle": "custom"
  682. }
  683. },
  684. {
  685. "path": "pages/chat/friend/noteinfo",
  686. "style": {
  687. "navigationBarTextStyle": "black",
  688. "navigationBarTitleText": "备注信息",
  689. "navigationStyle": "custom"
  690. }
  691. },
  692. {
  693. "path": "pages/chat/friend/more",
  694. "style": {
  695. "navigationBarTextStyle": "black",
  696. "navigationBarTitleText": "更多操作",
  697. "navigationStyle": "custom"
  698. }
  699. },
  700. /***群聊框架**/
  701. {
  702. "path": "pages/chat/group/add",
  703. "style": {
  704. "navigationBarTextStyle": "black",
  705. "navigationBarTitleText": "添加群聊",
  706. "navigationStyle": "custom"
  707. }
  708. },
  709. {
  710. "path": "pages/chat/group/list",
  711. "style": {
  712. "navigationBarTextStyle": "black",
  713. "navigationBarTitleText": "我的群聊",
  714. "navigationStyle": "custom"
  715. }
  716. },
  717. {
  718. "path": "pages/chat/chatGroup",
  719. "style": {
  720. "navigationBarTextStyle": "black",
  721. "navigationBarTitleText": "群聊",
  722. "navigationStyle": "custom"
  723. }
  724. },
  725. {
  726. "path": "pages/chat/group/userShow",
  727. "style": {
  728. "navigationBarTextStyle": "black",
  729. "navigationBarTitleText": "查看详情",
  730. "navigationStyle": "custom"
  731. }
  732. },
  733. {
  734. "path": "pages/chat/group/info/groupInfo",
  735. "style": {
  736. "navigationBarTextStyle": "black",
  737. "navigationBarTitleText": "查看群信息",
  738. "navigationStyle": "custom"
  739. }
  740. },
  741. {
  742. "path": "pages/chat/group/info/groupInfo/rkname",
  743. "style": {
  744. "navigationBarTitleText": "修改群聊名称"
  745. }
  746. },
  747. {
  748. "path": "pages/chat/group/info/groupInfo/qrcode",
  749. "style": {
  750. "navigationBarTitleText": "群二维码名片"
  751. }
  752. },
  753. {
  754. "path": "pages/chat/group/info/groupInfo/msg",
  755. "style": {
  756. "navigationBarTitleText": "修改群公告"
  757. }
  758. },
  759. {
  760. "path": "pages/chat/group/info/groupInfo/admin",
  761. "style": {
  762. "navigationBarTextStyle": "black",
  763. "navigationBarTitleText": "群管理"
  764. }
  765. },
  766. {
  767. "path": "pages/chat/group/info/groupInfo/transfer",
  768. "style": {
  769. "navigationBarTextStyle": "black",
  770. "navigationBarTitleText": "群主转让"
  771. }
  772. },
  773. {
  774. "path": "pages/chat/group/info/groupInfo/adminInfo",
  775. "style": {
  776. "navigationBarTextStyle": "black",
  777. "navigationBarTitleText": "查看管理员"
  778. }
  779. },
  780. {
  781. "path": "pages/chat/group/info/groupInfo/add",
  782. "style": {
  783. "navigationBarTextStyle": "black",
  784. "navigationBarTitleText": "添加成员",
  785. "navigationStyle": "custom"
  786. }
  787. },
  788. {
  789. "path": "pages/chat/group/info/groupInfo/jdd",
  790. "style": {
  791. "navigationBarTextStyle": "black",
  792. "navigationBarTitleText": "减少成员",
  793. "navigationStyle": "custom"
  794. }
  795. },
  796. {
  797. "path": "pages/chat/group/info/groupInfo/jddNo",
  798. "style": {
  799. "navigationBarTextStyle": "black",
  800. "navigationBarTitleText": "不支单会员",
  801. "navigationStyle": "custom"
  802. }
  803. },
  804. {
  805. "path": "pages/chat/group/info/groupInfo/adminAdd",
  806. "style": {
  807. "navigationBarTextStyle": "black",
  808. "navigationBarTitleText": "添加管理员",
  809. "navigationStyle": "custom"
  810. }
  811. },
  812. {
  813. "path": "pages/chat/group/info/groupInfo/adminJdd",
  814. "style": {
  815. "navigationBarTextStyle": "black",
  816. "navigationBarTitleText": "移除管理员",
  817. "navigationStyle": "custom"
  818. }
  819. },
  820. {
  821. "path": "pages/chat/search",
  822. "style": {
  823. "navigationBarTextStyle": "black",
  824. "navigationBarTitleText": "查询聊天记录",
  825. "navigationStyle": "custom"
  826. }
  827. },
  828. {
  829. "path": "pages/chat/group/info/groupInfo/user",
  830. "style": {
  831. "navigationBarTitleText": "按群成员查询"
  832. }
  833. },
  834. {
  835. "path": "pages/chat/group/info/groupInfo/msgView",
  836. "style": {
  837. "navigationBarTitleText": "查看成员聊天记录"
  838. }
  839. },
  840. {
  841. "path": "pages/chat/group/info/groupInfo/remark_name",
  842. "style": {
  843. "navigationBarTitleText": "修改群聊昵称"
  844. }
  845. }
  846. ],
  847. "tabBar": {
  848. "color": "#666666",
  849. "selectedColor": "#ff142c",
  850. "borderStyle": "black",
  851. "backgroundColor": "#ffffff",
  852. "height": "50px",
  853. "fontSize": "10px",
  854. "iconWidth": "24px",
  855. "spacing": "3px",
  856. "list": [{
  857. "pagePath": "pages/index/index",
  858. "iconPath": "static/tab/home.png",
  859. "selectedIconPath": "static/tab/home-btn.png",
  860. "text": "首页"
  861. },
  862. {
  863. "pagePath": "pages/guild/index",
  864. "iconPath": "static/tab/store.png",
  865. "selectedIconPath": "static/tab/store_btn.png",
  866. "text": "我的会馆"
  867. },
  868. {
  869. "pagePath": "pages/chat/index",
  870. "iconPath": "static/tab/cate.png",
  871. "selectedIconPath": "static/tab/cate-btn.png",
  872. "text": "客服中心"
  873. },
  874. {
  875. "pagePath": "pages/user/index",
  876. "iconPath": "static/tab/user.png",
  877. "selectedIconPath": "static/tab/user-btn.png",
  878. "text": "我的"
  879. }]
  880. },
  881. "globalStyle": {
  882. "app-plus": {
  883. "bounce": "none"
  884. },
  885. "navigationBarTextStyle": "black",
  886. "navigationBarTitleText": "易趣CBB",
  887. "navigationBarBackgroundColor": "#F8F8F8",
  888. "backgroundColor": "#F8F8F8"
  889. }
  890. }