pages.json 6.6 KB

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