pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754
  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. },
  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/index",
  411. "style": {
  412. "navigationBarTitleText": "预估费用",
  413. "disableScroll": true
  414. }
  415. }
  416. ]
  417. },
  418. {
  419. "root": "scenic",
  420. "pages": [
  421. {
  422. "path": "index",
  423. "style": {
  424. "navigationBarTitleText": "景区门票",
  425. "navigationStyle": "custom"
  426. }
  427. },
  428. {
  429. "path": "search",
  430. "style": {
  431. "navigationBarTitleText": "搜索中"
  432. }
  433. },
  434. {
  435. "path": "detail",
  436. "style": {
  437. "navigationBarTitleText": "",
  438. "navigationStyle": "custom"
  439. }
  440. },
  441. {
  442. "path": "makeOut",
  443. "style": {
  444. "navigationBarTitleText": "填写订单"
  445. }
  446. }
  447. ]
  448. },
  449. {
  450. "root": "movie",
  451. "pages": [
  452. {
  453. "path": "index",
  454. "style": {
  455. "navigationStyle": "custom",
  456. "enablePullDownRefresh": true
  457. }
  458. },
  459. {
  460. "path": "movieDetail",
  461. "style": {
  462. "navigationBarTitleText": "电影"
  463. }
  464. },
  465. {
  466. "path": "movieList",
  467. "style": {
  468. "navigationBarTitleText": "电影列表"
  469. }
  470. },
  471. {
  472. "path": "chooseSeat",
  473. "style": {
  474. "navigationBarTitleText": "选座",
  475. "enablePullDownRefresh": true
  476. }
  477. }
  478. ]
  479. },
  480. {
  481. "root": "hotel",
  482. "pages": [
  483. {
  484. "path": "index",
  485. "style": {
  486. "navigationStyle": "custom"
  487. }
  488. },
  489. {
  490. "path": "cityList",
  491. "style": {
  492. "navigationBarTitleText": "城市列表"
  493. }
  494. },
  495. {
  496. "path": "hotelDetail",
  497. "style": {
  498. "navigationStyle": "custom"
  499. }
  500. },
  501. {
  502. "path": "introduce",
  503. "style": {
  504. "navigationBarTitleText": "酒店介绍"
  505. }
  506. },
  507. {
  508. "path": "hotelImgList",
  509. "style": {
  510. "navigationBarTitleText": "酒店图片"
  511. }
  512. },
  513. {
  514. "path": "makeOut",
  515. "style": {
  516. "navigationBarTitleText": "填写订单"
  517. }
  518. },
  519. {
  520. "path": "search",
  521. "style": {
  522. "navigationBarTitleText": "酒店"
  523. }
  524. }
  525. ]
  526. },
  527. {
  528. "root": "study", //研学
  529. "pages": [
  530. {
  531. "path": "index",
  532. "style": {
  533. "navigationBarTitleText": "慧研学",
  534. "navigationStyle": "custom"
  535. }
  536. },
  537. {
  538. "path" : "pay/order",
  539. "style": {
  540. "navigationBarTitleText": "提交订单"
  541. }
  542. },
  543. {
  544. "path" : "pay/orderPay",
  545. "style": {
  546. "navigationBarTitleText": "订单详情"
  547. }
  548. },
  549. {
  550. "path":"tourList/list",
  551. "style": {
  552. "navigationBarTitleText": "选择出游人"
  553. }
  554. },
  555. {
  556. "path":"tourList/add",
  557. "style": {
  558. "navigationBarTitleText": "添加出游人"
  559. }
  560. },
  561. {
  562. "path": "type",
  563. "style": {
  564. "navigationBarTitleText": "子栏目",
  565. "navigationStyle": "custom"
  566. }
  567. },
  568. {
  569. "path": "studyGoodsDetail",
  570. "style": {
  571. "navigationBarTitleText": "商品详情"
  572. }
  573. },
  574. {
  575. "path": "studyList",//列表
  576. "style": {
  577. "navigationBarTitleText": ""
  578. }
  579. },
  580. {
  581. "path": "courseDetail",
  582. "style": {
  583. "navigationBarTitleText": "课程详情"
  584. }
  585. },
  586. {
  587. "path": "community/index",
  588. "style": {
  589. "navigationBarTitleText": "互动社区"
  590. }
  591. },
  592. {
  593. "path": "community/detail",
  594. "style": {
  595. "navigationBarTitleText": "帖子详情",
  596. "navigationStyle": "custom"
  597. }
  598. },
  599. {
  600. "path": "community/video",
  601. "style": {
  602. "navigationBarTitleText": "科普视频"
  603. }
  604. },
  605. {
  606. "path": "community/goods",
  607. "style": {
  608. "navigationBarTitleText": "推荐线路"
  609. }
  610. },
  611. {
  612. "path": "test",
  613. "style": {
  614. "navigationBarTitleText": "研学MBTI测试",
  615. "navigationStyle": "custom"
  616. }
  617. }
  618. ]
  619. },
  620. {
  621. "root": "special", //信息确认
  622. "pages": [
  623. {
  624. "path": "water",
  625. "style": {
  626. "navigationBarTitleText": "领券"
  627. }
  628. }
  629. ]
  630. },
  631. {
  632. "root": "pay",
  633. "pages": [
  634. {
  635. "path": "pay",
  636. "style": {
  637. "navigationBarTitleText": "提交订单"
  638. }
  639. },
  640. {
  641. "path": "pay1",
  642. "style": {
  643. "navigationBarTitleText": "提交订单"
  644. }
  645. },
  646. {
  647. "path": "offlinePayment",
  648. "style": {
  649. "navigationBarTitleText": "支付订单"
  650. }
  651. },
  652. {
  653. "path": "coupon",
  654. "style": {
  655. "navigationBarTitleText": "优惠券"
  656. }
  657. },
  658. {
  659. "path": "ortherPay",
  660. "style": {
  661. "navigationBarTitleText": "支付"
  662. }
  663. }
  664. ]
  665. },
  666. {
  667. "root": "agreement",
  668. "pages": [
  669. {
  670. "path": "member",
  671. "style": {
  672. "navigationBarTitleText": "会员服务协议"
  673. }
  674. }
  675. ]
  676. },
  677. {
  678. "root":"share",
  679. "pages":[
  680. {
  681. "path":"index",
  682. "style": {
  683. "navigationBarTitleText": "研学分享"
  684. }
  685. },
  686. {
  687. "path":"sharePosts",
  688. "style": {
  689. "navigationBarTitleText": "研学心得",
  690. "navigationStyle": "custom"
  691. }
  692. }
  693. ]
  694. },
  695. {
  696. "root": "orderFood",
  697. "pages": [
  698. {
  699. "path": "index",
  700. "style": {
  701. "navigationBarTitleText": "点餐"
  702. }
  703. },
  704. {
  705. "path" : "pay",
  706. "style" :
  707. {
  708. "navigationBarTitleText" : "订单确认"
  709. }
  710. }
  711. ]
  712. }
  713. ],
  714. "tabBar": {
  715. "color": "#AAAAAA",
  716. "selectedColor": "#EE4320",
  717. "backgroundColor": "#fff",
  718. "list": [{
  719. "iconPath": "static/home_off.png",
  720. "selectedIconPath": "static/home_on.png",
  721. "text": "首页",
  722. "pagePath": "pages/index/index"
  723. },
  724. {
  725. "iconPath": "static/activity_off.png",
  726. "selectedIconPath": "static/activity_on.png",
  727. "text": "活动",
  728. "pagePath": "pages/activity/index"
  729. },
  730. {
  731. "iconPath": "static/my_off.png",
  732. "selectedIconPath": "static/my_on.png",
  733. "text": "我的",
  734. "pagePath": "pages/my/index"
  735. }
  736. ]
  737. },
  738. "globalStyle": {
  739. "navigationBarTextStyle": "black",
  740. "navigationBarTitleText": "uni-app",
  741. "navigationBarBackgroundColor": "#fff",
  742. "backgroundColor": "#F8F8F8"
  743. },
  744. "uniIdRouter": {}
  745. }