pages.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809
  1. {
  2. "easycom": {
  3. "^zs-(.*)": "@/components/zs-$1/index.vue",
  4. "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
  5. },
  6. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  7. {
  8. "path": "pages/index/index",
  9. "style": {
  10. "navigationBarTitleText": "慧研学惠生活",
  11. "navigationStyle": "custom",
  12. "enablePullDownRefresh": true
  13. }
  14. },
  15. {
  16. "path": "pages/index/search",
  17. "style": {
  18. "navigationBarTitleText": "搜索"
  19. }
  20. },
  21. {
  22. "path": "pages/index/searchResult",
  23. "style": {
  24. "navigationBarTitleText": "搜索结果"
  25. }
  26. },
  27. {
  28. "path": "pages/activity/index",
  29. "style": {
  30. "navigationBarTitleText": "活动",
  31. "navigationStyle": "custom",
  32. "enablePullDownRefresh": false
  33. }
  34. },
  35. {
  36. "path": "pages/activity/detail",
  37. "style": {
  38. "navigationStyle": "custom",
  39. "enablePullDownRefresh": false
  40. }
  41. },
  42. {
  43. "path": "pages/activity/courseDetail",
  44. "style": {
  45. "navigationBarTitleText": "课程详情"
  46. }
  47. },
  48. {
  49. "path": "pages/my/index",
  50. "style": {
  51. "navigationStyle": "custom",
  52. "navigationBarTitleText": "我的",
  53. "enablePullDownRefresh": false
  54. // "backgroundColor":"#f1f1f1"
  55. }
  56. }, {
  57. "path": "pages/index/position",
  58. "style": {
  59. "navigationBarTitleText": "",
  60. "enablePullDownRefresh": false
  61. }
  62. }
  63. ],
  64. "subPackages": [ //分包
  65. {
  66. "root": "signUp",
  67. "pages": [
  68. {
  69. "path": "index",
  70. "style": {
  71. "navigationBarTitleText": "体验农耕文化,传承中国传统"
  72. }
  73. },
  74. {
  75. "path": "makeOut",
  76. "style": {
  77. "navigationBarTitleText": "填写资料"
  78. }
  79. }
  80. ]
  81. },
  82. {
  83. "root": "refuel",
  84. "pages": [
  85. {
  86. "path": "index",
  87. "style": {
  88. "navigationBarTitleText": "加油充电",
  89. "enablePullDownRefresh": true
  90. }
  91. },
  92. {
  93. "path": "refuelDetail",
  94. "style": {
  95. "navigationBarTitleText": "确认下单"
  96. // "navigationStyle": "custom"
  97. }
  98. },
  99. {
  100. "path": "coupon",
  101. "style": {
  102. "navigationBarTitleText": "优惠券"
  103. // "navigationStyle": "custom"
  104. }
  105. }
  106. ]
  107. },
  108. {
  109. "root": "detail",
  110. "pages": [
  111. {
  112. "path": "shopDetail/shopDetail",
  113. "style": {
  114. "navigationBarTitleText": "店铺详情"
  115. // "navigationStyle": "custom",
  116. // "enablePullDownRefresh": true
  117. }
  118. },
  119. {
  120. "path": "discountsDetail/index",
  121. "style": {
  122. "navigationBarTitleText": "",
  123. "enablePullDownRefresh": true
  124. }
  125. },
  126. {
  127. "path": "goodsDetail/index",
  128. "style": {
  129. "navigationBarTitleText": "商品详情",
  130. "enablePullDownRefresh": true
  131. }
  132. },
  133. {
  134. "path": "shopList/index",
  135. "style": {
  136. "navigationBarTitleText": "适用店铺"
  137. }
  138. },
  139. {
  140. "path": "qrcode/index",
  141. "style": {
  142. "navigationBarTitleText": "出示二维码"
  143. }
  144. },
  145. {
  146. "path": "virtualGoods/index",
  147. "style": {
  148. "navigationBarTitleText": "会员充值"
  149. }
  150. },
  151. {
  152. "path": "virtualGoods/detail",
  153. "style": {
  154. "navigationBarTitleText": "会员充值"
  155. }
  156. },
  157. {
  158. "path": "virtualGoods/pay",
  159. "style": {
  160. "navigationBarTitleText": "提交订单"
  161. }
  162. }
  163. ]
  164. },
  165. {
  166. "root": "my",
  167. "pages": [{
  168. "path": "coupon/index",
  169. "style": {
  170. "navigationBarTitleText": "我的优惠券",
  171. "enablePullDownRefresh": true
  172. }
  173. },
  174. {
  175. "path": "edit/edit",
  176. "style": {
  177. "navigationBarTitleText": "账号设置"
  178. }
  179. },
  180. {
  181. "path": "edit/editName",
  182. "style": {
  183. "navigationBarTitleText": "账号设置"
  184. }
  185. },
  186. {
  187. "path": "edit/unSubscribe",
  188. "style": {
  189. "navigationBarTitleText": "账号信息"
  190. }
  191. },
  192. {
  193. "path": "order/index",
  194. "style": {
  195. "navigationBarTitleText": "全部订单",
  196. "enablePullDownRefresh": true
  197. }
  198. },
  199. {
  200. "path": "order/detail",
  201. "style": {
  202. "navigationBarTitleText": "订单详情"
  203. }
  204. },
  205. {
  206. "path": "order/refund",
  207. "style": {
  208. "navigationBarTitleText": "退款申请"
  209. }
  210. },
  211. {
  212. "path": "order/refundDetail",
  213. "style": {
  214. "navigationBarTitleText": "退款详情"
  215. }
  216. },
  217. {
  218. "path": "order/signUp/signUpDetail",//活动订单
  219. "style": {
  220. "navigationBarTitleText": "订单详情"
  221. // "navigationStyle": "custom"
  222. }
  223. },
  224. {
  225. "path": "order/signUp/refund",
  226. "style": {
  227. "navigationBarTitleText": "退款申请"
  228. }
  229. },
  230. {
  231. "path": "order/signUp/refundDetail",
  232. "style": {
  233. "navigationBarTitleText": "退款详情"
  234. }
  235. },
  236. {
  237. "path": "order/scenic/detail",
  238. "style": {
  239. "navigationBarTitleText": "订单详情"
  240. }
  241. },
  242. {
  243. "path": "order/foodOrder/detail",
  244. "style": {
  245. "navigationBarTitleText": "订单详情"
  246. }
  247. },
  248. {
  249. "path": "order/scenic/refund",
  250. "style": {
  251. "navigationBarTitleText": "退款申请"
  252. }
  253. },
  254. {
  255. "path": "order/scenic/refundDetail",
  256. "style": {
  257. "navigationBarTitleText": "退款详情"
  258. }
  259. },
  260. {
  261. "path": "order/hotel/detail",
  262. "style": {
  263. "navigationBarTitleText": "订单详情"
  264. }
  265. },
  266. {
  267. "path": "order/movie/detail",
  268. "style": {
  269. "navigationBarTitleText": "订单详情"
  270. }
  271. },
  272. {
  273. "path": "order/trip/detail",
  274. "style": {
  275. "navigationBarTitleText": "订单详情"
  276. }
  277. },
  278. {
  279. "path": "order/webView",
  280. "style": {
  281. "navigationBarTitleText": "退款申请"
  282. }
  283. },
  284. {
  285. "path": "favorite/index",
  286. "style": {
  287. "navigationBarTitleText": "我的收藏"
  288. }
  289. },
  290. {
  291. "path": "memberCenter/index",
  292. "style": {
  293. "navigationBarTitleText": "会员中心",
  294. "navigationStyle": "custom"
  295. }
  296. },
  297. {
  298. "path": "memberCenter/logList",
  299. "style": {
  300. "navigationBarTitleText": "会员权益"
  301. }
  302. },
  303. {
  304. "path": "service/index",
  305. "style": {
  306. "navigationBarTitleText": "客服"
  307. }
  308. },
  309. {
  310. "path": "vipActivation/index",
  311. "style": {
  312. "navigationBarTitleText": "会员激活"
  313. }
  314. }
  315. ]
  316. },
  317. {
  318. "root": "invite",
  319. "pages": [
  320. {
  321. "path": "invite",
  322. "style": {
  323. "navigationBarTitleText": "推广邀请"
  324. }
  325. },
  326. {
  327. "path": "index",
  328. "style": {
  329. "navigationBarTitleText": "推广邀请"
  330. }
  331. },
  332. {
  333. "path": "history",
  334. "style": {
  335. "navigationBarTitleText": "邀请记录"
  336. }
  337. },
  338. {
  339. "path": "detail",
  340. "style": {
  341. "navigationBarTitleText": "邀请明细"
  342. }
  343. },
  344. {
  345. "path": "wallet/index",
  346. "style": {
  347. "navigationBarTitleText": "我的钱包"
  348. }
  349. },
  350. {
  351. "path": "wallet/history",
  352. "style": {
  353. "navigationBarTitleText": "提现记录"
  354. }
  355. },
  356. {
  357. "path":"wallet/withdraw",
  358. "style": {
  359. "navigationBarTitleText": "提现"
  360. }
  361. },
  362. {
  363. "path":"wallet/hangingAmount",
  364. "style": {
  365. "navigationBarTitleText": "即将到账"
  366. }
  367. }
  368. ]
  369. },
  370. {
  371. "root": "login",
  372. "pages": [{
  373. "path": "login/login",
  374. "style": {
  375. "navigationBarTitleText": "慧研学惠生活"
  376. }
  377. },
  378. {
  379. "path": "login/otherLogin",
  380. "style": {
  381. "navigationBarTitleText": "手机号登录"
  382. }
  383. },
  384. {
  385. "path": "login/bind",
  386. "style": {
  387. "navigationBarTitleText": "绑定微信"
  388. }
  389. },
  390. {
  391. "path": "login/xieyi",
  392. "style": {
  393. "navigationBarTitleText": "隐私协议"
  394. }
  395. }
  396. ]
  397. },
  398. {
  399. "root": "trip", //出行
  400. "pages": [
  401. {
  402. "path": "index/index",
  403. "style": {
  404. "navigationBarTitleText": "出行",
  405. "navigationStyle": "custom",
  406. "disableScroll": true
  407. }
  408. },
  409. {
  410. "path": "chooseAddress/index",
  411. "style": {
  412. "navigationBarTitleText": "地址选择"
  413. }
  414. },
  415. {
  416. "path": "expense/question",
  417. "style": {
  418. "navigationBarTitleText": "常见问题",
  419. "disableScroll": true
  420. }
  421. },
  422. {
  423. "path": "expense/rules",
  424. "style": {
  425. "navigationBarTitleText": "计费规则",
  426. "disableScroll": true
  427. }
  428. },
  429. {
  430. "path": "expense/index",
  431. "style": {
  432. "navigationBarTitleText": "预估费用",
  433. "disableScroll": true
  434. }
  435. }
  436. ]
  437. },
  438. {
  439. "root": "scenic",
  440. "pages": [
  441. {
  442. "path": "index",
  443. "style": {
  444. "navigationBarTitleText": "景区门票",
  445. "navigationStyle": "custom"
  446. }
  447. },
  448. {
  449. "path": "search",
  450. "style": {
  451. "navigationBarTitleText": "搜索中"
  452. }
  453. },
  454. {
  455. "path": "detail",
  456. "style": {
  457. "navigationBarTitleText": "",
  458. "navigationStyle": "custom"
  459. }
  460. },
  461. {
  462. "path": "makeOut",
  463. "style": {
  464. "navigationBarTitleText": "填写订单"
  465. }
  466. }
  467. ]
  468. },
  469. {
  470. "root": "movie",
  471. "pages": [
  472. {
  473. "path": "index",
  474. "style": {
  475. "navigationStyle": "custom",
  476. "enablePullDownRefresh": true
  477. }
  478. },
  479. {
  480. "path": "movieDetail",
  481. "style": {
  482. "navigationBarTitleText": "电影"
  483. }
  484. },
  485. {
  486. "path": "movieList",
  487. "style": {
  488. "navigationBarTitleText": "电影列表"
  489. }
  490. },
  491. {
  492. "path": "chooseSeat",
  493. "style": {
  494. "navigationBarTitleText": "选座",
  495. "enablePullDownRefresh": true
  496. }
  497. }
  498. ]
  499. },
  500. {
  501. "root": "hotel",
  502. "pages": [
  503. {
  504. "path": "index",
  505. "style": {
  506. "navigationStyle": "custom"
  507. }
  508. },
  509. {
  510. "path": "cityList",
  511. "style": {
  512. "navigationBarTitleText": "城市列表"
  513. }
  514. },
  515. {
  516. "path": "hotelDetail",
  517. "style": {
  518. "navigationStyle": "custom"
  519. }
  520. },
  521. {
  522. "path": "introduce",
  523. "style": {
  524. "navigationBarTitleText": "酒店介绍"
  525. }
  526. },
  527. {
  528. "path": "hotelImgList",
  529. "style": {
  530. "navigationBarTitleText": "酒店图片"
  531. }
  532. },
  533. {
  534. "path": "makeOut",
  535. "style": {
  536. "navigationBarTitleText": "填写订单"
  537. }
  538. },
  539. {
  540. "path": "search",
  541. "style": {
  542. "navigationBarTitleText": "酒店"
  543. }
  544. }
  545. ]
  546. },
  547. {
  548. "root": "study", //研学
  549. "pages": [
  550. {
  551. "path": "index",
  552. "style": {
  553. "navigationBarTitleText": "慧研学",
  554. "navigationStyle": "custom"
  555. }
  556. },
  557. {
  558. "path" : "pay/order",
  559. "style": {
  560. "navigationBarTitleText": "提交订单"
  561. }
  562. },
  563. {
  564. "path" : "pay/orderPay",
  565. "style": {
  566. "navigationBarTitleText": "订单详情"
  567. }
  568. },
  569. {
  570. "path":"tourList/list",
  571. "style": {
  572. "navigationBarTitleText": "选择出游人"
  573. }
  574. },
  575. {
  576. "path":"tourList/add",
  577. "style": {
  578. "navigationBarTitleText": "添加出游人"
  579. }
  580. },
  581. {
  582. "path": "type",
  583. "style": {
  584. "navigationBarTitleText": "子栏目",
  585. "navigationStyle": "custom"
  586. }
  587. },
  588. {
  589. "path": "studyGoodsDetail",
  590. "style": {
  591. "navigationBarTitleText": "商品详情"
  592. }
  593. },
  594. {
  595. "path": "studyList",//列表
  596. "style": {
  597. "navigationBarTitleText": ""
  598. }
  599. },
  600. {
  601. "path": "courseDetail",
  602. "style": {
  603. "navigationBarTitleText": "课程详情"
  604. }
  605. },
  606. {
  607. "path": "community/index",
  608. "style": {
  609. "navigationBarTitleText": "互动社区"
  610. }
  611. },
  612. {
  613. "path": "community/detail",
  614. "style": {
  615. "navigationBarTitleText": "帖子详情",
  616. "navigationStyle": "custom"
  617. }
  618. },
  619. {
  620. "path": "community/video",
  621. "style": {
  622. "navigationBarTitleText": "科普视频"
  623. }
  624. },
  625. {
  626. "path": "community/goods",
  627. "style": {
  628. "navigationBarTitleText": "推荐线路"
  629. }
  630. },
  631. {
  632. "path": "test",
  633. "style": {
  634. "navigationBarTitleText": "研学MBTI测试",
  635. "navigationStyle": "custom"
  636. }
  637. }
  638. ]
  639. },
  640. {
  641. "root": "special", //信息确认
  642. "pages": [
  643. {
  644. "path": "water",
  645. "style": {
  646. "navigationBarTitleText": "领券"
  647. }
  648. },
  649. {
  650. "path": "kaihui",
  651. "style": {
  652. "navigationBarTitleText": "凯辉便利"
  653. }
  654. }
  655. ]
  656. },
  657. {
  658. "root": "pay",
  659. "pages": [
  660. {
  661. "path": "pay",
  662. "style": {
  663. "navigationBarTitleText": "提交订单"
  664. }
  665. },
  666. {
  667. "path": "pay1",
  668. "style": {
  669. "navigationBarTitleText": "提交订单"
  670. }
  671. },
  672. {
  673. "path": "offlinePayment",
  674. "style": {
  675. "navigationBarTitleText": "支付订单"
  676. }
  677. },
  678. {
  679. "path": "coupon",
  680. "style": {
  681. "navigationBarTitleText": "优惠券"
  682. }
  683. },
  684. {
  685. "path": "ortherPay",
  686. "style": {
  687. "navigationBarTitleText": "支付"
  688. }
  689. }
  690. ]
  691. },
  692. {
  693. "root": "agreement",
  694. "pages": [
  695. {
  696. "path": "member",
  697. "style": {
  698. "navigationBarTitleText": "会员服务协议"
  699. }
  700. }
  701. ]
  702. },
  703. {
  704. "root":"share",
  705. "pages":[
  706. {
  707. "path":"index",
  708. "style": {
  709. "navigationBarTitleText": "研学分享"
  710. }
  711. },
  712. {
  713. "path":"sharePosts",
  714. "style": {
  715. "navigationBarTitleText": "研学心得",
  716. "navigationStyle": "custom"
  717. }
  718. }
  719. ]
  720. },
  721. {
  722. "root": "orderFood",
  723. "pages": [
  724. {
  725. "path": "index",
  726. "style": {
  727. "navigationBarTitleText": "特惠点餐"
  728. }
  729. },
  730. {
  731. "path": "shopList",
  732. "style": {
  733. "navigationBarTitleText": "特惠点餐"
  734. }
  735. },
  736. {
  737. "path": "shopDetail",
  738. "style": {
  739. "navigationBarTitleText": "点餐"
  740. }
  741. },
  742. {
  743. "path" : "pay",
  744. "style" :
  745. {
  746. "navigationBarTitleText" : "订单确认"
  747. }
  748. }
  749. ]
  750. },
  751. {
  752. "root": "luckyDraw",
  753. "pages": [
  754. {
  755. "path": "index",
  756. "style": {
  757. "navigationBarTitleText": "抽奖"
  758. }
  759. },
  760. {
  761. "path": "prizeList",
  762. "style": {
  763. "navigationBarTitleText": "我的奖品"
  764. }
  765. }
  766. ]
  767. }
  768. ],
  769. "tabBar": {
  770. "color": "#AAAAAA",
  771. "selectedColor": "#EE4320",
  772. "backgroundColor": "#fff",
  773. "list": [{
  774. "iconPath": "static/home_off.png",
  775. "selectedIconPath": "static/home_on.png",
  776. "text": "首页",
  777. "pagePath": "pages/index/index"
  778. },
  779. {
  780. "iconPath": "static/activity_off.png",
  781. "selectedIconPath": "static/activity_on.png",
  782. "text": "活动",
  783. "pagePath": "pages/activity/index"
  784. },
  785. {
  786. "iconPath": "static/my_off.png",
  787. "selectedIconPath": "static/my_on.png",
  788. "text": "我的",
  789. "pagePath": "pages/my/index"
  790. }
  791. ]
  792. },
  793. "globalStyle": {
  794. "navigationBarTextStyle": "black",
  795. "navigationBarTitleText": "uni-app",
  796. "navigationBarBackgroundColor": "#fff",
  797. "backgroundColor": "#F8F8F8"
  798. },
  799. "uniIdRouter": {}
  800. }