pages.json 5.6 KB

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