pages.json 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  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/visitorIndex",
  16. "style": {
  17. "navigationBarTitleText": "慧研学惠生活",
  18. "navigationStyle":"custom"
  19. }
  20. },
  21. {
  22. "path": "pages/service/index",
  23. "style": {
  24. "navigationBarTitleText": "客服",
  25. "enablePullDownRefresh": false
  26. }
  27. },
  28. {
  29. "path": "pages/service/chatRoom",
  30. "style": {
  31. "navigationBarTitleText": "在线客服",
  32. "enablePullDownRefresh": false
  33. }
  34. },
  35. {
  36. "path": "pages/my/index",
  37. "style": {
  38. "navigationStyle":"custom",
  39. "navigationBarTitleText": "我的",
  40. "enablePullDownRefresh": false
  41. // "backgroundColor":"#f1f1f1"
  42. }
  43. }
  44. ,{
  45. "path" : "pages/index/position",
  46. "style" :
  47. {
  48. "navigationBarTitleText": "",
  49. "enablePullDownRefresh": false
  50. }
  51. }
  52. ],
  53. "subPackages": [ //分包
  54. {
  55. "root": "detail",
  56. "pages": [{
  57. "path": "shopDetail/shopDetail",
  58. "style": {
  59. "navigationBarTitleText": "店铺详情"
  60. }
  61. },
  62. {
  63. "path": "discountsDetail/index",
  64. "style": {
  65. "navigationBarTitleText": "优惠详情"
  66. }
  67. },
  68. {
  69. "path": "qrcode/index",
  70. "style": {
  71. "navigationBarTitleText": "出示二维码"
  72. }
  73. }
  74. ]
  75. },
  76. {
  77. "root": "my",
  78. "pages": [{
  79. "path": "coupon/index",
  80. "style": {
  81. "navigationBarTitleText": "优惠券"
  82. }
  83. },
  84. {
  85. "path": "edit/edit",
  86. "style": {
  87. "navigationBarTitleText": "账号设置"
  88. }
  89. },
  90. {
  91. "path": "edit/editName",
  92. "style": {
  93. "navigationBarTitleText": "账号设置"
  94. }
  95. },
  96. {
  97. "path": "card/index",
  98. "style": {
  99. "navigationBarTitleText": "卡包"
  100. }
  101. },
  102. {
  103. "path": "order/index",
  104. "style": {
  105. "navigationBarTitleText": "全部订单"
  106. }
  107. },
  108. {
  109. "path": "order/detail",
  110. "style": {
  111. "navigationBarTitleText": "订单详情"
  112. }
  113. },
  114. {
  115. "path": "favorite/index",
  116. "style": {
  117. "navigationBarTitleText": "我的收藏"
  118. }
  119. }
  120. ]
  121. },
  122. {
  123. "root": "combo",
  124. "pages": [{
  125. "path": "combo/combo",
  126. "style": {
  127. "navigationBarTitleText": "移动便捷生活"
  128. }
  129. }
  130. ]
  131. },
  132. {
  133. "root": "login",
  134. "pages": [{
  135. "path": "login/login",
  136. "style": {
  137. "navigationBarTitleText": "移动便捷生活"
  138. }
  139. },
  140. {
  141. "path": "login/otherLogin",
  142. "style": {
  143. "navigationBarTitleText": "添加其他号码"
  144. }
  145. },
  146. {
  147. "path": "login/veriFace",
  148. "style": {
  149. "navigationBarTitleText": "人脸识别"
  150. }
  151. }
  152. ]
  153. },
  154. {
  155. "root": "integral",
  156. "pages": [{
  157. "path": "store",
  158. "style": {
  159. "navigationBarTitleText": "积分权益"
  160. }
  161. },
  162. {
  163. "path": "shop",
  164. "style": {
  165. "navigationBarTitleText": "积分商城"
  166. }
  167. },
  168. {
  169. "path": "logs",
  170. "style": {
  171. "navigationBarTitleText": "积分明细"
  172. }
  173. }
  174. ]
  175. },
  176. {
  177. "root": "verify", //信息确认
  178. "pages": [{
  179. "path": "index",
  180. "style": {
  181. "navigationBarTitleText": "确认套餐",
  182. "disableScroll": true
  183. }
  184. },
  185. {
  186. "path": "activate",
  187. "style": {
  188. "navigationBarTitleText": "激活",
  189. "disableScroll": true
  190. }
  191. }
  192. ]
  193. },
  194. {
  195. "root": "study", //研学
  196. "pages": [
  197. {
  198. "path": "index",
  199. "style": {
  200. "navigationBarTitleText": "慧研学"
  201. }
  202. },
  203. {
  204. "path": "inspect",
  205. "style": {
  206. "navigationBarTitleText": "虚拟考察"
  207. }
  208. },
  209. {
  210. "path": "route",
  211. "style": {
  212. "navigationBarTitleText": "个性路径"
  213. }
  214. },
  215. {
  216. "path": "schedule",
  217. "style": {
  218. "navigationBarTitleText": "学习进度"
  219. }
  220. },
  221. {
  222. "path": "community",
  223. "style": {
  224. "navigationBarTitleText": "互动社区"
  225. }
  226. },
  227. {
  228. "path": "publish",
  229. "style": {
  230. "navigationBarTitleText": "发布"
  231. }
  232. }
  233. ]
  234. }
  235. ],
  236. "tabBar": {
  237. "color": "#0F0F0F",
  238. "selectedColor": "#FE5B47",
  239. "backgroundColor": "#fff",
  240. "list": [{
  241. "iconPath": "static/home_off.png",
  242. "selectedIconPath": "static/home_on.png",
  243. "text": "首页",
  244. "pagePath": "pages/index/index"
  245. },
  246. {
  247. "iconPath": "static/service_off.png",
  248. "selectedIconPath": "static/service_on.png",
  249. "text": "客服",
  250. "pagePath": "pages/service/index"
  251. },
  252. {
  253. "iconPath": "static/my_off.png",
  254. "selectedIconPath": "static/my_on.png",
  255. "text": "我的",
  256. "pagePath": "pages/my/index"
  257. }
  258. ]
  259. },
  260. "globalStyle": {
  261. "navigationBarTextStyle": "black",
  262. "navigationBarTitleText": "uni-app",
  263. "navigationBarBackgroundColor": "#fff",
  264. "backgroundColor": "#F8F8F8"
  265. },
  266. "uniIdRouter": {}
  267. }