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