pages.json 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/home",
  8. "style": {
  9. "navigationBarTitleText": "首页",
  10. "navigationStyle": "custom"
  11. }
  12. },
  13. {
  14. "path": "pages/activity/list",
  15. "style": {
  16. "navigationBarTitleText": "活动列表",
  17. "enablePullDownRefresh": false,
  18. "navigationStyle": "custom"
  19. }
  20. },
  21. {
  22. "path": "pages/introduce/introduce",
  23. "style": {
  24. "navigationBarTitleText": "活动介绍",
  25. "enablePullDownRefresh": false,
  26. "navigationStyle": "custom"
  27. }
  28. },
  29. {
  30. "path": "pages/rank/rank",
  31. "style": {
  32. "navigationBarTitleText": "排行榜",
  33. "enablePullDownRefresh": false,
  34. "navigationStyle": "custom"
  35. }
  36. },
  37. {
  38. "path": "pages/mine/mine",
  39. "style": {
  40. "navigationBarTitleText": "我的",
  41. "enablePullDownRefresh": false,
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/shop/shop",
  47. "style": {
  48. "navigationBarTitleText": "积分换礼",
  49. "enablePullDownRefresh": false,
  50. "navigationStyle": "custom"
  51. }
  52. },
  53. {
  54. "path": "pages/test/test",
  55. "style": {
  56. "navigationBarTitleText": "test",
  57. "enablePullDownRefresh": false,
  58. "navigationStyle": "custom"
  59. }
  60. },
  61. {
  62. "path": "pages/activity/activityDetail",
  63. "style": {
  64. "navigationBarTitleText": "作品详情",
  65. "enablePullDownRefresh": false,
  66. "navigationStyle": "custom"
  67. }
  68. },
  69. {
  70. "path": "pages/mine/points/pointsDetail",
  71. "style": {
  72. "navigationBarTitleText": "积分明细",
  73. "enablePullDownRefresh": false,
  74. "navigationStyle": "custom"
  75. // "navigationBarBackgroundColor":"#ee2c34",
  76. // "navigationBarTextStyle":"white"
  77. }
  78. },
  79. {
  80. "path": "pages/mine/info/info",
  81. "style": {
  82. "navigationBarTitleText": "我的资料",
  83. "enablePullDownRefresh": false,
  84. "navigationStyle": "custom"
  85. }
  86. },
  87. {
  88. "path": "pages/mine/my-help/my-help",
  89. "style": {
  90. "navigationBarTitleText": "我的助力",
  91. "enablePullDownRefresh": false,
  92. "navigationStyle": "custom"
  93. }
  94. },
  95. {
  96. "path": "pages/webview/webview",
  97. "style": {
  98. "navigationBarTitleText": "",
  99. "enablePullDownRefresh": false
  100. }
  101. },
  102. {
  103. "path": "pages/auth/result",
  104. "style": {
  105. "navigationBarTitleText": "授权结果",
  106. "enablePullDownRefresh": false,
  107. "navigationStyle": "custom"
  108. }
  109. },
  110. {
  111. "path": "pages/auth/order",
  112. "style": {
  113. "navigationBarTitleText": "",
  114. "enablePullDownRefresh": false
  115. }
  116. },
  117. {
  118. "path": "pages/webview/createOrder",
  119. "style": {
  120. "navigationBarTitleText": "创建订单",
  121. "enablePullDownRefresh": false
  122. }
  123. },
  124. {
  125. "path": "pages/mine/my-help/help-records",
  126. "style": {
  127. "navigationBarTitleText": "热力明细",
  128. "enablePullDownRefresh": false,
  129. "navigationStyle": "custom"
  130. }
  131. },
  132. {
  133. "path": "pages/mine/my-product/my-product",
  134. "style": {
  135. "navigationBarTitleText": "我的作品",
  136. "enablePullDownRefresh": false,
  137. "navigationStyle": "custom"
  138. }
  139. },
  140. {
  141. "path": "pages/webview/auth_result",
  142. "style": {
  143. "navigationBarTitleText": "授权结果",
  144. "enablePullDownRefresh": false,
  145. "navigationStyle": "custom"
  146. }
  147. },
  148. {
  149. "path": "pages/shop/detail",
  150. "style": {
  151. "navigationBarTitleText": "商品详情",
  152. "enablePullDownRefresh": false,
  153. "navigationStyle": "custom"
  154. }
  155. },
  156. {
  157. "path": "pages/webview/point_rule",
  158. "style": {
  159. "navigationBarTitleText": "积分兑换规则",
  160. "enablePullDownRefresh": false
  161. }
  162. },
  163. {
  164. "path": "pages/introduce/notice",
  165. "style": {
  166. "navigationBarTitleText": "投票须知",
  167. "enablePullDownRefresh": false,
  168. "navigationStyle": "custom"
  169. }
  170. },
  171. {
  172. "path": "pages/address/address",
  173. "style": {
  174. "navigationBarTitleText": "用户地址",
  175. "enablePullDownRefresh": false,
  176. "navigationStyle": "custom"
  177. }
  178. },
  179. {
  180. "path": "pages/address/add",
  181. "style": {
  182. "navigationBarTitleText": "添加地址",
  183. "enablePullDownRefresh": false,
  184. "navigationStyle": "custom"
  185. }
  186. },
  187. {
  188. "path": "pages/mine/order/order",
  189. "style": {
  190. "navigationBarTitleText": "我的兑换",
  191. "enablePullDownRefresh": false,
  192. "navigationStyle": "custom"
  193. }
  194. },
  195. {
  196. "path": "pages/mine/logistics/logistics",
  197. "style": {
  198. "navigationBarTitleText": "物流信息",
  199. "enablePullDownRefresh": false
  200. }
  201. },
  202. {
  203. "path": "pages/mine/order/detail",
  204. "style": {
  205. "navigationBarTitleText": "订单详情",
  206. "enablePullDownRefresh": false,
  207. "navigationStyle": "custom"
  208. }
  209. },
  210. {
  211. "path": "pages/apply/apply",
  212. "style": {
  213. "navigationBarTitleText": "我要报名",
  214. "enablePullDownRefresh": false,
  215. "navigationStyle": "custom"
  216. }
  217. },
  218. {
  219. "path": "pages/mine/info/change-phone",
  220. "style": {
  221. "navigationBarTitleText": "手机号",
  222. "enablePullDownRefresh": false,
  223. "navigationStyle": "custom"
  224. }
  225. }, {
  226. "path": "pages/mine/setting/setting",
  227. "style": {
  228. "navigationBarTitleText": "设置",
  229. "enablePullDownRefresh": false,
  230. "navigationStyle": "custom"
  231. }
  232. }
  233. ,{
  234. "path" : "components/filterBar/filterBar",
  235. "style" :
  236. {
  237. "navigationBarTitleText": "",
  238. "enablePullDownRefresh": false
  239. }
  240. }
  241. ,{
  242. "path" : "pages/webview/payOrder",
  243. "style" :
  244. {
  245. "navigationBarTitleText": "",
  246. "enablePullDownRefresh": false
  247. }
  248. }
  249. ,{
  250. "path" : "pages/payResult/payResult",
  251. "style" :
  252. {
  253. "navigationBarTitleText": "支付结果",
  254. "enablePullDownRefresh": false,
  255. "app-plus":{
  256. "titleNView": false // 去掉APP、H5的顶部导航
  257. }
  258. }
  259. }
  260. ,{
  261. "path" : "pages/study/list",
  262. "style" :
  263. {
  264. "navigationBarTitleText": "",
  265. "navigationStyle": "custom"
  266. }
  267. }
  268. ,{
  269. "path" : "pages/study/detail",
  270. "style" :
  271. {
  272. "navigationBarTitleText": "活动详情",
  273. "navigationStyle": "custom"
  274. }
  275. }
  276. ],
  277. "tabBar": {
  278. "list": [{
  279. "pagePath": "pages/index/home"
  280. },
  281. {
  282. "pagePath": "pages/shop/shop"
  283. },
  284. {
  285. "pagePath": "pages/mine/mine"
  286. }
  287. ]
  288. },
  289. // "tabBar": {
  290. // "color": "#555555",
  291. // "backgroundColor": "#FFFFFF",
  292. // "borderStyle": "white",
  293. // "selectedColor": "#222222",
  294. // "list": [
  295. // {
  296. // "pagePath": "pages/index/home",
  297. // "text": "首页",
  298. // "selectedIconPath": "static/tarbar/shouye.png",
  299. // "iconPath": "static/tarbar/shouye0.png"
  300. // },
  301. // {
  302. // "pagePath": "pages/shop/shop",
  303. // "text": "积分换礼",
  304. // "selectedIconPath": "static/tarbar/shangcheng.png",
  305. // "iconPath": "static/tarbar/shangcheng0.png"
  306. // },
  307. // {
  308. // "pagePath": "pages/mine/mine",
  309. // "text": "我的",
  310. // "selectedIconPath": "static/tarbar/wode.png",
  311. // "iconPath": "static/tarbar/wode0.png"
  312. // }
  313. // ]
  314. // },
  315. "globalStyle": {
  316. "navigationBarTextStyle": "black",
  317. "navigationBarTitleText": "uni-app",
  318. "navigationBarBackgroundColor": "#FFFFFF",
  319. "backgroundColor": "#FFFFFF"
  320. }
  321. }