pages.json 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401
  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/cate/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": "bank",
  65. "style": {
  66. "navigationBarTitleText": "添加银行卡"
  67. }
  68. },
  69. {
  70. "path": "zfb",
  71. "style": {
  72. "navigationBarTitleText": "添加支付宝"
  73. }
  74. },
  75. {
  76. "path": "wx",
  77. "style": {
  78. "navigationBarTitleText": "添加微信"
  79. }
  80. }
  81. ]
  82. },
  83. {
  84. "root": "pages/hall",
  85. "name": "hall",
  86. "pages": [
  87. {
  88. "path": "gsell",
  89. "style": {
  90. "navigationBarTitleText": "挂售"
  91. }
  92. },
  93. {
  94. "path": "hallpay",
  95. "style": {
  96. "navigationBarTitleText": "支付"
  97. }
  98. },
  99. {
  100. "path": "hall",
  101. "style": {
  102. "navigationBarTitleText": "会馆",
  103. "app-plus": {
  104. "titleNView": false
  105. }
  106. }
  107. }
  108. ]
  109. },{
  110. "root": "pages/address",
  111. "name": "address",
  112. "pages": [
  113. {
  114. "path": "address",
  115. "style": {
  116. "navigationBarTitleText": "添加收货地址"
  117. }
  118. },
  119. {
  120. "path": "addressManage",
  121. "style": {
  122. "navigationBarTitleText": "新增收货地址"
  123. }
  124. }
  125. ]
  126. },
  127. {
  128. "root": "pages/index",
  129. "name": "index",
  130. "pages": [
  131. {
  132. "path": "downLoad",
  133. "style": {
  134. "navigationBarTitleText": "下载",
  135. "app-plus": {
  136. "titleNView": false
  137. }
  138. }
  139. },
  140. {
  141. "path": "message",
  142. "style": {
  143. "navigationBarTitleText": "官方公告"
  144. }
  145. },
  146. {
  147. "path": "product",
  148. "style": {
  149. "navigationBarTitleText": "商品详情"
  150. }
  151. },
  152. {
  153. "path": "artDetail",
  154. "style": {
  155. "navigationBarTitleText": "详情"
  156. }
  157. },
  158. {
  159. "path": "messageInfo",
  160. "style": {
  161. "navigationBarTitleText": "公告详情"
  162. }
  163. },
  164. {
  165. "path": "category",
  166. "style": {
  167. "navigationBarTitleText": "分类"
  168. }
  169. }
  170. ]
  171. },
  172. {
  173. "root": "pages/money",
  174. "name": "money",
  175. "pages": [
  176. {
  177. "path": "qudou",
  178. "style": {
  179. "navigationBarTitleText": "我的积分",
  180. "enablePullDownRefresh": false,
  181. "app-plus": {
  182. "titleNView": false
  183. }
  184. }
  185. },
  186. {
  187. "path": "moneyPwd",
  188. "style": {
  189. "navigationBarTitleText": "交易密码",
  190. "navigationBarBackgroundColor": "#FFFFFF",
  191. "navigationBarTextStyle": "black"
  192. }
  193. },
  194. {
  195. "path": "withdrawal",
  196. "style": {
  197. "navigationBarTitleText": "提现"
  198. }
  199. },
  200. {
  201. "path": "recharge",
  202. "style": {
  203. "navigationBarTitleText": "充值"
  204. }
  205. },
  206. {
  207. "path": "success",
  208. "style": {
  209. "navigationBarTitleText": "提交成功"
  210. }
  211. }
  212. ]
  213. },
  214. {
  215. "root": "pages/user",
  216. "name": "user",
  217. "pages": [
  218. {
  219. "path": "mygs",
  220. "style": {
  221. "navigationBarTitleText": "我的收益",
  222. "app-plus": {
  223. "titleNView": false
  224. }
  225. }
  226. },
  227. {
  228. "path": "award",
  229. "style": {
  230. "navigationBarTitleText": "奖励明细",
  231. "app-plus": {
  232. "titleNView": {
  233. "type": "transparent"
  234. }
  235. }
  236. }
  237. },
  238. {
  239. "path": "sucai",
  240. "style": {
  241. "navigationBarTitleText": "我的素材"
  242. }
  243. },
  244. {
  245. "path": "shareQrCode",
  246. "style": {
  247. "navigationBarTitleText": "邀请好友"
  248. }
  249. }
  250. ]
  251. },
  252. {
  253. "root": "pages/set",
  254. "name": "set",
  255. "pages": [
  256. {
  257. "path": "set",
  258. "style": {
  259. "navigationBarTitleText": "设置"
  260. }
  261. },
  262. {
  263. "path": "password",
  264. "style": {
  265. "navigationBarTitleText": "修改密码"
  266. }
  267. },
  268. {
  269. "path": "userinfo",
  270. "style": {
  271. "navigationBarTitleText": "修改资料"
  272. }
  273. }
  274. ]
  275. },
  276. {
  277. "root": "pages/public",
  278. "name": "public",
  279. "pages": [
  280. {
  281. "path": "forget",
  282. "style": {
  283. "navigationBarTitleText": "忘记密码",
  284. "app-plus": {
  285. "titleNView": {
  286. "type": "transparent"
  287. }
  288. }
  289. }
  290. },
  291. {
  292. "path": "login",
  293. "style": {
  294. "navigationBarTitleText": "登录",
  295. "app-plus": {
  296. "titleNView": {
  297. "type": "transparent"
  298. }
  299. }
  300. }
  301. },
  302. {
  303. "path": "register",
  304. "style": {
  305. "navigationBarTitleText": "注册",
  306. "app-plus": {
  307. "titleNView": {
  308. "type": "transparent"
  309. }
  310. }
  311. }
  312. }
  313. ]
  314. },
  315. {
  316. "root": "pages/order",
  317. "name": "order",
  318. "pages": [
  319. {
  320. "path": "order",
  321. "style": {
  322. "navigationBarTitleText": "我的订单",
  323. "app-plus": {
  324. "bounce": "none"
  325. }
  326. }
  327. },
  328. {
  329. "path": "refundOrder",
  330. "style": {
  331. "navigationBarTitleText": "退款订单",
  332. "app-plus": {
  333. "bounce": "none"
  334. }
  335. }
  336. },
  337. {
  338. "path": "orderDetail",
  339. "style": {
  340. "navigationBarTitleText": "订单详情",
  341. "app-plus": {
  342. "bounce": "none"
  343. }
  344. }
  345. },
  346. {
  347. "path": "orderRefund",
  348. "style": {
  349. "navigationBarTitleText": "申请退款"
  350. }
  351. },
  352. {
  353. "path": "createOrder",
  354. "style": {
  355. "navigationBarTitleText": "创建订单"
  356. }
  357. }
  358. ]
  359. }
  360. ],
  361. "globalStyle": {
  362. "navigationBarTextStyle": "black",
  363. "navigationBarTitleText": "uni-app",
  364. "navigationBarBackgroundColor": "#FFFFFF",
  365. "backgroundColor": "#f8f8f8"
  366. },
  367. "tabBar": {
  368. "color": "#C0C4CC",
  369. "selectedColor": "#000000",
  370. "borderStyle": "black",
  371. "backgroundColor": "#ffffff",
  372. "list": [{
  373. "pagePath": "pages/index/index",
  374. "iconPath": "static/tabBar/tab-home.png",
  375. "selectedIconPath": "static/tabBar/tab-home-current.png",
  376. "text": "首页"
  377. },
  378. {
  379. "pagePath": "pages/hall/halllist",
  380. "iconPath": "static/tabBar/tab-cate.png",
  381. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  382. "text": "参赛"
  383. },
  384. {
  385. "pagePath": "pages/cate/order",
  386. "iconPath": "static/tabBar/tab-pink.png",
  387. "selectedIconPath": "static/tabBar/tab-pink-current.png",
  388. "text": "我的订单"
  389. },
  390. {
  391. "pagePath": "pages/user/user",
  392. "iconPath": "static/tabBar/tab-my.png",
  393. "selectedIconPath": "static/tabBar/tab-my-current.png",
  394. "text": "我的"
  395. }
  396. ]
  397. }
  398. }