pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748
  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": "service/index",
  299. "style": {
  300. "navigationBarTitleText": "客服"
  301. }
  302. }
  303. ]
  304. },
  305. {
  306. "root": "invite",
  307. "pages": [
  308. {
  309. "path": "invite",
  310. "style": {
  311. "navigationBarTitleText": "推广邀请"
  312. }
  313. },
  314. {
  315. "path": "index",
  316. "style": {
  317. "navigationBarTitleText": "推广邀请"
  318. }
  319. },
  320. {
  321. "path": "history",
  322. "style": {
  323. "navigationBarTitleText": "邀请记录"
  324. }
  325. },
  326. {
  327. "path": "detail",
  328. "style": {
  329. "navigationBarTitleText": "邀请明细"
  330. }
  331. },
  332. {
  333. "path": "wallet/index",
  334. "style": {
  335. "navigationBarTitleText": "我的钱包"
  336. }
  337. },
  338. {
  339. "path": "wallet/history",
  340. "style": {
  341. "navigationBarTitleText": "提现记录"
  342. }
  343. },
  344. {
  345. "path":"wallet/withdraw",
  346. "style": {
  347. "navigationBarTitleText": "提现"
  348. }
  349. },
  350. {
  351. "path":"wallet/hangingAmount",
  352. "style": {
  353. "navigationBarTitleText": "即将到账"
  354. }
  355. }
  356. ]
  357. },
  358. {
  359. "root": "login",
  360. "pages": [{
  361. "path": "login/login",
  362. "style": {
  363. "navigationBarTitleText": "慧研学惠生活"
  364. }
  365. },
  366. {
  367. "path": "login/otherLogin",
  368. "style": {
  369. "navigationBarTitleText": "手机号登录"
  370. }
  371. },
  372. {
  373. "path": "login/bind",
  374. "style": {
  375. "navigationBarTitleText": "绑定微信"
  376. }
  377. },
  378. {
  379. "path": "login/xieyi",
  380. "style": {
  381. "navigationBarTitleText": "隐私协议"
  382. }
  383. }
  384. ]
  385. },
  386. {
  387. "root": "trip", //出行
  388. "pages": [
  389. {
  390. "path": "index/index",
  391. "style": {
  392. "navigationBarTitleText": "出行",
  393. "navigationStyle": "custom",
  394. "disableScroll": true
  395. }
  396. },
  397. {
  398. "path": "chooseAddress/index",
  399. "style": {
  400. "navigationBarTitleText": "地址选择"
  401. }
  402. },
  403. {
  404. "path": "expense/index",
  405. "style": {
  406. "navigationBarTitleText": "预估费用",
  407. "disableScroll": true
  408. }
  409. }
  410. ]
  411. },
  412. {
  413. "root": "scenic",
  414. "pages": [
  415. {
  416. "path": "index",
  417. "style": {
  418. "navigationBarTitleText": "景区门票",
  419. "navigationStyle": "custom"
  420. }
  421. },
  422. {
  423. "path": "search",
  424. "style": {
  425. "navigationBarTitleText": "搜索中"
  426. }
  427. },
  428. {
  429. "path": "detail",
  430. "style": {
  431. "navigationBarTitleText": "",
  432. "navigationStyle": "custom"
  433. }
  434. },
  435. {
  436. "path": "makeOut",
  437. "style": {
  438. "navigationBarTitleText": "填写订单"
  439. }
  440. }
  441. ]
  442. },
  443. {
  444. "root": "movie",
  445. "pages": [
  446. {
  447. "path": "index",
  448. "style": {
  449. "navigationStyle": "custom",
  450. "enablePullDownRefresh": true
  451. }
  452. },
  453. {
  454. "path": "movieDetail",
  455. "style": {
  456. "navigationBarTitleText": "电影"
  457. }
  458. },
  459. {
  460. "path": "movieList",
  461. "style": {
  462. "navigationBarTitleText": "电影列表"
  463. }
  464. },
  465. {
  466. "path": "chooseSeat",
  467. "style": {
  468. "navigationBarTitleText": "选座",
  469. "enablePullDownRefresh": true
  470. }
  471. }
  472. ]
  473. },
  474. {
  475. "root": "hotel",
  476. "pages": [
  477. {
  478. "path": "index",
  479. "style": {
  480. "navigationStyle": "custom"
  481. }
  482. },
  483. {
  484. "path": "cityList",
  485. "style": {
  486. "navigationBarTitleText": "城市列表"
  487. }
  488. },
  489. {
  490. "path": "hotelDetail",
  491. "style": {
  492. "navigationStyle": "custom"
  493. }
  494. },
  495. {
  496. "path": "introduce",
  497. "style": {
  498. "navigationBarTitleText": "酒店介绍"
  499. }
  500. },
  501. {
  502. "path": "hotelImgList",
  503. "style": {
  504. "navigationBarTitleText": "酒店图片"
  505. }
  506. },
  507. {
  508. "path": "makeOut",
  509. "style": {
  510. "navigationBarTitleText": "填写订单"
  511. }
  512. },
  513. {
  514. "path": "search",
  515. "style": {
  516. "navigationBarTitleText": "酒店"
  517. }
  518. }
  519. ]
  520. },
  521. {
  522. "root": "study", //研学
  523. "pages": [
  524. {
  525. "path": "index",
  526. "style": {
  527. "navigationBarTitleText": "慧研学",
  528. "navigationStyle": "custom"
  529. }
  530. },
  531. {
  532. "path" : "pay/order",
  533. "style": {
  534. "navigationBarTitleText": "提交订单"
  535. }
  536. },
  537. {
  538. "path" : "pay/orderPay",
  539. "style": {
  540. "navigationBarTitleText": "订单详情"
  541. }
  542. },
  543. {
  544. "path":"tourList/list",
  545. "style": {
  546. "navigationBarTitleText": "选择出游人"
  547. }
  548. },
  549. {
  550. "path":"tourList/add",
  551. "style": {
  552. "navigationBarTitleText": "添加出游人"
  553. }
  554. },
  555. {
  556. "path": "type",
  557. "style": {
  558. "navigationBarTitleText": "子栏目",
  559. "navigationStyle": "custom"
  560. }
  561. },
  562. {
  563. "path": "studyGoodsDetail",
  564. "style": {
  565. "navigationBarTitleText": "商品详情"
  566. }
  567. },
  568. {
  569. "path": "studyList",//列表
  570. "style": {
  571. "navigationBarTitleText": ""
  572. }
  573. },
  574. {
  575. "path": "courseDetail",
  576. "style": {
  577. "navigationBarTitleText": "课程详情"
  578. }
  579. },
  580. {
  581. "path": "community/index",
  582. "style": {
  583. "navigationBarTitleText": "互动社区"
  584. }
  585. },
  586. {
  587. "path": "community/detail",
  588. "style": {
  589. "navigationBarTitleText": "帖子详情",
  590. "navigationStyle": "custom"
  591. }
  592. },
  593. {
  594. "path": "community/video",
  595. "style": {
  596. "navigationBarTitleText": "科普视频"
  597. }
  598. },
  599. {
  600. "path": "community/goods",
  601. "style": {
  602. "navigationBarTitleText": "推荐线路"
  603. }
  604. },
  605. {
  606. "path": "test",
  607. "style": {
  608. "navigationBarTitleText": "研学MBTI测试",
  609. "navigationStyle": "custom"
  610. }
  611. }
  612. ]
  613. },
  614. {
  615. "root": "special", //信息确认
  616. "pages": [
  617. {
  618. "path": "water",
  619. "style": {
  620. "navigationBarTitleText": "领券"
  621. }
  622. }
  623. ]
  624. },
  625. {
  626. "root": "pay",
  627. "pages": [
  628. {
  629. "path": "pay",
  630. "style": {
  631. "navigationBarTitleText": "提交订单"
  632. }
  633. },
  634. {
  635. "path": "pay1",
  636. "style": {
  637. "navigationBarTitleText": "提交订单"
  638. }
  639. },
  640. {
  641. "path": "offlinePayment",
  642. "style": {
  643. "navigationBarTitleText": "支付订单"
  644. }
  645. },
  646. {
  647. "path": "coupon",
  648. "style": {
  649. "navigationBarTitleText": "优惠券"
  650. }
  651. },
  652. {
  653. "path": "ortherPay",
  654. "style": {
  655. "navigationBarTitleText": "支付"
  656. }
  657. }
  658. ]
  659. },
  660. {
  661. "root": "agreement",
  662. "pages": [
  663. {
  664. "path": "member",
  665. "style": {
  666. "navigationBarTitleText": "会员服务协议"
  667. }
  668. }
  669. ]
  670. },
  671. {
  672. "root":"share",
  673. "pages":[
  674. {
  675. "path":"index",
  676. "style": {
  677. "navigationBarTitleText": "研学分享"
  678. }
  679. },
  680. {
  681. "path":"sharePosts",
  682. "style": {
  683. "navigationBarTitleText": "研学心得",
  684. "navigationStyle": "custom"
  685. }
  686. }
  687. ]
  688. },
  689. {
  690. "root": "orderFood",
  691. "pages": [
  692. {
  693. "path": "index",
  694. "style": {
  695. "navigationBarTitleText": "点餐"
  696. }
  697. },
  698. {
  699. "path" : "pay",
  700. "style" :
  701. {
  702. "navigationBarTitleText" : "订单确认"
  703. }
  704. }
  705. ]
  706. }
  707. ],
  708. "tabBar": {
  709. "color": "#AAAAAA",
  710. "selectedColor": "#EE4320",
  711. "backgroundColor": "#fff",
  712. "list": [{
  713. "iconPath": "static/home_off.png",
  714. "selectedIconPath": "static/home_on.png",
  715. "text": "首页",
  716. "pagePath": "pages/index/index"
  717. },
  718. {
  719. "iconPath": "static/activity_off.png",
  720. "selectedIconPath": "static/activity_on.png",
  721. "text": "活动",
  722. "pagePath": "pages/activity/index"
  723. },
  724. {
  725. "iconPath": "static/my_off.png",
  726. "selectedIconPath": "static/my_on.png",
  727. "text": "我的",
  728. "pagePath": "pages/my/index"
  729. }
  730. ]
  731. },
  732. "globalStyle": {
  733. "navigationBarTextStyle": "black",
  734. "navigationBarTitleText": "uni-app",
  735. "navigationBarBackgroundColor": "#fff",
  736. "backgroundColor": "#F8F8F8"
  737. },
  738. "uniIdRouter": {}
  739. }