pages.json 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868
  1. {
  2. "pages": [
  3. //#ifdef MP-WEIXIN
  4. {
  5. "path": "pages/index/index",
  6. "style": {
  7. "navigationBarTitleText": "商城首页"
  8. }
  9. },
  10. //#endif
  11. // #ifdef H5
  12. {
  13. "path": "pages/index/index",
  14. "style": {
  15. "navigationBarTitleText": "首页",
  16. "navigationStyle": "custom"
  17. }
  18. },
  19. //#endif
  20. // #ifdef APP-PLUS
  21. {
  22. "path": "pages/index/index",
  23. "style": {
  24. "navigationBarTitleText": "",
  25. "navigationStyle": "custom",
  26. "app-plus": {
  27. "titleNView": false,
  28. "bounce": "none"
  29. }
  30. }
  31. },
  32. //#endif
  33. {
  34. "path": "pages/index/topic",
  35. "style": {
  36. "navigationBarTitleText": ""
  37. }
  38. },
  39. {
  40. "path": "pages/index/information",
  41. "style": {
  42. "navigationBarTitleText": "发现"
  43. }
  44. },
  45. {
  46. "path": "pages/privacyPolicy/privacyPolicy",
  47. "style": {
  48. "navigationBarTitleText": "隐私政策"
  49. }
  50. },
  51. //#ifdef H5||APP-PLUS
  52. {
  53. "path": "pages/store/shopHomePage",
  54. "style": {
  55. "navigationBarTitleText": "",
  56. "navigationStyle": "custom",
  57. "app-plus": {
  58. "titleNView": false
  59. }
  60. }
  61. },
  62. //#endif
  63. //#ifdef MP-WEIXIN
  64. {
  65. "path": "pages/store/shopHomePage",
  66. "style": {
  67. "navigationBarTitleText": "店铺首页"
  68. }
  69. },
  70. //#endif
  71. //#ifdef H5||APP-PLUS
  72. {
  73. "path": "pages/store/productSearch",
  74. "style": {
  75. "navigationBarTitleText": "商品搜索",
  76. "navigationStyle": "custom",
  77. "app-plus": {
  78. "titleNView": false
  79. }
  80. }
  81. },
  82. // #endif
  83. // #ifdef MP-WEIXIN
  84. {
  85. "path": "pages/store/productSearch",
  86. "style": {
  87. "navigationBarTitleText": "商品搜索"
  88. }
  89. },
  90. // #endif
  91. {
  92. "path": "pages/store/storeIntroduction",
  93. "style": {
  94. "navigationBarTitleText": "店铺信息"
  95. }
  96. },
  97. // #ifdef APP-PLUS || H5
  98. {
  99. "path": "pages/product/detail",
  100. "style": {
  101. "navigationBarTitleText": "详情展示",
  102. "navigationStyle": "custom",
  103. "app-plus": {
  104. "titleNView": false
  105. }
  106. }
  107. },
  108. // #endif
  109. // #ifdef MP-WEIXIN
  110. {
  111. "path": "pages/product/detail",
  112. "style": {
  113. "navigationBarTitleText": "详情展示"
  114. }
  115. },
  116. // #endif
  117. {
  118. "path": "pages/product/video",
  119. "style": {
  120. "navigationBarTitleText": "视频播放"
  121. }
  122. },
  123. {
  124. "path": "pages/set/set",
  125. "style": {
  126. "navigationBarTitleText": "设置"
  127. }
  128. },
  129. {
  130. "path": "pages/set/aboutUs",
  131. "style": {
  132. "navigationBarTitleText": "关于我们"
  133. }
  134. },
  135. {
  136. "path": "pages/index/skip_to",
  137. "style": {}
  138. },
  139. {
  140. "path": "pages/userinfo/userinfo",
  141. "style": {
  142. "navigationBarTitleText": "修改资料"
  143. }
  144. },
  145. // #ifndef MP-WEIXIN
  146. {
  147. "path": "pages/cart/cart",
  148. "style": {
  149. "navigationBarTitleText": "",
  150. "navigationStyle": "custom",
  151. "app-plus": {
  152. "titleNView": false
  153. }
  154. }
  155. },
  156. // #endif
  157. // #ifdef MP-WEIXIN
  158. {
  159. "path": "pages/cart/cart",
  160. "style": {
  161. "navigationBarTitleText": "购物车"
  162. }
  163. },
  164. // #endif
  165. {
  166. "path": "pages/public/brand",
  167. "style": {
  168. "navigationBarTitleText": "品牌"
  169. }
  170. }, {
  171. "path": "pages/public/login",
  172. "style": {
  173. "navigationBarTitleText": "",
  174. "navigationStyle": "custom",
  175. "app-plus": {
  176. "titleNView": false,
  177. "animationType": "slide-in-bottom"
  178. }
  179. }
  180. },
  181. // #ifdef MP-WEIXIN
  182. {
  183. "path": "pages/public/loginMobile",
  184. "style": {
  185. "navigationBarTitleText": "登录"
  186. }
  187. },
  188. // #endif
  189. // #ifndef MP-WEIXIN
  190. {
  191. "path": "pages/public/loginMobile",
  192. "style": {
  193. "navigationBarTitleText": "",
  194. "navigationStyle": "custom",
  195. "app-plus": {
  196. "titleNView": false,
  197. "animationType": "slide-in-bottom"
  198. }
  199. }
  200. },
  201. // #endif
  202. {
  203. "path": "pages/public/bindMobile",
  204. "style": {
  205. "navigationBarTitleText": "",
  206. "navigationStyle": "custom",
  207. "app-plus": {
  208. "titleNView": false,
  209. "animationType": "slide-in-bottom"
  210. }
  211. }
  212. }, {
  213. "path": "pages/public/register",
  214. "style": {
  215. "navigationBarTitleText": "",
  216. "navigationStyle": "custom",
  217. "app-plus": {
  218. "titleNView": false,
  219. "animationType": "slide-in-bottom"
  220. }
  221. }
  222. }, {
  223. "path": "pages/public/forgetPwd",
  224. "style": {
  225. "navigationBarTitleText": "",
  226. "navigationStyle": "custom",
  227. "app-plus": {
  228. "titleNView": false,
  229. "animationType": "slide-in-bottom"
  230. }
  231. }
  232. },
  233. //#ifdef H5||APP-PLUS
  234. {
  235. "path": "pages/user/user",
  236. "style": {
  237. "navigationBarTitleText": "我的",
  238. "navigationStyle": "custom",
  239. "app-plus": {
  240. "titleNView": false
  241. }
  242. }
  243. },
  244. //#endif
  245. //#ifdef MP-WEIXIN
  246. {
  247. "path": "pages/user/user",
  248. "style": {
  249. "navigationBarTitleText": "我的"
  250. }
  251. },
  252. //#endif
  253. {
  254. "path": "pages/user/changeInfo",
  255. "style": {
  256. "navigationBarTitleText": "修改昵称"
  257. }
  258. }, {
  259. "path": "pages/member/collect",
  260. "style": {
  261. "navigationBarTitleText": "我的收藏",
  262. "onReachBottomDistance": 150
  263. }
  264. },
  265. // #ifndef MP-WEIXIN
  266. {
  267. "path": "pages/member/history",
  268. "style": {
  269. "navigationBarTitleText": "我的足迹",
  270. "navigationStyle": "custom",
  271. "onReachBottomDistance": 150
  272. }
  273. },
  274. // #endif
  275. // #ifdef MP-WEIXIN
  276. {
  277. "path": "pages/member/history",
  278. "style": {
  279. "navigationBarTitleText": "我的足迹"
  280. }
  281. },
  282. // #endif
  283. {
  284. "path": "pages/user/info",
  285. "style": {
  286. "navigationBarTitleText": "个人信息"
  287. }
  288. }, {
  289. "path": "pages/account/account",
  290. "style": {
  291. "navigationBarTitleText": "账号安全"
  292. }
  293. }, {
  294. "path": "pages/account/changeMobile",
  295. "style": {
  296. "navigationBarTitleText": "身份验证"
  297. }
  298. }, {
  299. "path": "pages/account/bindEmail",
  300. "style": {
  301. "navigationBarTitleText": "绑定电子邮箱"
  302. }
  303. }, {
  304. "path": "pages/account/changeEmail",
  305. "style": {
  306. "navigationBarTitleText": "身份验证"
  307. }
  308. }, {
  309. "path": "pages/account/managePwd",
  310. "style": {
  311. "navigationBarTitleText": "设置登录密码"
  312. }
  313. }, {
  314. "path": "pages/account/changePwd",
  315. "style": {
  316. "navigationBarTitleText": "修改密码"
  317. }
  318. }, {
  319. "path": "pages/detail/detail",
  320. "style": {
  321. "navigationBarTitleText": "",
  322. "app-plus": {
  323. "titleNView": {
  324. "type": "transparent"
  325. }
  326. }
  327. }
  328. }, {
  329. "path": "pages/order/list",
  330. "style": {
  331. "enablePullDownRefresh": true,
  332. "navigationBarTitleText": "我的订单",
  333. "app-plus": {
  334. "bounce": "none"
  335. }
  336. }
  337. }, {
  338. "path": "pages/order/detail",
  339. "style": {
  340. "navigationBarTitleText": "订单详情",
  341. "app-plus": {
  342. "titleNView": {
  343. "type": "transparent" //沉浸式导航
  344. }
  345. }
  346. }
  347. }, {
  348. "path": "pages/order/tradeSuccess",
  349. "style": {
  350. "navigationBarTitleText": "交易成功",
  351. "app-plus": {
  352. "titleNView": {
  353. "type": "transparent" //沉浸式导航
  354. }
  355. }
  356. }
  357. }, {
  358. "path": "pages/order/returnAndRefundList",
  359. "style": {
  360. "enablePullDownRefresh": true,
  361. "navigationBarTitleText": "退款/售后",
  362. "app-plus": {
  363. "bounce": "none"
  364. }
  365. }
  366. }, {
  367. "path": "pages/order/progressDetail",
  368. "style": {
  369. "navigationBarTitleText": "进度详情",
  370. "app-plus": {
  371. "bounce": "none"
  372. }
  373. }
  374. }, {
  375. "path": "pages/order/publishEvaluation",
  376. "style": {
  377. "navigationBarTitleText": "发表评价",
  378. "app-plus": {
  379. "bounce": "none"
  380. }
  381. }
  382. }, {
  383. "path": "pages/money/money",
  384. "style": {}
  385. }, {
  386. "path": "pages/order/confirmOrder",
  387. "style": {
  388. "navigationBarTitleText": "确认订单",
  389. "app-plus": {
  390. "softinputMode": "adjustPan"
  391. }
  392. }
  393. }, {
  394. "path": "pages/address/list",
  395. "style": {
  396. "navigationBarTitleText": "我的地址"
  397. }
  398. }, {
  399. "path": "pages/address/operate",
  400. "style": {
  401. "navigationBarTitleText": "新增收货地址"
  402. }
  403. }, {
  404. "path": "pages/money/pay",
  405. "style": {
  406. "navigationBarTitleText": "支付"
  407. }
  408. },
  409. {
  410. "path": "pages/money/paySuccess",
  411. "style": {
  412. "navigationBarTitleText": "支付成功"
  413. }
  414. }, {
  415. "path": "pages/notice/noticeCenter",
  416. "style": {
  417. "navigationBarTitleText": "消息中心"
  418. }
  419. }, {
  420. "path": "pages/notice/notice",
  421. "style": {
  422. "navigationBarTitleText": "消息通知",
  423. "enablePullDownRefresh": true
  424. }
  425. }, {
  426. "path": "pages/notice/receivingSet",
  427. "style": {
  428. "navigationBarTitleText": "接收设置"
  429. }
  430. },
  431. {
  432. "path": "pages/category/category",
  433. "style": {
  434. "navigationBarTitleText": "分类",
  435. "app-plus": {
  436. "bounce": "none"
  437. }
  438. }
  439. }, {
  440. "path": "pages/product/list",
  441. "style": {
  442. // #ifdef H5 || APP-PLUS
  443. "navigationStyle": "custom",
  444. "app-plus": {
  445. "titleNView": false,
  446. "scrollIndicator": "none"
  447. },
  448. // #endif
  449. "enablePullDownRefresh": true,
  450. "navigationBarTitleText": "商品列表"
  451. }
  452. },
  453. // #ifdef MP
  454. {
  455. "path": "pages/search/search",
  456. "style": {
  457. "navigationBarTitleText": "搜索"
  458. // "navigationStyle": "custom",
  459. // "app-plus": {
  460. // "titleNView": false,
  461. // "animationType": "slide-in-bottom"
  462. // }
  463. }
  464. },
  465. //#endif
  466. // #ifndef MP
  467. {
  468. "path": "pages/search/search",
  469. "style": {
  470. "navigationBarTitleText": "",
  471. "navigationStyle": "custom",
  472. "app-plus": {
  473. "titleNView": false,
  474. "animationType": "slide-in-bottom"
  475. }
  476. }
  477. },
  478. //#endif
  479. {
  480. "path": "pages/recharge/recharge",
  481. "style": {
  482. "navigationBarTitleText": "账户充值",
  483. //手机软键盘升起不让其将页面头部上推
  484. "app-plus": {
  485. "softinputMode": "adjustResize"
  486. }
  487. }
  488. }, {
  489. "path": "pages/order/pay",
  490. "style": {
  491. "navigationBarTitleText": "收银台"
  492. }
  493. }, {
  494. "path": "pages/balance/balance",
  495. "style": {
  496. "navigationBarTitleText": "我的钱包"
  497. }
  498. }, {
  499. "path": "pages/balance/list",
  500. "style": {
  501. "navigationBarTitleText": "余额明细"
  502. }
  503. }, {
  504. "path": "pages/recharge/list",
  505. "style": {
  506. "navigationBarTitleText": "充值明细"
  507. }
  508. }, {
  509. "path": "pages/recharge/detail",
  510. "style": {
  511. "navigationBarTitleText": "充值详情"
  512. }
  513. },
  514. {
  515. "path": "pages/recharge/success",
  516. "style": {
  517. "navigationBarTitleText": "",
  518. "navigationStyle": "custom"
  519. }
  520. }, {
  521. "path": "pages/recharge/fail",
  522. "style": {
  523. "navigationBarTitleText": "",
  524. "navigationStyle": "custom"
  525. }
  526. }, {
  527. "path": "pages/order/applyRefund",
  528. "style": {
  529. "navigationBarTitleText": "申请退款"
  530. }
  531. }, {
  532. "path": "pages/order/refundDetail",
  533. "style": {
  534. "navigationBarTitleText": "退款详情",
  535. "app-plus": {
  536. "titleNView": {
  537. "type": "transparent" //沉浸式导航
  538. }
  539. }
  540. }
  541. }, {
  542. "path": "pages/order/selectService",
  543. "style": {
  544. "navigationBarTitleText": "选择服务"
  545. }
  546. }, {
  547. "path": "pages/order/logisticsBill",
  548. "style": {
  549. "navigationBarTitleText": "填写物流单号"
  550. }
  551. }, {
  552. "path": "pages/order/lookLogistics",
  553. "style": {
  554. "navigationBarTitleText": "查看物流"
  555. }
  556. }, {
  557. "path": "pages/order/logisticsCompany",
  558. "style": {
  559. "navigationBarTitleText": "物流公司"
  560. }
  561. },
  562. {
  563. "path": "pages/order/batchSel",
  564. "style": {
  565. "navigationBarTitleText": "售后商品选择"
  566. }
  567. }, {
  568. "path": "pages/product/evaluation",
  569. "style": {
  570. "navigationBarTitleText": "商品评价"
  571. }
  572. }, {
  573. "path": "pages/invoice/myInvoice",
  574. "style": {
  575. "navigationBarTitleText": "我的发票"
  576. }
  577. }, {
  578. "path": "pages/user/myIntegral",
  579. "style": {
  580. "navigationBarTitleText": "",
  581. "navigationStyle": "custom"
  582. }
  583. },
  584. {
  585. "path": "pages/store/attentionStore",
  586. "style": {
  587. "navigationBarTitleText": "关注店铺",
  588. "app-plus": {
  589. "scrollIndicator": "none"
  590. }
  591. }
  592. },
  593. {
  594. "path": "pages/coupon/myCoupon",
  595. "style": {
  596. "navigationBarTitleText": "优惠券"
  597. }
  598. }, {
  599. "path": "pages/coupon/couponCenter",
  600. "style": {
  601. "navigationBarTitleText": "领券中心"
  602. }
  603. },
  604. {
  605. "path": "pages/chat/list",
  606. "style": {
  607. "navigationBarTitleText": "消息中心",
  608. "onReachBottomDistance": 50
  609. }
  610. },
  611. // #ifndef MP-WEIXIN
  612. {
  613. "path": "pages/chat/detail",
  614. "style": {
  615. "navigationBarTitleText": "聊天详情",
  616. "app-plus": {
  617. "bounce": "none",
  618. "softinputMode":"adjustPan",
  619. "titleNView": {
  620. "buttons": [{
  621. "text": "店铺",
  622. "fontSize": "15",
  623. "float": "right"
  624. }
  625. ]
  626. }
  627. }
  628. }
  629. },
  630. // #endif
  631. // #ifdef MP-WEIXIN
  632. {
  633. "path": "pages/chat/detail",
  634. "style": {
  635. "navigationBarTitleText": "聊天详情"
  636. }
  637. },
  638. // #endif
  639. {
  640. "path": "pages/seckill/seckill",
  641. "style": {
  642. "navigationBarTitleText": "",
  643. "navigationStyle": "custom",
  644. "app-plus": {
  645. "bounce": "none"
  646. }
  647. }
  648. }
  649. ],
  650. "globalStyle": {
  651. "navigationBarTextStyle": "black",
  652. "navigationBarTitleText": "uni-app",
  653. "navigationBarBackgroundColor": "#FFFFFF",
  654. "backgroundColor": "#f8f8f8",
  655. "backgroundColorBottom": "#fff",
  656. "backgroundColorTop": "#fff",
  657. "rpxCalcMaxDeviceWidth": 640, // rpx 计算所支持的最大设备宽度,单位 px,默认值为 960
  658. "rpxCalcBaseDeviceWidth": 375, // rpx 计算使用的基准设备宽度,设备实际宽度超出 rpx 计算所支持的最大设备宽度时将按基准宽度计算,单位 px,默认值为 375
  659. "rpxCalcIncludeWidth": 749 // rpx 计算特殊处理的值,始终按实际的设备宽度计算,单位 rpx,默认值为 750
  660. },
  661. "tabBar": {
  662. "color": "#333",
  663. "selectedColor": "#FC1C1C",
  664. "borderStyle": "white",
  665. "backgroundColor": "#ffffff",
  666. "list": [{
  667. "pagePath": "pages/index/index",
  668. "iconPath": "static/tab-bar/home.png",
  669. "selectedIconPath": "static/tab-bar/home-selected.png",
  670. "text": "首页"
  671. },
  672. {
  673. "pagePath": "pages/category/category",
  674. "iconPath": "static/tab-bar/cat.png",
  675. "selectedIconPath": "static/tab-bar/cat-selected.png",
  676. "text": "分类"
  677. },
  678. {
  679. "pagePath": "pages/index/information",
  680. "iconPath": "static/tab-bar/information.png",
  681. "selectedIconPath": "static/tab-bar/information-selected.png",
  682. "text": "发现"
  683. },
  684. {
  685. "pagePath": "pages/cart/cart",
  686. "iconPath": "static/tab-bar/cart.png",
  687. "selectedIconPath": "static/tab-bar/cart-selected.png",
  688. "text": "购物车"
  689. },
  690. {
  691. "pagePath": "pages/user/user",
  692. "iconPath": "static/tab-bar/mine.png",
  693. "selectedIconPath": "static/tab-bar/mine-selected.png",
  694. "text": "我的"
  695. }
  696. ]
  697. },
  698. "subPackages": [
  699. {
  700. "root": "standard",
  701. "pages": [ // #ifndef APP-PLUS
  702. {
  703. "path": "point/index/index",
  704. "style": {
  705. "navigationBarTitleText": ""
  706. }
  707. },
  708. //#endif
  709. // #ifdef APP-PLUS
  710. {
  711. "path": "point/index/index",
  712. "style": {
  713. "navigationBarTitleText": "",
  714. "navigationStyle": "custom",
  715. "app-plus": {
  716. "titleNView": false
  717. }
  718. }
  719. },
  720. //#endif
  721. // #ifdef APP-PLUS || H5
  722. {
  723. "path": "point/product/detail",
  724. "style": {
  725. "navigationBarTitleText": "详情展示",
  726. "navigationStyle": "custom",
  727. "app-plus": {
  728. "titleNView": false
  729. }
  730. }
  731. },
  732. // #endif
  733. // #ifdef MP-WEIXIN
  734. {
  735. "path": "point/product/detail",
  736. "style": {
  737. "navigationBarTitleText": "详情展示"
  738. }
  739. },
  740. // #endif
  741. {
  742. "path": "point/search/search",
  743. "style": {
  744. "navigationBarTitleText": "商品搜索",
  745. "navigationStyle": "custom"
  746. }
  747. }, {
  748. "path": "point/order/list",
  749. "style": {
  750. "navigationBarTitleText": "我的积分订单"
  751. }
  752. }, {
  753. "path": "point/order/detail",
  754. "style": {
  755. "navigationBarTitleText": "订单详情",
  756. "app-plus": {
  757. "titleNView": {
  758. "type": "transparent" //沉浸式导航
  759. }
  760. }
  761. }
  762. }, {
  763. "path": "point/order/lookLogistics",
  764. "style": {
  765. "navigationBarTitleText": "查看物流"
  766. }
  767. },
  768. {
  769. "path": "point/search/good_list",
  770. "style": {
  771. "navigationBarTitleText": "",
  772. "navigationStyle": "custom",
  773. "app-plus": {
  774. "titleNView": false
  775. }
  776. }
  777. },
  778. {
  779. "path": "point/product/confirm_order",
  780. "style": {
  781. "navigationBarTitleText": "确认订单"
  782. }
  783. },
  784. {
  785. "path": "point/product/pay",
  786. "style": {
  787. "navigationBarTitleText": "收银台"
  788. }
  789. },
  790. {
  791. "path": "presale/index/list",
  792. "style": {
  793. "navigationBarTitleText": ""
  794. }
  795. },
  796. // #ifndef APP-PLUS
  797. {
  798. "path": "ladder/index/index",
  799. "style": {
  800. "navigationBarTitleText": ""
  801. }
  802. },
  803. // #endif
  804. // #ifdef APP-PLUS
  805. {
  806. "path": "ladder/index/index",
  807. "style": {
  808. "navigationBarTitleText": "",
  809. "navigationStyle": "custom",
  810. "app-plus": {
  811. "titleNView": false
  812. }
  813. }
  814. },
  815. //#endif
  816. {
  817. "path": "ladder/agreement/agreement",
  818. "style": {
  819. "navigationBarTitleText": "阶梯团定金协议"
  820. }
  821. },
  822. // #ifndef APP-PLUS
  823. {
  824. "path": "pinGroup/index/index",
  825. "style": {
  826. "navigationBarTitleText": ""
  827. }
  828. },
  829. // #endif
  830. // #ifdef APP-PLUS
  831. {
  832. "path": "pinGroup/index/index",
  833. "style": {
  834. "navigationBarTitleText": "",
  835. "navigationStyle": "custom",
  836. "app-plus": {
  837. "titleNView": false
  838. }
  839. }
  840. },
  841. //#endif
  842. {
  843. "path": "presale/agreement/agreement",
  844. "style": {
  845. "navigationBarTitleText": "预售定金协议"
  846. }
  847. },
  848. {
  849. "path": "signIn/signIn",
  850. "style": {
  851. "navigationBarTitleText": "签到",
  852. "navigationStyle": "custom",
  853. "app-plus": {
  854. "titleNView": false
  855. }
  856. }
  857. }
  858. ]
  859. }
  860. ]
  861. }