pages.json 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480
  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/activity/index",
  42. "style": {
  43. "navigationBarTitleText": "活动",
  44. "navigationStyle": "custom",
  45. "enablePullDownRefresh": false
  46. }
  47. },
  48. {
  49. "path": "pages/activity/detail",
  50. "style": {
  51. "navigationBarTitleText": "活动详情",
  52. "enablePullDownRefresh": false
  53. }
  54. },
  55. {
  56. "path": "pages/life/index",
  57. "style": {
  58. "navigationBarTitleText": "生活",
  59. "enablePullDownRefresh": false,
  60. "navigationStyle": "custom"
  61. }
  62. },
  63. {
  64. "path": "pages/my/index",
  65. "style": {
  66. "navigationStyle": "custom",
  67. "navigationBarTitleText": "我的",
  68. "enablePullDownRefresh": false
  69. // "backgroundColor":"#f1f1f1"
  70. }
  71. }, {
  72. "path": "pages/index/position",
  73. "style": {
  74. "navigationBarTitleText": "",
  75. "enablePullDownRefresh": false
  76. }
  77. }
  78. ],
  79. "subPackages": [ //分包
  80. {
  81. "root": "activity",
  82. "pages": [{
  83. "path": "timeUp/index",
  84. "style": {
  85. "navigationBarTitleText": "限时秒杀",
  86. "navigationStyle": "custom"
  87. }
  88. },
  89. {
  90. "path": "goPlayRank/index",
  91. "style": {
  92. "navigationBarTitleText": "趣玩榜"
  93. }
  94. },
  95. {
  96. "path": "choiceness/index",
  97. "style": {
  98. "navigationBarTitleText": "精选折扣",
  99. "navigationStyle": "custom"
  100. }
  101. },
  102. {
  103. "path": "dailyOffer/index",
  104. "style": {
  105. "navigationBarTitleText": "天天特惠",
  106. "navigationStyle": "custom"
  107. }
  108. }
  109. ]
  110. },
  111. {
  112. "root": "detail",
  113. "pages": [
  114. {
  115. "path": "shopDetail/shopDetail",
  116. "style": {
  117. "navigationBarTitleText": "店铺详情",
  118. // "navigationStyle": "custom",
  119. "enablePullDownRefresh": true
  120. }
  121. },
  122. {
  123. "path": "discountsDetail/refuel",
  124. "style": {
  125. "navigationBarTitleText": "加油充电"
  126. }
  127. },
  128. {
  129. "path": "discountsDetail/index",
  130. "style": {
  131. "navigationBarTitleText": "",
  132. "enablePullDownRefresh": true
  133. }
  134. },
  135. {
  136. "path": "goodsDetail/index",
  137. "style": {
  138. "navigationBarTitleText": "商品详情",
  139. "enablePullDownRefresh": true
  140. }
  141. },
  142. {
  143. "path": "shopList/index",
  144. "style": {
  145. "navigationBarTitleText": "适用店铺"
  146. }
  147. },
  148. {
  149. "path": "qrcode/index",
  150. "style": {
  151. "navigationBarTitleText": "出示二维码"
  152. }
  153. },
  154. {
  155. "path": "virtualGoods/index",
  156. "style": {
  157. "navigationBarTitleText": "会员充值"
  158. }
  159. },
  160. {
  161. "path": "movie/index",
  162. "style": {
  163. "navigationStyle": "custom",
  164. "enablePullDownRefresh": true
  165. }
  166. },
  167. {
  168. "path": "movie/movieDetail",
  169. "style": {
  170. "navigationBarTitleText": "电影"
  171. }
  172. },
  173. {
  174. "path": "movie/chooseSeat",
  175. "style": {
  176. "navigationBarTitleText": "选座",
  177. "enablePullDownRefresh": true
  178. }
  179. },
  180. {
  181. "path": "hotel/index",
  182. "style": {
  183. "navigationStyle": "custom"
  184. }
  185. }
  186. ]
  187. },
  188. {
  189. "root": "my",
  190. "pages": [{
  191. "path": "coupon/index",
  192. "style": {
  193. "navigationBarTitleText": "优惠券",
  194. "enablePullDownRefresh": true
  195. }
  196. },
  197. {
  198. "path": "edit/edit",
  199. "style": {
  200. "navigationBarTitleText": "账号设置"
  201. }
  202. },
  203. {
  204. "path": "edit/editName",
  205. "style": {
  206. "navigationBarTitleText": "账号设置"
  207. }
  208. },
  209. {
  210. "path": "order/index",
  211. "style": {
  212. "navigationBarTitleText": "全部订单",
  213. "enablePullDownRefresh": true
  214. }
  215. },
  216. {
  217. "path": "order/detail",
  218. "style": {
  219. "navigationBarTitleText": "订单详情"
  220. }
  221. },
  222. {
  223. "path": "order/refund",
  224. "style": {
  225. "navigationBarTitleText": "退款申请"
  226. }
  227. },
  228. {
  229. "path": "order/refundDetail",
  230. "style": {
  231. "navigationBarTitleText": "退款详情"
  232. }
  233. },
  234. {
  235. "path": "favorite/index",
  236. "style": {
  237. "navigationBarTitleText": "我的收藏"
  238. }
  239. },
  240. {
  241. "path": "memberCenter/index",
  242. "style": {
  243. "navigationBarTitleText": "会员中心",
  244. "navigationStyle": "custom"
  245. }
  246. }
  247. ]
  248. },
  249. {
  250. "root": "invite",
  251. "pages": [
  252. {
  253. "path": "index",
  254. "style": {
  255. "navigationBarTitleText": "邀请收益"
  256. }
  257. },
  258. {
  259. "path": "invite",
  260. "style": {
  261. "navigationBarTitleText": "我的邀请码",
  262. "disableScroll": true
  263. }
  264. },
  265. {
  266. "path": "withdraw",
  267. "style": {
  268. "navigationBarTitleText": "提现"
  269. }
  270. },
  271. {
  272. "path": "bankCard",
  273. "style": {
  274. "navigationBarTitleText": "银行卡"
  275. }
  276. }
  277. ]
  278. },
  279. {
  280. "root": "login",
  281. "pages": [{
  282. "path": "login/login",
  283. "style": {
  284. "navigationBarTitleText": "慧研学惠生活"
  285. }
  286. },
  287. {
  288. "path": "login/otherLogin",
  289. "style": {
  290. "navigationBarTitleText": "手机号登录"
  291. }
  292. }
  293. ]
  294. },
  295. {
  296. "root": "integral",
  297. "pages": [{
  298. "path": "store",
  299. "style": {
  300. "navigationBarTitleText": "积分权益"
  301. }
  302. },
  303. {
  304. "path": "shop",
  305. "style": {
  306. "navigationBarTitleText": "积分商城"
  307. }
  308. },
  309. {
  310. "path": "logs",
  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": "study", //研学
  344. "pages": [{
  345. "path": "index",
  346. "style": {
  347. "navigationBarTitleText": "慧研学"
  348. }
  349. },
  350. {
  351. "path": "type",
  352. "style": {
  353. "navigationBarTitleText": "子栏目",
  354. "navigationStyle": "custom"
  355. }
  356. },
  357. {
  358. "path": "studyGoodsDetail",
  359. "style": {
  360. "navigationBarTitleText": "商品详情"
  361. }
  362. },
  363. {
  364. "path": "studyList",//列表
  365. "style": {
  366. "navigationBarTitleText": ""
  367. }
  368. },
  369. {
  370. "path": "courseDetail",
  371. "style": {
  372. "navigationBarTitleText": "课程详情"
  373. }
  374. },
  375. {
  376. "path": "community/index",
  377. "style": {
  378. "navigationBarTitleText": "互动社区"
  379. }
  380. },
  381. {
  382. "path": "community/detail",
  383. "style": {
  384. "navigationBarTitleText": "帖子详情",
  385. "navigationStyle": "custom"
  386. }
  387. },
  388. {
  389. "path": "test",
  390. "style": {
  391. "navigationBarTitleText": "研学MBTI测试",
  392. "navigationStyle": "custom"
  393. }
  394. }
  395. ]
  396. },
  397. {
  398. "root": "special", //信息确认
  399. "pages": [
  400. {
  401. "path": "water",
  402. "style": {
  403. "navigationBarTitleText": "领券"
  404. }
  405. }
  406. ]
  407. },
  408. {
  409. "root": "pay",
  410. "pages": [
  411. {
  412. "path": "pay",
  413. "style": {
  414. "navigationBarTitleText": "提交订单"
  415. }
  416. },
  417. {
  418. "path": "pay1",
  419. "style": {
  420. "navigationBarTitleText": "提交订单"
  421. }
  422. },
  423. {
  424. "path": "offlinePayment",
  425. "style": {
  426. "navigationBarTitleText": "支付订单"
  427. }
  428. },
  429. {
  430. "path": "coupon",
  431. "style": {
  432. "navigationBarTitleText": "优惠券"
  433. }
  434. }
  435. ]
  436. }
  437. ],
  438. "tabBar": {
  439. "color": "#AAAAAA",
  440. "selectedColor": "#0084CF",
  441. "backgroundColor": "#fff",
  442. "custom": true,
  443. "list": [
  444. {
  445. "pagePath": "pages/index/index"
  446. },
  447. {
  448. "pagePath": "pages/activity/index"
  449. },
  450. {
  451. "pagePath": "pages/my/index"
  452. },
  453. {
  454. "pagePath": "pages/life/index"
  455. }
  456. ]
  457. },
  458. "globalStyle": {
  459. "navigationBarTextStyle": "black",
  460. "navigationBarTitleText": "uni-app",
  461. "navigationBarBackgroundColor": "#fff",
  462. "backgroundColor": "#F8F8F8"
  463. },
  464. "uniIdRouter": {}
  465. }