pages.json 11 KB

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