pages.json 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [
  6. {
  7. "path": "pages/index/index",
  8. "style": {
  9. "enablePullDownRefresh": true,
  10. // #ifdef MP
  11. "navigationStyle": "custom",
  12. // #endif
  13. // #ifndef MP
  14. "app-plus": {
  15. "titleNView": false
  16. },
  17. // #endif
  18. "navigationBarTitleText": "商城首页"
  19. }
  20. },
  21. {
  22. "path": "pages/index/downLoad",
  23. "style": {
  24. "navigationBarTitleText": "下载",
  25. "app-plus": {
  26. "titleNView": false
  27. }
  28. }
  29. },
  30. {
  31. "path": "pages/product/seckill",
  32. "style": {
  33. "navigationBarTitleText": "限时秒杀"
  34. }
  35. },
  36. {
  37. "path": "pages/public/register",
  38. "style": {
  39. "navigationBarTitleText": "注册",
  40. "app-plus": {
  41. "titleNView": {
  42. "type": "transparent"
  43. }
  44. }
  45. }
  46. }, {
  47. "path": "pages/public/login",
  48. "style": {
  49. "navigationBarTitleText": "登录",
  50. "app-plus": {
  51. "titleNView": {
  52. "type": "transparent"
  53. }
  54. }
  55. }
  56. },
  57. {
  58. "path": "pages/money/moneyPwd",
  59. "style": {
  60. "navigationBarTitleText": "交易密码",
  61. "navigationBarBackgroundColor": "#FFFFFF",
  62. "navigationBarTextStyle": "black"
  63. }
  64. },
  65. {
  66. "path": "pages/collection/collection",
  67. "style": {
  68. "navigationBarTitleText": "支付方式管理"
  69. }
  70. },
  71. {
  72. "path": "pages/collection/bank",
  73. "style": {
  74. "navigationBarTitleText": "添加银行卡"
  75. }
  76. },
  77. {
  78. "path": "pages/collection/zfb",
  79. "style": {
  80. "navigationBarTitleText": "添加支付宝"
  81. }
  82. },
  83. {
  84. "path": "pages/collection/wx",
  85. "style": {
  86. "navigationBarTitleText": "添加微信"
  87. }
  88. },
  89. {
  90. "path": "pages/money/success",
  91. "style": {
  92. "navigationBarTitleText": "提交成功"
  93. }
  94. },
  95. {
  96. "path": "pages/public/wxLogin",
  97. "style": {
  98. "navigationBarTitleText": "微信登录",
  99. "app-plus": {
  100. "titleNView": {
  101. "type": "transparent"
  102. }
  103. }
  104. }
  105. },
  106. {
  107. "path": "pages/user/mygs",
  108. "style": {
  109. "navigationBarTitleText": "我的收益",
  110. "app-plus": {
  111. "titleNView": false
  112. }
  113. }
  114. },
  115. {
  116. "path": "pages/public/forget",
  117. "style": {
  118. "navigationBarTitleText": "忘记密码",
  119. "app-plus": {
  120. "titleNView": {
  121. "type": "transparent"
  122. }
  123. }
  124. }
  125. },
  126. {
  127. "path": "pages/hall/gsell",
  128. "style": {
  129. "navigationBarTitleText": "挂售"
  130. }
  131. },
  132. {
  133. "path": "pages/index/message",
  134. "style": {
  135. "navigationBarTitleText": "官方公告"
  136. }
  137. },
  138. {
  139. "path": "pages/index/artDetail",
  140. "style": {
  141. "navigationBarTitleText": "详情"
  142. }
  143. },
  144. {
  145. "path": "pages/index/messageInfo",
  146. "style": {
  147. "navigationBarTitleText": "公告详情"
  148. }
  149. },
  150. {
  151. "path": "pages/set/set",
  152. "style": {
  153. "navigationBarTitleText": "设置"
  154. }
  155. },
  156. {
  157. "path": "pages/set/password",
  158. "style": {
  159. "navigationBarTitleText": "修改密码"
  160. }
  161. },
  162. {
  163. "path": "pages/set/userinfo",
  164. "style": {
  165. "navigationBarTitleText": "修改资料"
  166. }
  167. },
  168. {
  169. "path": "pages/user/user",
  170. "style": {
  171. "navigationBarTitleText": "个人中心",
  172. "app-plus": {
  173. "titleNView": false
  174. }
  175. }
  176. },
  177. {
  178. "path": "pages/user/award",
  179. "style": {
  180. "navigationBarTitleText": "奖励明细",
  181. "app-plus": {
  182. "titleNView": {
  183. "type": "transparent"
  184. }
  185. }
  186. }
  187. },
  188. {
  189. "path": "pages/user/myfans",
  190. "style": {
  191. "navigationBarTitleText": "我的粉丝"
  192. }
  193. },
  194. {
  195. "path": "pages/order/order",
  196. "style": {
  197. "navigationBarTitleText": "我的订单",
  198. "app-plus": {
  199. "titleNView": false
  200. }
  201. }
  202. },
  203. {
  204. "path": "pages/hall/hallpay",
  205. "style": {
  206. "navigationBarTitleText": "支付"
  207. }
  208. },
  209. {
  210. "path": "pages/money/withdrawal",
  211. "style": {
  212. "navigationBarTitleText": "提现"
  213. }
  214. },
  215. {
  216. "path": "pages/money/recharge",
  217. "style": {
  218. "navigationBarTitleText": "充值"
  219. }
  220. },
  221. {
  222. "path": "pages/hall/hall",
  223. "style": {
  224. "navigationBarTitleText": "会馆",
  225. "app-plus": {
  226. "titleNView": false
  227. }
  228. }
  229. },
  230. {
  231. "path": "pages/hall/halllist",
  232. "style": {
  233. "navigationBarTitleText": "会馆详情",
  234. "app-plus": {
  235. "titleNView": false
  236. }
  237. }
  238. },
  239. {
  240. "path": "pages/user/shareQrCode",
  241. "style": {
  242. "navigationBarTitleText": "邀请好友"
  243. }
  244. },
  245. {
  246. "path": "pages/money/qudou",
  247. "style": {
  248. "navigationBarTitleText": "我的积分",
  249. "enablePullDownRefresh": false,
  250. "app-plus": {
  251. "titleNView": false
  252. }
  253. }
  254. }
  255. ],
  256. "globalStyle": {
  257. "navigationBarTextStyle": "black",
  258. "navigationBarTitleText": "uni-app",
  259. "navigationBarBackgroundColor": "#FFFFFF",
  260. "backgroundColor": "#f8f8f8"
  261. },
  262. "tabBar": {
  263. "color": "#C0C4CC",
  264. "selectedColor": "#000000",
  265. "borderStyle": "black",
  266. "backgroundColor": "#ffffff",
  267. "list": [{
  268. "pagePath": "pages/index/index",
  269. "iconPath": "static/tabBar/tab-home.png",
  270. "selectedIconPath": "static/tabBar/tab-home-current.png",
  271. "text": "首页"
  272. },
  273. {
  274. "pagePath": "pages/hall/halllist",
  275. "iconPath": "static/tabBar/tab-cate.png",
  276. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  277. "text": "参赛"
  278. },
  279. {
  280. "pagePath": "pages/order/order",
  281. "iconPath": "static/tabBar/tab-pink.png",
  282. "selectedIconPath": "static/tabBar/tab-pink-current.png",
  283. "text": "我的订单"
  284. },
  285. {
  286. "pagePath": "pages/user/user",
  287. "iconPath": "static/tabBar/tab-my.png",
  288. "selectedIconPath": "static/tabBar/tab-my-current.png",
  289. "text": "我的"
  290. }
  291. ]
  292. }
  293. }