pages.json 9.5 KB

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