pages.json 11 KB

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