pages.json 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350
  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/order/hallorderDetail",
  50. "style": {
  51. "navigationBarTitleText": "订单详情",
  52. "app-plus": {
  53. "bounce": "none"
  54. }
  55. }
  56. }
  57. ],
  58. // 模块分包
  59. "subPackages": [{
  60. "root": "pages/collection",
  61. "name": "collection",
  62. "pages": [
  63. {
  64. "path": "collection",
  65. "style": {
  66. "navigationBarTitleText": "支付方式管理"
  67. }
  68. },
  69. {
  70. "path": "bank",
  71. "style": {
  72. "navigationBarTitleText": "添加银行卡"
  73. }
  74. },
  75. {
  76. "path": "zfb",
  77. "style": {
  78. "navigationBarTitleText": "添加支付宝"
  79. }
  80. },
  81. {
  82. "path": "wx",
  83. "style": {
  84. "navigationBarTitleText": "添加微信"
  85. }
  86. },
  87. {
  88. "path": "chain",
  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": "yjchange",
  229. "style": {
  230. "navigationBarTitleText": "佣金转账"
  231. }
  232. },
  233. {
  234. "path": "jfchange",
  235. "style": {
  236. "navigationBarTitleText": "积分转账"
  237. }
  238. },
  239. {
  240. "path": "shareQrCode",
  241. "style": {
  242. "navigationBarTitleText": "邀请好友"
  243. }
  244. }
  245. ]
  246. },
  247. {
  248. "root": "pages/set",
  249. "name": "set",
  250. "pages": [
  251. {
  252. "path": "set",
  253. "style": {
  254. "navigationBarTitleText": "设置"
  255. }
  256. },
  257. {
  258. "path": "password",
  259. "style": {
  260. "navigationBarTitleText": "修改密码"
  261. }
  262. },
  263. {
  264. "path": "userinfo",
  265. "style": {
  266. "navigationBarTitleText": "修改资料"
  267. }
  268. }
  269. ]
  270. },
  271. {
  272. "root": "pages/public",
  273. "name": "public",
  274. "pages": [
  275. {
  276. "path": "forget",
  277. "style": {
  278. "navigationBarTitleText": "忘记密码",
  279. "app-plus": {
  280. "titleNView": {
  281. "type": "transparent"
  282. }
  283. }
  284. }
  285. },
  286. {
  287. "path": "login",
  288. "style": {
  289. "navigationBarTitleText": "登录",
  290. "app-plus": {
  291. "titleNView": {
  292. "type": "transparent"
  293. }
  294. }
  295. }
  296. },
  297. {
  298. "path": "register",
  299. "style": {
  300. "navigationBarTitleText": "注册",
  301. "app-plus": {
  302. "titleNView": {
  303. "type": "transparent"
  304. }
  305. }
  306. }
  307. }
  308. ]
  309. }
  310. ],
  311. "globalStyle": {
  312. "navigationBarTextStyle": "black",
  313. "navigationBarTitleText": "uni-app",
  314. "navigationBarBackgroundColor": "#FFFFFF",
  315. "backgroundColor": "#f8f8f8"
  316. },
  317. "tabBar": {
  318. "color": "#C0C4CC",
  319. "selectedColor": "#000000",
  320. "borderStyle": "black",
  321. "backgroundColor": "#ffffff",
  322. "list": [{
  323. "pagePath": "pages/index/index",
  324. "iconPath": "static/tabBar/tab-home.png",
  325. "selectedIconPath": "static/tabBar/tab-home-current.png",
  326. "text": "首页"
  327. },
  328. {
  329. "pagePath": "pages/hall/halllist",
  330. "iconPath": "static/tabBar/tab-cate.png",
  331. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  332. "text": "参赛"
  333. },
  334. {
  335. "pagePath": "pages/order/order",
  336. "iconPath": "static/tabBar/tab-pink.png",
  337. "selectedIconPath": "static/tabBar/tab-pink-current.png",
  338. "text": "我的订单"
  339. },
  340. {
  341. "pagePath": "pages/user/user",
  342. "iconPath": "static/tabBar/tab-my.png",
  343. "selectedIconPath": "static/tabBar/tab-my-current.png",
  344. "text": "我的"
  345. }
  346. ]
  347. }
  348. }