pages.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721
  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. "path": "pages/public/register",
  15. "style": {
  16. "navigationBarTitleText": "注册",
  17. "app-plus": {
  18. "titleNView": {
  19. "type": "transparent"
  20. }
  21. }
  22. }
  23. },
  24. {
  25. "path": "pages/moments/details",
  26. "style": {
  27. "navigationBarTitleText": "文章页",
  28. "app-plus": {
  29. "titleNView": false
  30. }
  31. }
  32. },
  33. {
  34. "path": "pages/public/login",
  35. "style": {
  36. "navigationBarTitleText": "登录",
  37. "app-plus": {
  38. "titleNView": {
  39. "type": "transparent"
  40. }
  41. }
  42. }
  43. },
  44. {
  45. "path": "pages/public/wxLogin",
  46. "style": {
  47. "navigationBarTitleText": "微信登录",
  48. "app-plus": {
  49. "titleNView": {
  50. "type": "transparent"
  51. }
  52. }
  53. }
  54. },
  55. {
  56. "path": "pages/public/forget",
  57. "style": {
  58. "navigationBarTitleText": "忘记密码",
  59. "app-plus": {
  60. "titleNView": {
  61. "type": "transparent"
  62. }
  63. }
  64. }
  65. }, {
  66. "path": "pages/product/classify",
  67. "style": {
  68. "navigationStyle": "custom",
  69. "app-plus": {
  70. "titleNView": {
  71. "type": "transparent"
  72. }
  73. }
  74. }
  75. }, {
  76. "path": "pages/product/giftBag",
  77. "style": {
  78. "navigationBarTitleText": "联盟礼包"
  79. }
  80. }, {
  81. "path": "pages/myteam/myteam",
  82. "style": {
  83. "navigationBarTitleText": "我的团队",
  84. "app-plus":{
  85. "titleNView": false
  86. }
  87. }
  88. },
  89. {
  90. "path": "pages/merchant/merchant",
  91. "style": {
  92. "navigationBarTextStyle": "white",
  93. "navigationBarBackgroundColor": "#75E5B6",
  94. "navigationBarTitleText": "商家中心",
  95. "app-plus": {
  96. "titleNView": {
  97. //隐藏title
  98. // "type": "transparent"
  99. }
  100. }
  101. }
  102. },
  103. {
  104. "path": "pages/merchant/order",
  105. "style": {
  106. "navigationBarTitleText": "订单管理",
  107. "navigationBarBackgroundColor": "#52C696",
  108. "navigationBarTextStyle": "white"
  109. }
  110. },
  111. {
  112. "path": "pages/product/product",
  113. "style": {
  114. "navigationBarTitleText": "详情展示",
  115. "app-plus": {
  116. "titleNView": {
  117. "type": "transparent"
  118. }
  119. }
  120. }
  121. }, {
  122. "path": "pages/product/search",
  123. "style": {
  124. "enablePullDownRefresh": true,
  125. // #ifdef MP
  126. "navigationStyle": "custom",
  127. // #endif
  128. // #ifndef MP
  129. "app-plus": {
  130. "titleNView": {
  131. "searchInput": {
  132. "backgroundColor": "rgba(231, 231, 231,.7)",
  133. "borderRadius": "16px",
  134. "placeholder": "请输入关键字",
  135. "disabled": false,
  136. "placeholderColor": "#606266",
  137. "align": "left"
  138. },
  139. "buttons": [{
  140. "text": "搜索",
  141. "fontSize": "14",
  142. "color": "#303133",
  143. "background": "rgba(0,0,0,0)",
  144. "width": "40px"
  145. }]
  146. }
  147. },
  148. // #endif
  149. "navigationBarTitleText": "搜索"
  150. }
  151. },
  152. {
  153. "path": "pages/set/about",
  154. "style": {
  155. "navigationBarTitleText": "关于我们"
  156. }
  157. },
  158. {
  159. "path": "pages/product/reply",
  160. "style": {
  161. "navigationBarTitleText": "评论"
  162. }
  163. }, {
  164. "path": "pages/order/evaluate",
  165. "style": {
  166. "navigationBarTitleText": "评论"
  167. }
  168. },
  169. {
  170. "path": "pages/userinfo/userinfo",
  171. "style": {
  172. "navigationBarTitleText": "修改资料"
  173. }
  174. }, {
  175. "path": "pages/cart/cart",
  176. "style": {
  177. "navigationBarTitleText": "购物车"
  178. }
  179. }, {
  180. "path": "pages/user/user",
  181. "style": {
  182. // #ifndef MP-WEIXIN
  183. "navigationStyle": "custom",
  184. "app-plus": {
  185. "bounce": "none",
  186. "titleNView": false
  187. // {
  188. // "type": "transparent",
  189. // "buttons": [{
  190. // "fontSrc": "/static/yticon.ttf",
  191. // "text": "\ue60f",
  192. // "fontSize": "24",
  193. // "color": "#303133",
  194. // "width": "46px",
  195. // "background": "rgba(0,0,0,0)"
  196. // },
  197. // {
  198. // "fontSrc": "/static/yticon.ttf",
  199. // "text": "\ue744",
  200. // "fontSize": "28",
  201. // "color": "#303133",
  202. // "background": "rgba(0,0,0,0)",
  203. // "redDot": true
  204. // }
  205. // ]
  206. // }
  207. },
  208. // #endif
  209. "navigationBarTitleText": "个人中心"
  210. }
  211. }, {
  212. "path": "pages/detail/detail",
  213. "style": {
  214. "navigationBarTitleText": "",
  215. "app-plus": {
  216. "titleNView": {
  217. "type": "transparent"
  218. }
  219. }
  220. }
  221. }, {
  222. "path": "pages/order/order",
  223. "style": {
  224. "navigationBarTitleText": "我的订单",
  225. "app-plus": {
  226. "bounce": "none"
  227. }
  228. }
  229. }, {
  230. "path": "pages/order/refundOrder",
  231. "style": {
  232. "navigationBarTitleText": "退款订单",
  233. "app-plus": {
  234. "bounce": "none"
  235. }
  236. }
  237. }, {
  238. "path": "pages/order/orderDetail",
  239. "style": {
  240. "navigationBarTitleText": "订单详情",
  241. "app-plus": {
  242. "bounce": "none"
  243. }
  244. }
  245. },
  246. {
  247. "path": "pages/merchant/orderDetail",
  248. "style": {
  249. "navigationBarTitleText": "订单详情",
  250. "app-plus": {
  251. "bounce": "none"
  252. }
  253. }
  254. },{
  255. "path": "pages/order/orderRefund",
  256. "style": {
  257. "navigationBarTitleText": "申请退款"
  258. }
  259. }, {
  260. "path": "pages/order/createOrder",
  261. "style": {
  262. "navigationBarTitleText": "创建订单"
  263. }
  264. }, {
  265. "path": "pages/address/address",
  266. "style": {
  267. "navigationBarTitleText": "收货地址"
  268. }
  269. }, {
  270. "path": "pages/address/shopList",
  271. "style": {
  272. "navigationBarTitleText": "门店列表",
  273. "app-plus": {
  274. "titleNView": {
  275. "searchInput": {
  276. "backgroundColor": "rgba(231, 231, 231,.7)",
  277. "borderRadius": "16px",
  278. "placeholder": "请输入关键字",
  279. "placeholderColor": "#606266",
  280. "align": "left"
  281. },
  282. "buttons": [{
  283. "text": "搜索",
  284. "fontSize": "14",
  285. "color": "#303133",
  286. "background": "rgba(0,0,0,0)",
  287. "width": "40px"
  288. }]
  289. }
  290. }
  291. }
  292. }, {
  293. "path": "pages/address/addressManage",
  294. "style": {
  295. "navigationBarTitleText": "新增修改地址"
  296. }
  297. }, {
  298. "path": "pages/money/pay",
  299. "style": {
  300. "navigationBarTitleText": "支付"
  301. }
  302. },
  303. {
  304. "path": "pages/money/paySuccess",
  305. "style": {
  306. "navigationBarTitleText": "支付成功"
  307. }
  308. }, {
  309. "path": "pages/award/award",
  310. "style": {
  311. "navigationBarTitleText": "我的佣金",
  312. "app-plus": {
  313. "titleNView": false
  314. }
  315. }
  316. }, {
  317. "path": "pages/award/withdrawal",
  318. "style": {
  319. "navigationBarTitleText": "奖励提现"
  320. }
  321. }, {
  322. "path": "pages/scoreAccumulate/scoreAccumulate",
  323. "style": {
  324. "navigationBarTitleText": "我的积分",
  325. "app-plus": {
  326. "titleNView": false
  327. }
  328. }
  329. }, {
  330. "path": "pages/notice/notice",
  331. "style": {
  332. "navigationBarTitleText": "通知"
  333. }
  334. }, {
  335. "path": "pages/category/category",
  336. "style": {
  337. "navigationBarTitleText": "分类",
  338. "app-plus": {
  339. "bounce": "none",
  340. "titleNView": {
  341. "searchInput": {
  342. "backgroundColor": "rgba(231, 231, 231,.7)",
  343. "borderRadius": "16px",
  344. "placeholder": "商品搜索",
  345. "disabled": true,
  346. "placeholderColor": "#606266",
  347. "align": "left"
  348. }
  349. }
  350. }
  351. }
  352. }, {
  353. "path": "pages/product/list",
  354. "style": {
  355. "enablePullDownRefresh": true,
  356. "navigationBarTitleText": "商品列表"
  357. }
  358. },
  359. {
  360. "path": "pages/product/listSearch",
  361. "style": {
  362. "enablePullDownRefresh": true,
  363. "navigationBarTitleText": "商品列表"
  364. }
  365. },
  366. {
  367. "path": "pages/wallet/wallet",
  368. "style": {
  369. "navigationBarTitleText": "我的余额",
  370. "app-plus": {
  371. "titleNView": false
  372. }
  373. }
  374. },
  375. {
  376. "path": "pages/wallet/freezeList",
  377. "style": {
  378. "navigationBarTitleText": "冻结记录"
  379. }
  380. },
  381. {
  382. "path": "pages/wallet/account",
  383. "style": {
  384. "navigationBarTitleText": "提现账号"
  385. }
  386. },
  387. {
  388. "path": "pages/wallet/withdrawal",
  389. "style": {
  390. "navigationBarTitleText": "余额提现"
  391. }
  392. },
  393. {
  394. "path": "pages/wallet/recharge",
  395. "style": {
  396. "navigationBarTitleText": "充值"
  397. }
  398. },
  399. {
  400. "path": "pages/favorites/favorites",
  401. "style": {
  402. "navigationBarTitleText": "收藏夹"
  403. }
  404. }, {
  405. "path": "pages/sign/index",
  406. "style": {
  407. "navigationBarTitleText": "每日签到",
  408. "app-plus": {
  409. "titleNView": {
  410. "type": "transparent"
  411. }
  412. }
  413. }
  414. },
  415. {
  416. "path": "pages/redirect/redirect",
  417. "style": {
  418. "navigationBarTitleText": "微信登录跳转页面",
  419. "app-plus": {
  420. "titleNView": false
  421. }
  422. }
  423. },
  424. {
  425. "path": "pages/prefecture/integral",
  426. "style": {
  427. "navigationBarTitleText": "积分兑换"
  428. }
  429. },
  430. {
  431. "path": "pages/shareQrCode/index",
  432. "style": {
  433. "navigationBarTitleText": "邀请好友",
  434. "app-plus": {
  435. "titleNView": {
  436. "type": "transparent"
  437. }
  438. }
  439. }
  440. },
  441. {
  442. "path": "pages/shareQrCode/wechatQr",
  443. "style": {
  444. "navigationBarTitleText": "关注公众号"
  445. }
  446. },
  447. {
  448. "path": "pages/seckill/seckill",
  449. "style": {
  450. "navigationBarTitleText": "限时抢购"
  451. }
  452. },
  453. {
  454. "path": "pages/groupBooking/index",
  455. "style": {
  456. "enablePullDownRefresh": true,
  457. "navigationBarTitleText": "超值拼团"
  458. }
  459. },
  460. {
  461. "path": "pages/groupBooking/detail",
  462. "style": {
  463. "navigationBarTitleText": "拼团详细",
  464. "app-plus": {
  465. "titleNView": false
  466. }
  467. }
  468. },
  469. {
  470. "path": "pages/groupBooking/inviteImg",
  471. "style": {
  472. "navigationBarTitleText": "拼团邀请图",
  473. "app-plus": {
  474. "titleNView": false
  475. }
  476. }
  477. }, {
  478. "path": "pages/award/withdmoenys",
  479. "style": {
  480. "navigationBarTitleText": "转余额"
  481. }
  482. },
  483. // {
  484. // "path": "pages/coupon/details",
  485. // "style": {
  486. // "navigationBarTitleText": "付款",
  487. // "app-plus": {
  488. // "titleNView":{
  489. // "backgroundColor": "#5DBC7C",
  490. // "titleColor":"#FFFFFF"
  491. // }
  492. // },
  493. // "h5":{
  494. // "titleNView":{
  495. // "backgroundColor": "#5DBC7C",
  496. // "titleColor":"#FFFFFF"
  497. // }
  498. // }
  499. // }
  500. // },
  501. {
  502. "path": "pages/received/index",
  503. "style": {
  504. "navigationBarTitleText": "收付款",
  505. "app-plus": {
  506. "titleNView": {
  507. "backgroundColor": "#5DBC7C",
  508. "titleColor": "#FFFFFF"
  509. }
  510. },
  511. "h5": {
  512. "titleNView": {
  513. "backgroundColor": "#5DBC7C",
  514. "titleColor": "#FFFFFF"
  515. }
  516. }
  517. }
  518. },
  519. {
  520. "path": "pages/received/list",
  521. "style": {
  522. "navigationBarTitleText": "收付款记录",
  523. "app-plus": {
  524. "titleNView": {
  525. "backgroundColor": "#5DBC7C",
  526. "titleColor": "#FFFFFF"
  527. }
  528. },
  529. "h5": {
  530. "titleNView": {
  531. "backgroundColor": "#5DBC7C",
  532. "titleColor": "#FFFFFF"
  533. }
  534. }
  535. }
  536. },
  537. // {
  538. // "path": "pages/received/paySuccess",
  539. // "style": {
  540. // "navigationBarTitleText": "付款成功",
  541. // "app-plus": {
  542. // "titleNView":{
  543. // "backgroundColor": "#5DBC7C",
  544. // "titleColor":"#FFFFFF"
  545. // }
  546. // },
  547. // "h5":{
  548. // "titleNView":{
  549. // "backgroundColor": "#5DBC7C",
  550. // "titleColor":"#FFFFFF"
  551. // }
  552. // }
  553. // }
  554. // },
  555. {
  556. "path": "pages/coupon/consumer",
  557. "style": {
  558. "navigationBarTitleText": "我的消费券",
  559. "app-plus":{
  560. "titleNView": false
  561. }
  562. }
  563. },
  564. {
  565. "path": "pages/shoping/index",
  566. "style": {
  567. "navigationBarTitleText": "店铺信息",
  568. "app-plus": {
  569. "titleNView": false
  570. }
  571. }
  572. },
  573. {
  574. "path": "pages/shoping/list",
  575. "style": {
  576. "navigationBarTitleText": "店铺列表"
  577. }
  578. },
  579. {
  580. "path": "pages/contract/agreement",
  581. "style": {
  582. "navigationBarTitleText": "注册协议"
  583. }
  584. },
  585. {
  586. "path": "pages/contract/privacy",
  587. "style": {
  588. "navigationBarTitleText": "隐私政策"
  589. }
  590. },
  591. {
  592. "path": "pages/contract/start",
  593. "style": {
  594. "navigationBarTitleText": "授权页",
  595. "app-plus": {
  596. "titleNView": false
  597. }
  598. }
  599. }
  600. , {
  601. "path": "pages/merchant/commodity",
  602. "style": {
  603. "navigationBarTitleText": "商品管理",
  604. "app-plus": {
  605. "titleNView": false
  606. }
  607. }
  608. }, {
  609. "path": "pages/merchant/vipDetail",
  610. "style": {
  611. "navigationBarBackgroundColor": "#72E3B4",
  612. "navigationBarTextStyle": "white",
  613. "navigationBarTitleText": "店铺会员",
  614. "enablePullDownRefresh": false
  615. }
  616. },
  617. {
  618. "path": "pages/merchant/storeQr",
  619. "style": {
  620. "navigationBarBackgroundColor": "#72E3B4",
  621. "navigationBarTextStyle": "white",
  622. "navigationBarTitleText": "店铺二维码",
  623. "enablePullDownRefresh": false
  624. }
  625. },
  626. {
  627. "path": "pages/merchant/finance",
  628. "style": {
  629. "navigationBarBackgroundColor": "#ffffff",
  630. "navigationBarTextStyle": "black",
  631. "navigationBarTitleText": "店铺财务",
  632. "enablePullDownRefresh": false
  633. }
  634. },
  635. {
  636. "path": "pages/merchant/onlineOrder",
  637. "style": {
  638. "navigationBarBackgroundColor": "#ffffff",
  639. "navigationBarTextStyle": "black",
  640. "navigationBarTitleText": "在线下单",
  641. "enablePullDownRefresh": false
  642. }
  643. },
  644. {
  645. "path": "pages/wallet/openMember",
  646. "style": {
  647. "navigationBarBackgroundColor": "#363533",
  648. "navigationBarTextStyle": "white",
  649. "navigationBarTitleText": "开通会员",
  650. "enablePullDownRefresh": false
  651. }
  652. }, {
  653. "path": "pages/merchant/storeData",
  654. "style": {
  655. "navigationBarBackgroundColor": "#72E3B4",
  656. "navigationBarTextStyle": "white",
  657. "navigationBarTitleText": "店铺数据",
  658. "enablePullDownRefresh": false
  659. }
  660. },
  661. {
  662. "path": "pages/prefecture/detail",
  663. "style": {
  664. "navigationBarTitleText": "兑换详情",
  665. "app-plus": {
  666. "titleNView": {
  667. "type": "transparent"
  668. }
  669. }
  670. }
  671. },
  672. {
  673. "path": "pages/prefecture/voucher",
  674. "style": {
  675. "navigationBarTitleText": "消费券兑换"
  676. }
  677. }
  678. ],
  679. "globalStyle": {
  680. "navigationBarTextStyle": "black",
  681. "navigationBarTitleText": "uni-app",
  682. "navigationBarBackgroundColor": "#FFFFFF",
  683. "backgroundColor": "#f8f8f8"
  684. },
  685. "tabBar": {
  686. "color": "#C0C4CC",
  687. "selectedColor": "#5DBC7C",
  688. "borderStyle": "black",
  689. "backgroundColor": "#ffffff",
  690. "list": [{
  691. "pagePath": "pages/index/index",
  692. "iconPath": "static/tabBar/tab-home.png",
  693. "selectedIconPath": "static/tabBar/tab-home-current.png",
  694. "text": "首页"
  695. },
  696. {
  697. "pagePath": "pages/category/category",
  698. "iconPath": "static/tabBar/tab-cate.png",
  699. "selectedIconPath": "static/tabBar/tab-cate-current.png",
  700. "text": "分类"
  701. },
  702. {
  703. "pagePath": "pages/cart/cart",
  704. "iconPath": "static/tabBar/tab-cart.png",
  705. "selectedIconPath": "static/tabBar/tab-cart-current.png",
  706. "text": "购物车"
  707. },
  708. {
  709. "pagePath": "pages/user/user",
  710. "iconPath": "static/tabBar/tab-my.png",
  711. "selectedIconPath": "static/tabBar/tab-my-current.png",
  712. "text": "我的"
  713. }
  714. ]
  715. }
  716. }