pages.json 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "navigationBarTitleText": "响亮商城",
  9. "app-plus": {
  10. "titleNView": false
  11. }
  12. }
  13. },
  14. {
  15. "path": "pages/index/sign",
  16. "style": {
  17. "navigationBarTitleText": "每日签到",
  18. "app-plus": {
  19. "titleNView": {
  20. "type": "transparent"
  21. }
  22. }
  23. }
  24. },
  25. {
  26. "path": "pages/index/sign1",
  27. "style": {
  28. "navigationBarTitleText": "每日签到",
  29. "app-plus": {
  30. "titleNView": false
  31. }
  32. }
  33. },
  34. {
  35. "path": "pages/public/register",
  36. "style": {
  37. "navigationBarTitleText": "注册",
  38. "app-plus": {
  39. "titleNView": {
  40. "type": "transparent"
  41. }
  42. }
  43. }
  44. },
  45. {
  46. "path": "pages/user/jiedianDetails",
  47. "style": {
  48. "navigationBarTitleText": "节点团队",
  49. "app-plus": {
  50. "titleNView": {
  51. "type": "transparent"
  52. }
  53. }
  54. }
  55. },
  56. {
  57. "path": "pages/public/login",
  58. "style": {
  59. "navigationBarTitleText": "登录",
  60. "app-plus": {
  61. "titleNView": {
  62. "type": "transparent"
  63. }
  64. }
  65. }
  66. },
  67. {
  68. "path": "pages/public/wxLogin",
  69. "style": {
  70. "navigationBarTitleText": "微信登录",
  71. "app-plus": {
  72. "titleNView": {
  73. "type": "transparent"
  74. }
  75. }
  76. }
  77. },
  78. {
  79. "path": "pages/public/forget",
  80. "style": {
  81. "navigationBarTitleText": "忘记密码",
  82. "app-plus": {
  83. "titleNView": {
  84. "type": "transparent"
  85. }
  86. }
  87. }
  88. },
  89. {
  90. "path": "pages/user/jiedian",
  91. "style": {
  92. "navigationBarTitleText": "我的节点"
  93. }
  94. },
  95. {
  96. "path": "pages/user/team",
  97. "style": {
  98. "navigationBarTitleText": "我的推广"
  99. }
  100. },
  101. {
  102. "path": "pages/user/cash",
  103. "style": {
  104. "navigationBarTitleText": "我的现金"
  105. }
  106. },
  107. {
  108. "path": "pages/money/withdmoenys",
  109. "style": {
  110. "navigationBarTitleText": "响亮积分转账"
  111. }
  112. },
  113. {
  114. "path": "pages/product/groupBooking/index",
  115. "style": {
  116. "enablePullDownRefresh": true,
  117. "navigationBarTitleText": "超值拼团"
  118. }
  119. },
  120. {
  121. "path": "pages/product/groupBooking/detail",
  122. "style": {
  123. "navigationBarTitleText": "拼团列表",
  124. "app-plus": {
  125. "titleNView": {
  126. "type": "transparent"
  127. }
  128. }
  129. }
  130. },
  131. {
  132. "path": "pages/product/groupBooking/productCollage", //拼团商品
  133. "style": {
  134. "app-plus": {
  135. "titleNView": {
  136. "type": "transparent"
  137. }
  138. },
  139. "navigationBarTitleText": "商品详情"
  140. }
  141. },
  142. {
  143. "path": "pages/product/groupBooking/inviteImg",
  144. "style": {
  145. "navigationBarTitleText": "拼团邀请图",
  146. "app-plus": {
  147. "titleNView": false
  148. }
  149. }
  150. },
  151. {
  152. "path": "pages/product/groupBooking/productGroup",
  153. "style": {
  154. "navigationBarTitleText": "拼团详情展示",
  155. "app-plus": {
  156. "titleNView": {
  157. "type": "transparent"
  158. }
  159. }
  160. }
  161. },
  162. // {
  163. // "path": "pages/product/groupBooking/groupdetails",
  164. // "style": {
  165. // "navigationBarTitleText": "拼团详情",
  166. // "app-plus": {
  167. // "titleNView": false
  168. // }
  169. // }
  170. // },
  171. {
  172. "path": "pages/product/reply",
  173. "style": {
  174. "navigationBarTitleText": "商品评价",
  175. "app-plus": {
  176. "titleNView": {
  177. "type": "transparent"
  178. }
  179. }
  180. }
  181. },
  182. {
  183. "path": "pages/product/product",
  184. "style": {
  185. "navigationBarTitleText": "详情展示",
  186. "app-plus": {
  187. "titleNView": {
  188. "type": "transparent"
  189. }
  190. }
  191. }
  192. },
  193. {
  194. "path": "pages/product/seckill",
  195. "style": {
  196. "navigationBarTitleText": "限时秒杀"
  197. }
  198. },
  199. {
  200. "path": "pages/product/list",
  201. "style": {
  202. "enablePullDownRefresh": true,
  203. "navigationBarTitleText": "商品列表"
  204. }
  205. },
  206. {
  207. "path": "pages/product/search",
  208. "style": {
  209. "enablePullDownRefresh": true,
  210. // #ifdef APP-PLUS
  211. "navigationStyle": "custom",
  212. // #endif
  213. // #ifndef MP || APP-PLUS
  214. "app-plus": {
  215. "titleNView": {
  216. "searchInput": {
  217. "backgroundColor": "rgba(231, 231, 231,.7)",
  218. "borderRadius": "16px",
  219. "placeholder": "请输入关键字",
  220. "disabled": false,
  221. "placeholderColor": "#606266",
  222. "align": "left"
  223. },
  224. "buttons": [{
  225. "text": "搜索",
  226. "fontSize": "14",
  227. "color": "#303133",
  228. "background": "rgba(0,0,0,0)",
  229. "width": "40px"
  230. }]
  231. }
  232. },
  233. // #endif
  234. "navigationBarTitleText": "搜索"
  235. }
  236. },
  237. {
  238. "path": "pages/product/classify",
  239. "style": {
  240. "navigationStyle": "custom",
  241. "app-plus": {
  242. "titleNView": {
  243. "type": "transparent"
  244. }
  245. }
  246. }
  247. },
  248. {
  249. "path": "pages/set/set",
  250. "style": {
  251. "navigationBarTitleText": "设置"
  252. }
  253. },
  254. {
  255. "path": "pages/set/address",
  256. "style": {
  257. "navigationBarTitleText": "收货地址"
  258. }
  259. },
  260. {
  261. "path": "pages/set/addressManage",
  262. "style": {
  263. "navigationBarTitleText": ""
  264. }
  265. },
  266. {
  267. "path": "pages/set/phone",
  268. "style": {
  269. "navigationBarTitleText": "绑定手机号"
  270. }
  271. },
  272. {
  273. "path": "pages/set/user",
  274. "style": {
  275. "navigationBarTitleText": "绑定上级"
  276. }
  277. },
  278. {
  279. "path": "pages/set/password",
  280. "style": {
  281. "navigationBarTitleText": "修改密码"
  282. }
  283. },
  284. {
  285. "path": "pages/set/userinfo",
  286. "style": {
  287. "navigationBarTitleText": "修改资料"
  288. }
  289. }, {
  290. "path": "pages/cart/cart",
  291. "style": {
  292. "navigationBarTitleText": "购物车"
  293. }
  294. },
  295. {
  296. "path": "pages/user/user",
  297. "style": {
  298. // #ifndef MP-WEIXIN
  299. "navigationStyle": "custom",
  300. // "app-plus": {
  301. // "bounce": "none",
  302. // "titleNView": {
  303. // "type": "transparent",
  304. // "buttons": [{
  305. // "fontSrc": "/static/yticon.ttf",
  306. // "text": "\ue60f",
  307. // "fontSize": "24",
  308. // "color": "#303133",
  309. // "width": "46px",
  310. // "background": "rgba(0,0,0,0)"
  311. // },
  312. // {
  313. // "fontSrc": "/static/yticon.ttf",
  314. // "text": "\ue744",
  315. // "fontSize": "28",
  316. // "color": "#303133",
  317. // "background": "rgba(0,0,0,0)",
  318. // "redDot": true
  319. // }
  320. // ]
  321. // }
  322. // },
  323. // #endif
  324. "navigationBarTitleText": "个人中心"
  325. }
  326. },
  327. {
  328. "path": "pages/user/award",
  329. "style": {
  330. "navigationBarTitleText": "奖励明细",
  331. "app-plus": {
  332. "titleNView": {
  333. "type": "transparent"
  334. }
  335. }
  336. }
  337. },
  338. {
  339. "path": "pages/user/withdrawal",
  340. "style": {
  341. "navigationBarTitleText": "奖励提现"
  342. }
  343. },
  344. {
  345. "path": "pages/user/notice",
  346. "style": {
  347. "navigationBarTitleText": "通知"
  348. }
  349. },
  350. {
  351. "path": "pages/user/favorites",
  352. "style": {
  353. "navigationBarTitleText": "收藏夹"
  354. }
  355. }, {
  356. "path": "pages/user/coupon",
  357. "style": {
  358. "navigationBarTitleText": "我的卡卷"
  359. }
  360. },
  361. {
  362. "path": "pages/user/scoreAccumulate",
  363. "style": {
  364. "navigationBarTitleText": "响亮积分明细"
  365. }
  366. },
  367. {
  368. "path": "pages/user/mygx",
  369. "style": {
  370. "navigationBarTitleText": "我的贡献"
  371. }
  372. },
  373. {
  374. "path": "pages/order/order",
  375. "style": {
  376. "navigationBarTitleText": "我的订单",
  377. "app-plus": {
  378. "bounce": "none"
  379. }
  380. }
  381. },
  382. {
  383. "path": "pages/order/expressInfo",
  384. "style": {
  385. "navigationBarTitleText": "快递详情"
  386. }
  387. },
  388. {
  389. "path": "pages/order/orderDetail",
  390. "style": {
  391. "navigationBarTitleText": "订单详情",
  392. "app-plus": {
  393. "bounce": "none"
  394. }
  395. }
  396. },
  397. {
  398. "path": "pages/order/evaluate",
  399. "style": {
  400. "navigationBarTitleText": "评论"
  401. }
  402. },
  403. {
  404. "path": "pages/order/orderRefund",
  405. "style": {
  406. "navigationBarTitleText": "申请退款"
  407. }
  408. },
  409. {
  410. "path": "pages/order/createOrder",
  411. "style": {
  412. "navigationBarTitleText": "创建订单"
  413. }
  414. }, {
  415. "path": "pages/money/pay",
  416. "style": {
  417. "navigationBarTitleText": "支付"
  418. }
  419. },
  420. {
  421. "path": "pages/money/paySuccess",
  422. "style": {
  423. "navigationBarTitleText": "支付成功"
  424. }
  425. },
  426. {
  427. "path": "pages/money/wallet",
  428. "style": {
  429. "navigationBarTitleText": "我的钱包",
  430. "app-plus": {
  431. "titleNView": {
  432. "type": "transparent"
  433. }
  434. }
  435. }
  436. },
  437. {
  438. "path": "pages/money/account",
  439. "style": {
  440. "navigationBarTitleText": "提现账号"
  441. }
  442. },
  443. {
  444. "path": "pages/money/withdrawal",
  445. "style": {
  446. "navigationBarTitleText": "提现"
  447. }
  448. },
  449. {
  450. "path": "pages/money/recharge",
  451. "style": {
  452. "navigationBarTitleText": "充值"
  453. }
  454. },
  455. {
  456. "path": "pages/category/category",
  457. "style": {
  458. // #ifdef APP-PLUS
  459. "navigationStyle": "custom",
  460. // #endif
  461. // #ifndef MP
  462. "app-plus": {
  463. "bounce": "none",
  464. "titleNView": {
  465. "searchInput": {
  466. "backgroundColor": "rgba(231, 231, 231,.7)",
  467. "borderRadius": "16px",
  468. "placeholder": "商品搜索",
  469. "disabled": true,
  470. "placeholderColor": "#606266",
  471. "align": "left"
  472. }
  473. }
  474. },
  475. // #endif
  476. "navigationBarTitleText": "分类"
  477. }
  478. },
  479. {
  480. "path": "pages/redirect/redirect",
  481. "style": {
  482. "navigationBarTitleText": "微信登录跳转页面",
  483. "app-plus": {
  484. "titleNView": false
  485. }
  486. }
  487. },
  488. {
  489. "path": "pages/category/business",
  490. "style": {
  491. "navigationBarTitleText": "商圈"
  492. }
  493. },
  494. {
  495. "path": "pages/game/game",
  496. "style": {
  497. "navigationBarTitleText": "响亮游戏"
  498. }
  499. },
  500. {
  501. "path": "pages/user/shareQrCode",
  502. "style": {
  503. "navigationBarTitleText": "邀请好友"
  504. }
  505. }
  506. ],
  507. "subPackages": [{
  508. "root": "pages/activity",
  509. "name": "activity",
  510. "pages": [{
  511. "path": "goods_bargain/index",
  512. "style": {
  513. "navigationStyle": "custom"
  514. // #ifdef MP
  515. ,
  516. "navigationBarTextStyle": "#fff"
  517. // #endif
  518. }
  519. },
  520. {
  521. "path": "goods_bargain_details/index",
  522. "style": {
  523. "navigationStyle": "custom"
  524. // #ifdef MP
  525. ,
  526. "navigationBarTextStyle": "#fff"
  527. // #endif
  528. }
  529. },
  530. {
  531. "path": "bargain/index",
  532. "style": {
  533. "navigationBarTitleText": "砍价记录"
  534. }
  535. }
  536. ]
  537. }],
  538. "globalStyle": {
  539. "navigationBarTextStyle": "black",
  540. "navigationBarTitleText": "响亮商城",
  541. "navigationBarBackgroundColor": "#FFFFFF",
  542. "backgroundColor": "#f8f8f8",
  543. //#ifdef H5
  544. "navigationStyle": "custom"
  545. //#endif
  546. },
  547. "tabBar": {
  548. "color": "#666666",
  549. "selectedColor": "#f65067",
  550. "borderStyle": "black",
  551. "backgroundColor": "#ffffff",
  552. "list": [{
  553. "pagePath": "pages/index/index",
  554. "iconPath": "static/tabBar/tab-home.png",
  555. "selectedIconPath": "static/tabBar/tab-home-current.png",
  556. "text": "首页"
  557. },
  558. {
  559. "pagePath": "pages/category/business",
  560. "iconPath": "static/tabBar/tab-cate.png",
  561. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  562. "text": "商圈"
  563. },
  564. {
  565. "pagePath": "pages/game/game",
  566. "iconPath": "static/tabBar/tab-cate.png",
  567. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  568. "text": "响亮游戏"
  569. },
  570. {
  571. "pagePath": "pages/cart/cart",
  572. "iconPath": "static/tabBar/tab-cart.png",
  573. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  574. "text": "购物车"
  575. },
  576. {
  577. "pagePath": "pages/user/user",
  578. "iconPath": "static/tabBar/tab-my.png",
  579. "selectedIconPath": "static/tabBar/tab-my-current.png",
  580. "text": "我的"
  581. }
  582. ]
  583. }
  584. }