pages.json 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498
  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": "activity",
  100. "pages": [{
  101. "path": "timeUp/index",
  102. "style": {
  103. "navigationBarTitleText": "限时秒杀",
  104. "navigationStyle": "custom"
  105. }
  106. },
  107. {
  108. "path": "goPlayRank/index",
  109. "style": {
  110. "navigationBarTitleText": "趣玩榜"
  111. }
  112. },
  113. {
  114. "path": "choiceness/index",
  115. "style": {
  116. "navigationBarTitleText": "精选折扣",
  117. "navigationStyle": "custom"
  118. }
  119. },
  120. {
  121. "path": "dailyOffer/index",
  122. "style": {
  123. "navigationBarTitleText": "天天特惠",
  124. "navigationStyle": "custom"
  125. }
  126. }
  127. ]
  128. },
  129. {
  130. "root": "detail",
  131. "pages": [
  132. {
  133. "path": "shopDetail/shopDetail",
  134. "style": {
  135. "navigationBarTitleText": "店铺详情",
  136. // "navigationStyle": "custom",
  137. "enablePullDownRefresh": true
  138. }
  139. },
  140. {
  141. "path": "discountsDetail/refuel",
  142. "style": {
  143. "navigationBarTitleText": "加油充电"
  144. }
  145. },
  146. {
  147. "path": "discountsDetail/index",
  148. "style": {
  149. "navigationBarTitleText": "",
  150. "enablePullDownRefresh": true
  151. }
  152. },
  153. {
  154. "path": "goodsDetail/index",
  155. "style": {
  156. "navigationBarTitleText": "商品详情",
  157. "enablePullDownRefresh": true
  158. }
  159. },
  160. {
  161. "path": "shopList/index",
  162. "style": {
  163. "navigationBarTitleText": "适用店铺"
  164. }
  165. },
  166. {
  167. "path": "qrcode/index",
  168. "style": {
  169. "navigationBarTitleText": "出示二维码"
  170. }
  171. },
  172. {
  173. "path": "virtualGoods/index",
  174. "style": {
  175. "navigationBarTitleText": "会员充值"
  176. }
  177. },
  178. {
  179. "path": "movie/index",
  180. "style": {
  181. "navigationStyle": "custom",
  182. "enablePullDownRefresh": true
  183. }
  184. },
  185. {
  186. "path": "movie/movieDetail",
  187. "style": {
  188. "navigationBarTitleText": "电影"
  189. }
  190. },
  191. {
  192. "path": "movie/chooseSeat",
  193. "style": {
  194. "navigationBarTitleText": "选座",
  195. "enablePullDownRefresh": true
  196. }
  197. },
  198. {
  199. "path": "hotel/index",
  200. "style": {
  201. "navigationStyle": "custom"
  202. }
  203. }
  204. ]
  205. },
  206. {
  207. "root": "my",
  208. "pages": [{
  209. "path": "coupon/index",
  210. "style": {
  211. "navigationBarTitleText": "优惠券",
  212. "enablePullDownRefresh": true
  213. }
  214. },
  215. {
  216. "path": "edit/edit",
  217. "style": {
  218. "navigationBarTitleText": "账号设置"
  219. }
  220. },
  221. {
  222. "path": "edit/editName",
  223. "style": {
  224. "navigationBarTitleText": "账号设置"
  225. }
  226. },
  227. {
  228. "path": "order/index",
  229. "style": {
  230. "navigationBarTitleText": "全部订单",
  231. "enablePullDownRefresh": true
  232. }
  233. },
  234. {
  235. "path": "order/detail",
  236. "style": {
  237. "navigationBarTitleText": "订单详情"
  238. }
  239. },
  240. {
  241. "path": "order/refund",
  242. "style": {
  243. "navigationBarTitleText": "退款申请"
  244. }
  245. },
  246. {
  247. "path": "order/refundDetail",
  248. "style": {
  249. "navigationBarTitleText": "退款详情"
  250. }
  251. },
  252. {
  253. "path": "favorite/index",
  254. "style": {
  255. "navigationBarTitleText": "我的收藏"
  256. }
  257. },
  258. {
  259. "path": "memberCenter/index",
  260. "style": {
  261. "navigationBarTitleText": "会员中心",
  262. "navigationStyle": "custom"
  263. }
  264. }
  265. ]
  266. },
  267. {
  268. "root": "invite",
  269. "pages": [
  270. {
  271. "path": "index",
  272. "style": {
  273. "navigationBarTitleText": "邀请收益"
  274. }
  275. },
  276. {
  277. "path": "invite",
  278. "style": {
  279. "navigationBarTitleText": "我的邀请码",
  280. "disableScroll": true
  281. }
  282. },
  283. {
  284. "path": "withdraw",
  285. "style": {
  286. "navigationBarTitleText": "提现"
  287. }
  288. },
  289. {
  290. "path": "bankCard",
  291. "style": {
  292. "navigationBarTitleText": "银行卡"
  293. }
  294. }
  295. ]
  296. },
  297. {
  298. "root": "login",
  299. "pages": [{
  300. "path": "login/login",
  301. "style": {
  302. "navigationBarTitleText": "贵大印象"
  303. }
  304. },
  305. {
  306. "path": "login/otherLogin",
  307. "style": {
  308. "navigationBarTitleText": "手机号登录"
  309. }
  310. }
  311. ]
  312. },
  313. {
  314. "root": "integral",
  315. "pages": [{
  316. "path": "store",
  317. "style": {
  318. "navigationBarTitleText": "积分权益"
  319. }
  320. },
  321. {
  322. "path": "shop",
  323. "style": {
  324. "navigationBarTitleText": "积分商城"
  325. }
  326. },
  327. {
  328. "path": "logs",
  329. "style": {
  330. "navigationBarTitleText": "积分明细"
  331. }
  332. }
  333. ]
  334. },
  335. {
  336. "root": "trip", //出行
  337. "pages": [
  338. {
  339. "path": "index/index",
  340. "style": {
  341. "navigationBarTitleText": "出行",
  342. "disableScroll": true
  343. }
  344. },
  345. {
  346. "path": "chooseAddress/index",
  347. "style": {
  348. "navigationBarTitleText": "地址选择"
  349. }
  350. },
  351. {
  352. "path": "expense/index",
  353. "style": {
  354. "navigationBarTitleText": "预估费用",
  355. "disableScroll": true
  356. }
  357. }
  358. ]
  359. },
  360. {
  361. "root": "study", //研学
  362. "pages": [{
  363. "path": "index",
  364. "style": {
  365. "navigationBarTitleText": "慧研学"
  366. }
  367. },
  368. {
  369. "path": "type",
  370. "style": {
  371. "navigationBarTitleText": "子栏目",
  372. "navigationStyle": "custom"
  373. }
  374. },
  375. {
  376. "path": "studyGoodsDetail",
  377. "style": {
  378. "navigationBarTitleText": "商品详情"
  379. }
  380. },
  381. {
  382. "path": "studyList",//列表
  383. "style": {
  384. "navigationBarTitleText": ""
  385. }
  386. },
  387. {
  388. "path": "courseDetail",
  389. "style": {
  390. "navigationBarTitleText": "课程详情"
  391. }
  392. },
  393. {
  394. "path": "community/index",
  395. "style": {
  396. "navigationBarTitleText": "互动社区"
  397. }
  398. },
  399. {
  400. "path": "community/detail",
  401. "style": {
  402. "navigationBarTitleText": "帖子详情",
  403. "navigationStyle": "custom"
  404. }
  405. },
  406. {
  407. "path": "test",
  408. "style": {
  409. "navigationBarTitleText": "研学MBTI测试",
  410. "navigationStyle": "custom"
  411. }
  412. }
  413. ]
  414. },
  415. {
  416. "root": "special", //信息确认
  417. "pages": [
  418. {
  419. "path": "water",
  420. "style": {
  421. "navigationBarTitleText": "领券"
  422. }
  423. }
  424. ]
  425. },
  426. {
  427. "root": "pay",
  428. "pages": [
  429. {
  430. "path": "pay",
  431. "style": {
  432. "navigationBarTitleText": "提交订单"
  433. }
  434. },
  435. {
  436. "path": "pay1",
  437. "style": {
  438. "navigationBarTitleText": "提交订单"
  439. }
  440. },
  441. {
  442. "path": "offlinePayment",
  443. "style": {
  444. "navigationBarTitleText": "支付订单"
  445. }
  446. },
  447. {
  448. "path": "coupon",
  449. "style": {
  450. "navigationBarTitleText": "优惠券"
  451. }
  452. }
  453. ]
  454. }
  455. ],
  456. "tabBar": {
  457. "color": "#AAAAAA",
  458. "selectedColor": "#0084CF",
  459. "backgroundColor": "#fff",
  460. "custom": true,
  461. "list": [
  462. {
  463. "pagePath": "pages/index/index"
  464. },
  465. {
  466. "pagePath": "pages/activity/index"
  467. },
  468. {
  469. "pagePath": "pages/my/index"
  470. },
  471. {
  472. "pagePath": "pages/life/index"
  473. }
  474. ]
  475. },
  476. "globalStyle": {
  477. "navigationBarTextStyle": "black",
  478. "navigationBarTitleText": "uni-app",
  479. "navigationBarBackgroundColor": "#fff",
  480. "backgroundColor": "#F8F8F8"
  481. },
  482. "uniIdRouter": {}
  483. }