pages.json 20 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. // 首页
  4. {
  5. "path": "pages/home/index/Index",
  6. "style": {
  7. "navigationBarTitleText": "首页"
  8. }
  9. },
  10. // 可编辑页面
  11. {
  12. "path": "pages/home/special/Index",
  13. "style": {
  14. "navigationBarTitleText": "活动页"
  15. }
  16. },
  17. // 可编辑页面
  18. {
  19. "path": "pages/home/storespecial/Index",
  20. "style": {
  21. "navigationBarTitleText": "店铺活动页"
  22. }
  23. },
  24. // 店铺详情
  25. {
  26. "path": "pages/home/storedetail/Storedetail",
  27. "style": {
  28. "navigationBarTitleText": "店铺详情"
  29. }
  30. },
  31. // 店铺地图
  32. {
  33. "path": "pages/home/storedetail/Storemap",
  34. "style": {
  35. "navigationBarTitleText": "店铺地图"
  36. }
  37. },
  38. // 店铺代金券
  39. {
  40. "path": "pages/home/storedetail/StoreVoucher",
  41. "style": {
  42. "navigationBarTitleText": "店铺代金券"
  43. }
  44. }
  45. ],
  46. "subPackages": [{
  47. "root": "pages/home/storegoodslist",
  48. "pages": [
  49. // 店铺商品列表
  50. {
  51. "path": "Goodslist",
  52. "style": {
  53. "navigationBarTitleText": "店铺商品列表"
  54. }
  55. }
  56. ]
  57. }, {
  58. "root": "pages/home/storegoodsclass",
  59. "pages": [
  60. // 店铺搜索
  61. {
  62. "path": "Goodsclass",
  63. "style": {
  64. "navigationBarTitleText": "店铺搜索"
  65. }
  66. }
  67. ]
  68. }, {
  69. "root": "pages/home/groupbuy",
  70. "pages": [
  71. // 抢购列表
  72. {
  73. "path": "GroupBuyList",
  74. "style": {
  75. "navigationBarTitleText": "抢购列表"
  76. }
  77. }
  78. ]
  79. }, {
  80. "root": "pages/home/vrgroupbuy",
  81. "pages": [
  82. // 虚拟抢购列表
  83. {
  84. "path": "GroupBuyList",
  85. "style": {
  86. "navigationBarTitleText": "虚拟抢购列表"
  87. }
  88. }
  89. ]
  90. }, {
  91. "root": "pages/home/map",
  92. "pages": [
  93. // 地图
  94. {
  95. "path": "Map",
  96. "style": {
  97. "navigationBarTitleText": "地图"
  98. }
  99. }
  100. ]
  101. }, {
  102. "root": "pages/home/storeclass",
  103. "pages": [
  104. // 店铺分类
  105. {
  106. "path": "Storeclass",
  107. "style": {
  108. "navigationBarTitleText": "店铺分类"
  109. }
  110. }
  111. ]
  112. }, {
  113. "root": "pages/home/brand",
  114. "pages": [
  115. // 品牌
  116. {
  117. "path": "Brand",
  118. "style": {
  119. "navigationBarTitleText": "品牌"
  120. }
  121. }
  122. ]
  123. }, {
  124. "root": "pages/home/search",
  125. "pages": [
  126. // 搜索
  127. {
  128. "path": "Search",
  129. "style": {
  130. "navigationBarTitleText": "搜索"
  131. }
  132. }
  133. ]
  134. }, {
  135. "root": "pages/home/storelist",
  136. "pages": [
  137. // 店铺列表
  138. {
  139. "path": "Storelist",
  140. "style": {
  141. "navigationBarTitleText": "店铺列表"
  142. }
  143. }
  144. ]
  145. }, {
  146. "root": "pages/home/goodslist",
  147. "pages": [
  148. // 店铺列表
  149. {
  150. "path": "Goodslist",
  151. "style": {
  152. "navigationBarTitleText": "商品列表"
  153. }
  154. }
  155. ]
  156. }, {
  157. "root": "pages/home/memberbind",
  158. "pages": [
  159. // 用户绑定
  160. {
  161. "path": "Bind",
  162. "style": {
  163. "navigationBarTitleText": "用户绑定"
  164. }
  165. }
  166. ]
  167. }, {
  168. "root": "pages/home/memberforget",
  169. "pages": [
  170. // 忘记密码
  171. {
  172. "path": "Forget",
  173. "style": {
  174. "navigationBarTitleText": "忘记密码"
  175. }
  176. }
  177. ]
  178. }, {
  179. "root": "pages/home/memberlogin",
  180. "pages": [
  181. // 用户登录
  182. {
  183. "path": "Login",
  184. "style": {
  185. "navigationBarTitleText": "用户登录"
  186. }
  187. }
  188. ]
  189. }, {
  190. "root": "pages/home/memberregister",
  191. "pages": [
  192. // 用户注册
  193. {
  194. "path": "Register",
  195. "style": {
  196. "navigationBarTitleText": "用户注册"
  197. }
  198. }
  199. ]
  200. }, {
  201. "root": "pages/home/storeabout",
  202. "pages": [
  203. // 店铺介绍
  204. {
  205. "path": "Storeabout",
  206. "style": {
  207. "navigationBarTitleText": "店铺介绍"
  208. }
  209. }
  210. ]
  211. }, {
  212. "root": "pages/home/goodsclass",
  213. "pages": [
  214. // 分类
  215. {
  216. "path": "Goodsclass",
  217. "style": {
  218. "navigationBarTitleText": "商品分类"
  219. }
  220. }
  221. ]
  222. }, {
  223. "root": "pages/home/bonus",
  224. "pages": [
  225. // 红包兑换商品详情页
  226. {
  227. "path": "Detail",
  228. "style": {
  229. "navigationBarTitleText": "红包"
  230. }
  231. }
  232. ]
  233. }, {
  234. "root": "pages/home/pintuan",
  235. "pages": [
  236. // 拼团列表
  237. {
  238. "path": "PintuanList",
  239. "style": {
  240. "navigationBarTitleText": "拼团列表"
  241. }
  242. }
  243. ]
  244. }, {
  245. "root": "pages/home/chain",
  246. "pages": [
  247. // 附近门店
  248. {
  249. "path": "ChainNearby",
  250. "style": {
  251. "navigationBarTitleText": "附近门店"
  252. }
  253. }
  254. ]
  255. }, {
  256. "root": "pages/home/presell",
  257. "pages": [
  258. // 预售
  259. {
  260. "path": "PresellList",
  261. "style": {
  262. "navigationBarTitleText": "预售"
  263. }
  264. }
  265. ]
  266. }, {
  267. "root": "pages/home/bargain",
  268. "pages": [
  269. // 砍价列表页
  270. {
  271. "path": "Bargainlist",
  272. "style": {
  273. "navigationBarTitleText": "砍价列表页"
  274. }
  275. },
  276. // 砍价分享页面
  277. {
  278. "path": "Bargainshare",
  279. "style": {
  280. "navigationBarTitleText": "砍价分享页"
  281. }
  282. }
  283. ]
  284. }, {
  285. "root": "pages/home/pointsgoods",
  286. "pages": [
  287. // 积分兑换商品
  288. {
  289. "path": "Index",
  290. "style": {
  291. "navigationBarTitleText": "积分商品"
  292. }
  293. },
  294. // 积分兑换商品详情页
  295. {
  296. "path": "Detail",
  297. "style": {
  298. "navigationBarTitleText": "积分商品详情"
  299. }
  300. },
  301. // 积分兑换代金券列表页
  302. {
  303. "path": "PointMallVoucher",
  304. "style": {
  305. "navigationBarTitleText": "积分代金券"
  306. }
  307. },
  308. // 积分兑换代金券列表页
  309. {
  310. "path": "PointVoucher",
  311. "style": {
  312. "navigationBarTitleText": "积分代金券"
  313. }
  314. },
  315. {
  316. "path": "PointProd",
  317. "style": {
  318. "navigationBarTitleText": "积分商城"
  319. }
  320. }
  321. ]
  322. },
  323. {
  324. "root": "pages/home/goodsdetail",
  325. "pages": [
  326. // 商品详情
  327. {
  328. "path": "Goodsdetail",
  329. "style": {
  330. "navigationBarTitleText": "商品详情"
  331. }
  332. },
  333. // 商品视频
  334. {
  335. "path": "GoodsVideo",
  336. "style": {
  337. "navigationBarTitleText": "商品视频"
  338. }
  339. },
  340. // 商品咨询
  341. {
  342. "path": "GoodsConsult",
  343. "style": {
  344. "navigationBarTitleText": "商品咨询"
  345. }
  346. },
  347. // 商品评价
  348. {
  349. "path": "GoodsEvaluation",
  350. "style": {
  351. "navigationBarTitleText": "商品评价"
  352. }
  353. },
  354. // 门店列表
  355. {
  356. "path": "ChainList",
  357. "style": {
  358. "navigationBarTitleText": "门店列表"
  359. }
  360. }
  361. ]
  362. },
  363. {
  364. "root": "pages/home/activity",
  365. "pages": [
  366. // 活动列表
  367. {
  368. "path": "Activitylist",
  369. "style": {
  370. "navigationBarTitleText": "活动列表"
  371. }
  372. },
  373. // 活动详情
  374. {
  375. "path": "Activitydetail",
  376. "style": {
  377. "navigationBarTitleText": "活动详情"
  378. }
  379. }
  380. ]
  381. },
  382. {
  383. "root": "pages/home/article",
  384. "pages": [
  385. // 注册协议
  386. {
  387. "path": "Document",
  388. "style": {
  389. "navigationBarTitleText": "协议"
  390. }
  391. },
  392. // 文章分类
  393. {
  394. "path": "Articleclass",
  395. "style": {
  396. "navigationBarTitleText": "文章分类"
  397. }
  398. },
  399. // 文章列表
  400. {
  401. "path": "Articlelist",
  402. "style": {
  403. "navigationBarTitleText": "文章列表"
  404. }
  405. },
  406. // 文章详情
  407. {
  408. "path": "Articledetail",
  409. "style": {
  410. "navigationBarTitleText": "文章详情"
  411. }
  412. }
  413. ]
  414. },
  415. {
  416. "root": "pages/home/marketmanage",
  417. "pages": [
  418. // 活动列表
  419. {
  420. "path": "Marketmanagelist",
  421. "style": {
  422. "navigationBarTitleText": "活动列表"
  423. }
  424. },
  425. // 刮刮卡
  426. {
  427. "path": "Marketcard",
  428. "style": {
  429. "navigationBarTitleText": "刮刮卡"
  430. }
  431. },
  432. // 生肖翻翻看
  433. {
  434. "path": "Marketzodiac",
  435. "style": {
  436. "navigationBarTitleText": "生肖翻翻看"
  437. }
  438. },
  439. // 大转盘
  440. {
  441. "path": "Marketwheel",
  442. "style": {
  443. "navigationBarTitleText": "大转盘"
  444. }
  445. },
  446. // 砸金蛋
  447. {
  448. "path": "Marketegg",
  449. "style": {
  450. "navigationBarTitleText": "砸金蛋"
  451. }
  452. }
  453. ]
  454. }, {
  455. "root": "pages/member",
  456. "pages": [
  457. // 用户中心
  458. {
  459. "path": "index/Index",
  460. "style": {
  461. "navigationBarTitleText": "用户中心"
  462. }
  463. },
  464. // 购物车
  465. {
  466. "path": "cart/Cart",
  467. "style": {
  468. "navigationBarTitleText": "购物车"
  469. }
  470. },
  471. // 我的钱包
  472. {
  473. "path": "account/Account",
  474. "style": {
  475. "navigationBarTitleText": "我的钱包"
  476. }
  477. },
  478. // 退款退货
  479. {
  480. "path": "orderreturn/Orderreturn",
  481. "style": {
  482. "navigationBarTitleText": "退款退货"
  483. }
  484. },
  485. // 资金明细
  486. {
  487. "path": "predeposit/PredepositList",
  488. "style": {
  489. "navigationBarTitleText": "资金明细"
  490. }
  491. },
  492. // 充值卡明细
  493. {
  494. "path": "predeposit/RechargeCardList",
  495. "style": {
  496. "navigationBarTitleText": "充值卡明细"
  497. }
  498. },
  499. // 提现明细
  500. {
  501. "path": "withdraw/WithdrawList",
  502. "style": {
  503. "navigationBarTitleText": "提现明细"
  504. }
  505. },
  506. // 聊天信息
  507. {
  508. "path": "chat/ChatInfo",
  509. "style": {
  510. "navigationBarTitleText": "聊天信息"
  511. }
  512. },
  513. // 聊天列表
  514. {
  515. "path": "chat/ChatList",
  516. "style": {
  517. "navigationBarTitleText": "聊天列表"
  518. }
  519. },
  520. // 好友列表
  521. {
  522. "path": "friend/FriendList",
  523. "style": {
  524. "navigationBarTitleText": "好友列表"
  525. }
  526. },
  527. // 咨询列表
  528. {
  529. "path": "consult/ConsultList",
  530. "style": {
  531. "navigationBarTitleText": "咨询列表"
  532. }
  533. },
  534. // 充值明细
  535. {
  536. "path": "recharge/RechargeList",
  537. "style": {
  538. "navigationBarTitleText": "充值明细"
  539. }
  540. },
  541. // 平台代金券列表
  542. {
  543. "path": "mallvoucher/MallVoucherList",
  544. "style": {
  545. "navigationBarTitleText": "平台代金券列表"
  546. }
  547. },
  548. // 店铺代金券列表
  549. {
  550. "path": "voucher/VoucherList",
  551. "style": {
  552. "navigationBarTitleText": "代金券列表"
  553. }
  554. },
  555. // 私密代金券
  556. {
  557. "path": "voucher/VoucherPrivate",
  558. "style": {
  559. "navigationBarTitleText": "代金券"
  560. }
  561. },
  562. // 消息列表
  563. {
  564. "path": "notice/NoticeList",
  565. "style": {
  566. "navigationBarTitleText": "消息列表"
  567. }
  568. },
  569. // 账号设置
  570. {
  571. "path": "setting/AccountSet",
  572. "style": {
  573. "navigationBarTitleText": "账号设置"
  574. }
  575. },
  576. // 个人信息
  577. {
  578. "path": "profile/ProfileSet",
  579. "style": {
  580. "navigationBarTitleText": "个人信息"
  581. }
  582. },
  583. // 积分明细
  584. {
  585. "path": "point/PointList",
  586. "style": {
  587. "navigationBarTitleText": "积分明细"
  588. }
  589. },
  590. // 签到送积分
  591. {
  592. "path": "point/PointSignin",
  593. "style": {
  594. "navigationBarTitleText": "签到送积分"
  595. }
  596. },
  597. // 地址列表
  598. {
  599. "path": "address/AddressList",
  600. "style": {
  601. "navigationBarTitleText": "地址列表"
  602. }
  603. },
  604. // 地址编辑
  605. {
  606. "path": "address/AddressForm",
  607. "style": {
  608. "navigationBarTitleText": "地址编辑"
  609. }
  610. },
  611. // 地址编辑
  612. {
  613. "path": "address/ChainForm",
  614. "style": {
  615. "navigationBarTitleText": "门店编辑"
  616. }
  617. },
  618. // 提现账户列表
  619. {
  620. "path": "bank/BankList",
  621. "style": {
  622. "navigationBarTitleText": "提现账户列表"
  623. }
  624. },
  625. // 提现账户编辑
  626. {
  627. "path": "bank/BankForm",
  628. "style": {
  629. "navigationBarTitleText": "提现账户编辑"
  630. }
  631. },
  632. // 退款列表
  633. {
  634. "path": "refund/RefundList",
  635. "style": {
  636. "navigationBarTitleText": "退款列表"
  637. }
  638. },
  639. // 退款编辑
  640. {
  641. "path": "refund/RefundForm",
  642. "style": {
  643. "navigationBarTitleText": "退款编辑"
  644. }
  645. },
  646. // 退款详情
  647. {
  648. "path": "refund/RefundView",
  649. "style": {
  650. "navigationBarTitleText": "退款详情"
  651. }
  652. },
  653. // 退款列表
  654. {
  655. "path": "vrrefund/VrRefundList",
  656. "style": {
  657. "navigationBarTitleText": "退款列表"
  658. }
  659. },
  660. // 退款编辑
  661. {
  662. "path": "vrrefund/VrRefundForm",
  663. "style": {
  664. "navigationBarTitleText": "退款编辑"
  665. }
  666. },
  667. // 退款详情
  668. {
  669. "path": "vrrefund/VrRefundView",
  670. "style": {
  671. "navigationBarTitleText": "退款详情"
  672. }
  673. },
  674. // 退货列表
  675. {
  676. "path": "return/ReturnList",
  677. "style": {
  678. "navigationBarTitleText": "退货列表"
  679. }
  680. },
  681. // 退货编辑
  682. {
  683. "path": "return/ReturnForm",
  684. "style": {
  685. "navigationBarTitleText": "退货编辑"
  686. }
  687. },
  688. // 退货详情
  689. {
  690. "path": "return/ReturnView",
  691. "style": {
  692. "navigationBarTitleText": "退货详情"
  693. }
  694. },
  695. // 退货
  696. {
  697. "path": "return/ReturnSend",
  698. "style": {
  699. "navigationBarTitleText": "退货"
  700. }
  701. },
  702. // 发票列表
  703. {
  704. "path": "invoice/InvoiceList",
  705. "style": {
  706. "navigationBarTitleText": "发票列表"
  707. }
  708. },
  709. // 发票编辑
  710. {
  711. "path": "invoice/InvoiceForm",
  712. "style": {
  713. "navigationBarTitleText": "发票编辑"
  714. }
  715. },
  716. // 下单界面
  717. {
  718. "path": "buy/step1",
  719. "style": {
  720. "navigationBarTitleText": "下单"
  721. }
  722. },
  723. // 下单界面
  724. {
  725. "path": "vrbuy/step1",
  726. "style": {
  727. "navigationBarTitleText": "下单"
  728. }
  729. },
  730. // 积分商品下单
  731. {
  732. "path": "pointsbuy/step1",
  733. "style": {
  734. "navigationBarTitleText": "积分商品下单"
  735. }
  736. },
  737. // 积分商品购物车
  738. {
  739. "path": "pointscart/Cart",
  740. "style": {
  741. "navigationBarTitleText": "积分商品购物车"
  742. }
  743. },
  744. // 积分订单列表
  745. {
  746. "path": "pointsorder/OrderList",
  747. "style": {
  748. "navigationBarTitleText": "积分订单列表"
  749. }
  750. },
  751. // 积分订单详情
  752. {
  753. "path": "pointsorder/OrderDetail",
  754. "style": {
  755. "navigationBarTitleText": "积分订单详情"
  756. }
  757. },
  758. // 商家投诉
  759. {
  760. "path": "inform/InformList",
  761. "style": {
  762. "navigationBarTitleText": "商家投诉"
  763. }
  764. },
  765. // 商家投诉
  766. {
  767. "path": "inform/InformForm",
  768. "style": {
  769. "navigationBarTitleText": "商家投诉"
  770. }
  771. },
  772. // 商家投诉
  773. {
  774. "path": "complaint/ComplaintList",
  775. "style": {
  776. "navigationBarTitleText": "商家投诉"
  777. }
  778. },
  779. // 商家投诉
  780. {
  781. "path": "complaint/ComplaintForm",
  782. "style": {
  783. "navigationBarTitleText": "商家投诉"
  784. }
  785. },
  786. // 支付界面
  787. {
  788. "path": "buy/pay",
  789. "style": {
  790. "navigationBarTitleText": "支付界面"
  791. }
  792. },
  793. // 我的订单
  794. {
  795. "path": "order/OrderList",
  796. "style": {
  797. "navigationBarTitleText": "我的订单"
  798. }
  799. },
  800. // 订单搜索
  801. {
  802. "path": "order/OrderSearch",
  803. "style": {
  804. "navigationBarTitleText": "订单搜索"
  805. }
  806. },
  807. // 我的收藏
  808. {
  809. "path": "favorite/Favorite",
  810. "style": {
  811. "navigationBarTitleText": "我的收藏"
  812. }
  813. },
  814. // 订单详情
  815. {
  816. "path": "order/OrderDetail",
  817. "style": {
  818. "navigationBarTitleText": "订单详情"
  819. }
  820. },
  821. // 物流跟踪
  822. {
  823. "path": "order/OrderDeliver",
  824. "style": {
  825. "navigationBarTitleText": "物流跟踪"
  826. }
  827. },
  828. // 评价订单
  829. {
  830. "path": "order/OrderEvaluate",
  831. "style": {
  832. "navigationBarTitleText": "评价订单"
  833. }
  834. },
  835. // 订单详情
  836. {
  837. "path": "vrorder/OrderDetail",
  838. "style": {
  839. "navigationBarTitleText": "订单详情"
  840. }
  841. },
  842. // 评价订单
  843. {
  844. "path": "vrorder/OrderEvaluate",
  845. "style": {
  846. "navigationBarTitleText": "评价订单"
  847. }
  848. },
  849. // 我的订单
  850. {
  851. "path": "vrorder/OrderList",
  852. "style": {
  853. "navigationBarTitleText": "我的订单"
  854. }
  855. },
  856. // 用户订单评价列表
  857. {
  858. "path": "evaluate/EvaluateList",
  859. "style": {
  860. "navigationBarTitleText": "用户订单评价列表"
  861. }
  862. },
  863. // 推广海报
  864. {
  865. "path": "inviter/InviterManage",
  866. "style": {
  867. "navigationBarTitleText": "推广海报"
  868. }
  869. },
  870. // 推广会员
  871. {
  872. "path": "inviter/InviterUser",
  873. "style": {
  874. "navigationBarTitleText": "推广会员"
  875. }
  876. },
  877. // 推广佣金
  878. {
  879. "path": "inviter/InviterOrder",
  880. "style": {
  881. "navigationBarTitleText": "推广佣金"
  882. }
  883. },
  884. // 活动记录
  885. {
  886. "path": "marketmanagelog/Marketmanagelog",
  887. "style": {
  888. "navigationBarTitleText": "活动记录"
  889. }
  890. },
  891. // 红包领取记录
  892. {
  893. "path": "bonusreceive/Bonusreceive",
  894. "style": {
  895. "navigationBarTitleText": "红包领取记录"
  896. }
  897. },
  898. // 砍价列表页
  899. {
  900. "path": "bargain/Bargainlist",
  901. "style": {
  902. "navigationBarTitleText": "砍价列表页"
  903. }
  904. },
  905. // 到货通知页面
  906. {
  907. "path": "arrivalnotice/Arrivalnotice",
  908. "style": {
  909. "navigationBarTitleText": "到货通知页面"
  910. }
  911. },
  912. // 浏览历史页面
  913. {
  914. "path": "browse/BrowseList",
  915. "style": {
  916. "navigationBarTitleText": "浏览历史页面"
  917. }
  918. },
  919. // 意见反馈
  920. {
  921. "path": "feedback/Feedback",
  922. "style": {
  923. "navigationBarTitleText": "意见反馈"
  924. }
  925. },
  926. // 会员认证页面
  927. {
  928. "path": "auth/Auth",
  929. "style": {
  930. "navigationBarTitleText": "会员认证页面"
  931. }
  932. },
  933. // 直播详情
  934. {
  935. "path": "live/LiveDetail",
  936. "style": {
  937. "navigationBarTitleText": "直播详情"
  938. }
  939. },
  940. // 直播列表
  941. {
  942. "path": "live/LiveList",
  943. "style": {
  944. "navigationBarTitleText": "直播列表"
  945. }
  946. },
  947. // 店铺入驻
  948. {
  949. "path": "sellerjoinin/Step1",
  950. "style": {
  951. "navigationBarTitleText": "店铺入驻"
  952. }
  953. },
  954. // 店铺入驻
  955. {
  956. "path": "sellerjoinin/Step2",
  957. "style": {
  958. "navigationBarTitleText": "店铺入驻"
  959. }
  960. },
  961. // 店铺入驻
  962. {
  963. "path": "sellerjoinin/Step3",
  964. "style": {
  965. "navigationBarTitleText": "店铺入驻"
  966. }
  967. },
  968. // 店铺入驻
  969. {
  970. "path": "sellerjoinin/Step4",
  971. "style": {
  972. "navigationBarTitleText": "店铺入驻"
  973. }
  974. },
  975. // 店铺入驻
  976. {
  977. "path": "sellerjoinin/Step5",
  978. "style": {
  979. "navigationBarTitleText": "店铺入驻"
  980. }
  981. }
  982. ]
  983. }
  984. ],
  985. "globalStyle": {
  986. "navigationBarBackgroundColor": "#ffffff",
  987. "navigationBarTextStyle": "black",
  988. "navigationStyle": "custom"
  989. },
  990. "condition" : { //模式配置,仅开发期间生效
  991. "current": 0, //当前激活的模式(list 的索引项)
  992. "list": [
  993. {
  994. "name": "LiveDetail", //模式名称
  995. "path": "pages/member/live/LiveDetail", //启动页面,必选
  996. "query": "live_apply_id=1&test=1" //启动参数,在页面的onLoad函数里面得到
  997. }
  998. ]
  999. }
  1000. }