pages.json 13 KB

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