pages.json 8.3 KB

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