pages.json 10 KB

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