pages.json 7.4 KB

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