pages.json 13 KB

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