pages.json 14 KB

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