pages.json 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545
  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. }
  201. },
  202. {
  203. "path": "order/signUp/refund",
  204. "style": {
  205. "navigationBarTitleText": "退款申请"
  206. }
  207. },
  208. {
  209. "path": "order/signUp/refundDetail",
  210. "style": {
  211. "navigationBarTitleText": "退款详情"
  212. }
  213. },
  214. {
  215. "path": "order/webView",
  216. "style": {
  217. "navigationBarTitleText": "退款申请"
  218. }
  219. },
  220. {
  221. "path": "favorite/index",
  222. "style": {
  223. "navigationBarTitleText": "我的收藏"
  224. }
  225. },
  226. {
  227. "path": "memberCenter/index",
  228. "style": {
  229. "navigationBarTitleText": "会员中心",
  230. "navigationStyle": "custom"
  231. }
  232. }
  233. ]
  234. },
  235. {
  236. "root": "invite",
  237. "pages": [
  238. {
  239. "path": "index",
  240. "style": {
  241. "navigationBarTitleText": "邀请收益"
  242. }
  243. },
  244. {
  245. "path": "invite",
  246. "style": {
  247. "navigationBarTitleText": "我的邀请码",
  248. "disableScroll": true
  249. }
  250. },
  251. {
  252. "path": "withdraw",
  253. "style": {
  254. "navigationBarTitleText": "提现"
  255. }
  256. },
  257. {
  258. "path": "bankCard",
  259. "style": {
  260. "navigationBarTitleText": "银行卡"
  261. }
  262. }
  263. ]
  264. },
  265. {
  266. "root": "login",
  267. "pages": [{
  268. "path": "login/login",
  269. "style": {
  270. "navigationBarTitleText": "慧研学惠生活"
  271. }
  272. },
  273. {
  274. "path": "login/otherLogin",
  275. "style": {
  276. "navigationBarTitleText": "手机号登录"
  277. }
  278. },
  279. {
  280. "path": "login/xieyi",
  281. "style": {
  282. "navigationBarTitleText": "隐私协议"
  283. }
  284. }
  285. ]
  286. },
  287. // {
  288. // "root": "integral",
  289. // "pages": [{
  290. // "path": "store",
  291. // "style": {
  292. // "navigationBarTitleText": "积分权益"
  293. // }
  294. // },
  295. // {
  296. // "path": "shop",
  297. // "style": {
  298. // "navigationBarTitleText": "积分商城"
  299. // }
  300. // },
  301. // {
  302. // "path": "logs",
  303. // "style": {
  304. // "navigationBarTitleText": "积分明细"
  305. // }
  306. // }
  307. // ]
  308. // },
  309. {
  310. "root": "trip", //出行
  311. "pages": [
  312. {
  313. "path": "index/index",
  314. "style": {
  315. "navigationBarTitleText": "出行",
  316. "disableScroll": true
  317. }
  318. },
  319. {
  320. "path": "chooseAddress/index",
  321. "style": {
  322. "navigationBarTitleText": "地址选择"
  323. }
  324. },
  325. {
  326. "path": "expense/index",
  327. "style": {
  328. "navigationBarTitleText": "预估费用",
  329. "disableScroll": true
  330. }
  331. }
  332. ]
  333. },
  334. {
  335. "root": "scenic",
  336. "pages": [
  337. {
  338. "path": "index",
  339. "style": {
  340. "navigationBarTitleText": "景区门票"
  341. }
  342. },
  343. {
  344. "path": "search",
  345. "style": {
  346. "navigationBarTitleText": "搜索中"
  347. }
  348. },
  349. {
  350. "path": "detail",
  351. "style": {
  352. "navigationBarTitleText": "",
  353. "navigationStyle": "custom"
  354. }
  355. },
  356. {
  357. "path": "makeOut",
  358. "style": {
  359. "navigationBarTitleText": "填写订单"
  360. }
  361. }
  362. ]
  363. },
  364. {
  365. "root": "movie",
  366. "pages": [
  367. {
  368. "path": "index",
  369. "style": {
  370. "navigationStyle": "custom",
  371. "enablePullDownRefresh": true
  372. }
  373. },
  374. {
  375. "path": "movieDetail",
  376. "style": {
  377. "navigationBarTitleText": "电影"
  378. }
  379. },
  380. {
  381. "path": "chooseSeat",
  382. "style": {
  383. "navigationBarTitleText": "选座",
  384. "enablePullDownRefresh": true
  385. }
  386. }
  387. ]
  388. },
  389. {
  390. "root": "hotel",
  391. "pages": [
  392. {
  393. "path": "index",
  394. "style": {
  395. "navigationStyle": "custom"
  396. }
  397. }
  398. ]
  399. },
  400. {
  401. "root": "study", //研学
  402. "pages": [{
  403. "path": "index",
  404. "style": {
  405. "navigationBarTitleText": "慧研学"
  406. }
  407. },
  408. {
  409. "path": "type",
  410. "style": {
  411. "navigationBarTitleText": "子栏目",
  412. "navigationStyle": "custom"
  413. }
  414. },
  415. {
  416. "path": "studyGoodsDetail",
  417. "style": {
  418. "navigationBarTitleText": "商品详情"
  419. }
  420. },
  421. {
  422. "path": "studyList",//列表
  423. "style": {
  424. "navigationBarTitleText": ""
  425. }
  426. },
  427. {
  428. "path": "courseDetail",
  429. "style": {
  430. "navigationBarTitleText": "课程详情"
  431. }
  432. },
  433. {
  434. "path": "community/index",
  435. "style": {
  436. "navigationBarTitleText": "互动社区"
  437. }
  438. },
  439. {
  440. "path": "community/detail",
  441. "style": {
  442. "navigationBarTitleText": "帖子详情",
  443. "navigationStyle": "custom"
  444. }
  445. },
  446. {
  447. "path": "test",
  448. "style": {
  449. "navigationBarTitleText": "研学MBTI测试",
  450. "navigationStyle": "custom"
  451. }
  452. }
  453. ]
  454. },
  455. {
  456. "root": "special", //信息确认
  457. "pages": [
  458. {
  459. "path": "water",
  460. "style": {
  461. "navigationBarTitleText": "领券"
  462. }
  463. }
  464. ]
  465. },
  466. {
  467. "root": "pay",
  468. "pages": [
  469. {
  470. "path": "pay",
  471. "style": {
  472. "navigationBarTitleText": "提交订单"
  473. }
  474. },
  475. {
  476. "path": "pay1",
  477. "style": {
  478. "navigationBarTitleText": "提交订单"
  479. }
  480. },
  481. {
  482. "path": "offlinePayment",
  483. "style": {
  484. "navigationBarTitleText": "支付订单"
  485. }
  486. },
  487. {
  488. "path": "coupon",
  489. "style": {
  490. "navigationBarTitleText": "优惠券"
  491. }
  492. },
  493. {
  494. "path": "ortherPay",
  495. "style": {
  496. "navigationBarTitleText": "支付"
  497. }
  498. }
  499. ]
  500. }
  501. ],
  502. "tabBar": {
  503. "color": "#AAAAAA",
  504. "selectedColor": "#EE4320",
  505. "backgroundColor": "#fff",
  506. "list": [{
  507. "iconPath": "static/home_off.png",
  508. "selectedIconPath": "static/home_on.png",
  509. "text": "首页",
  510. "pagePath": "pages/index/index"
  511. },
  512. {
  513. "iconPath": "static/service_off.png",
  514. "selectedIconPath": "static/service_on.png",
  515. "text": "客服",
  516. "pagePath": "pages/service/index"
  517. },
  518. {
  519. "iconPath": "static/my_off.png",
  520. "selectedIconPath": "static/my_on.png",
  521. "text": "我的",
  522. "pagePath": "pages/my/index"
  523. }
  524. ]
  525. },
  526. "globalStyle": {
  527. "navigationBarTextStyle": "black",
  528. "navigationBarTitleText": "uni-app",
  529. "navigationBarBackgroundColor": "#fff",
  530. "backgroundColor": "#F8F8F8"
  531. },
  532. "uniIdRouter": {}
  533. }