pages.json 12 KB

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