pages.json 11 KB

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