pages.json 11 KB

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