pages.json 9.7 KB

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