pages.json 10 KB

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