金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1050 lines
20 KiB

4 years ago
4 years ago
  1. {
  2. "easycom": {
  3. "^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
  6. {
  7. "path": "pages/index/index/index",
  8. "style": {
  9. "navigationBarTitleText": "首页",
  10. "enablePullDownRefresh":true,
  11. "navigationStyle": "custom"
  12. }
  13. },
  14. {
  15. "path": "pages/shop/goodsdetail",
  16. "style": {
  17. "navigationStyle": "custom"
  18. }
  19. },
  20. {
  21. "path": "pages/coupon/index/index",
  22. "style": {
  23. "navigationStyle": "custom"
  24. }
  25. },
  26. {
  27. "path": "pages/store/list/list",
  28. "style": {
  29. "navigationBarTitleText": "商品列表"
  30. }
  31. },
  32. {
  33. "path": "pages/store/comment/comment",
  34. "style": {
  35. "navigationBarTitleText": "商品评论"
  36. }
  37. },
  38. {
  39. "path": "pages/store/cart/cart",
  40. "style": {
  41. "navigationBarTitleText": "购物车",
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/article/details",
  47. "style": {
  48. "navigationBarTitleText": ""
  49. }
  50. },
  51. {
  52. "path": "pages/order/index/onlineorder",
  53. "style": {
  54. "navigationBarTitleText": "在线商城订单",
  55. "navigationStyle": "custom"
  56. }
  57. },
  58. {
  59. "path": "pages/user/my/chatonline",
  60. "style": {
  61. "navigationBarTitleText": "",
  62. "navigationStyle": "custom"
  63. }
  64. },
  65. {
  66. "path": "pages/user/my/collect",
  67. "style": {
  68. "navigationBarTitleText": "",
  69. "navigationStyle": "custom"
  70. }
  71. },
  72. {
  73. "path": "pages/user/my/vipinfo",
  74. "style": {
  75. "navigationBarTitleText": "",
  76. "navigationStyle": "custom"
  77. }
  78. },
  79. {
  80. "path": "pages/user/my/editname",
  81. "style": {
  82. "navigationBarTitleText": "",
  83. "navigationStyle": "custom"
  84. }
  85. },
  86. {
  87. "path": "pages/user/my/setting",
  88. "style": {
  89. "navigationBarTitleText": "",
  90. "navigationStyle": "custom"
  91. }
  92. },
  93. {
  94. "path": "pages/user/my/center",
  95. "style": {
  96. "navigationBarTitleText": "",
  97. "navigationStyle": "custom"
  98. }
  99. },
  100. {
  101. "path": "pages/discover/discover",
  102. "style": {
  103. "navigationBarTitleText": "",
  104. "navigationStyle": "custom"
  105. }
  106. },
  107. {
  108. "path": "pages/shop/shopdetail",
  109. "style": {
  110. "navigationBarTitleText": "",
  111. "navigationStyle": "custom"
  112. }
  113. },
  114. {
  115. "path": "pages/user/my/my",
  116. "style": {
  117. "navigationBarTitleText": "",
  118. "navigationStyle": "custom"
  119. }
  120. },
  121. {
  122. "path": "pages/discover/discoverdetails",
  123. "style": {
  124. "navigationBarTitleText": "",
  125. "navigationStyle": "custom"
  126. }
  127. },
  128. {
  129. "path": "pages/index/microPages/microPages",
  130. "style": {
  131. "navigationBarTitleText": ""
  132. }
  133. },
  134. {
  135. "path": "pages/index/classification/classification",
  136. "style": {
  137. "navigationBarTitleText": "分类" ,
  138. "navigationStyle": "custom"
  139. }
  140. },
  141. {
  142. "path": "pages/index/author/author",
  143. "style": {
  144. "navigationBarTitleText": "iBrand社交新零售"
  145. }
  146. },
  147. {
  148. "path": "pages/user/recommendation/recommendation",
  149. "style": {
  150. "navigationBarTitleText": ""
  151. }
  152. },
  153. {
  154. "path": "pages/user/personal/personal",
  155. "style": {
  156. "navigationBarTitleText": "我的",
  157. "navigationStyle": "custom"
  158. }
  159. },
  160. {
  161. "path": "pages/user/register/register",
  162. "style": {
  163. "navigationBarTitleText": "登录",
  164. "backgroundColor": "#000000",
  165. "navigationStyle":"custom"
  166. }
  167. },
  168. {
  169. "path": "pages/user/loginType/loginType",
  170. "style": {
  171. "navigationBarTitleText": "登录" ,
  172. "navigationStyle":"custom"
  173. }
  174. },
  175. {
  176. "path": "pages/user/usersetting/usersetting",
  177. "style": {
  178. "navigationBarTitleText": "个人设置",
  179. "backgroundColor": "#000000"
  180. }
  181. },
  182. {
  183. "path": "pages/user/bindingphone/bindingphone",
  184. "style": {
  185. "navigationBarTitleText": "绑定手机账号",
  186. "backgroundColor": "#fff"
  187. }
  188. },
  189. {
  190. "path": "pages/user/phone/phone",
  191. "style": {
  192. "navigationBarTitleText": "绑定手机账号",
  193. "backgroundColor": "#fff"
  194. }
  195. },
  196. {
  197. "path": "pages/user/collar/collar",
  198. "style": {
  199. "navigationBarTitleText": "打卡签到",
  200. "backgroundColor": "#fff"
  201. }
  202. },
  203. {
  204. "path": "pages/user/agreement/agreement",
  205. "style": {
  206. "navigationBarTitleText": "关于我们",
  207. "backgroundColor": "#fff"
  208. }
  209. },
  210. {
  211. "path": "pages/user/agentlogin/agentlogin",
  212. "style": {
  213. "navigationBarTitleText": "授权登录"
  214. }
  215. },
  216. {
  217. "path": "pages/user/find/find",
  218. "style": {
  219. "navigationBarTitleText": "发现"
  220. }
  221. },
  222. {
  223. "path": "pages/user/findSearch/findSearch",
  224. "style": {
  225. "navigationBarTitleText": "发现"
  226. }
  227. },
  228. {
  229. "path": "pages/user/gidList/gidList",
  230. "style": {
  231. "navigationBarTitleText": "群列表"
  232. }
  233. },
  234. {
  235. "path": "pages/user/openVip/openVip",
  236. "style": {
  237. "navigationBarTitleText": "米尔优选"
  238. }
  239. },
  240. {
  241. "path": "pages/address/add/add",
  242. "style": {
  243. "navigationBarTitleText": "收货地址"
  244. }
  245. },
  246. {
  247. "path": "pages/address/list/list",
  248. "style": {
  249. "navigationBarTitleText": "收货地址列表"
  250. }
  251. },
  252. {
  253. "path": "pages/coupon/center/center",
  254. "style": {
  255. "navigationBarTitleText": ""
  256. }
  257. },
  258. {
  259. "path": "pages/coupon/goods/goods",
  260. "style": {
  261. "navigationBarTitleText": "商品列表"
  262. }
  263. },
  264. {
  265. "path": "pages/coupon/offDetail/offDetail",
  266. "style": {
  267. "navigationBarTitleText": ""
  268. }
  269. },
  270. {
  271. "path": "pages/coupon/onDetail/onDetail",
  272. "style": {
  273. "navigationBarTitleText": ""
  274. }
  275. },
  276. {
  277. "path": "pages/coupon/over/over",
  278. "style": {
  279. "navigationBarTitleText": ""
  280. }
  281. },
  282. {
  283. "path": "pages/store/search/search",
  284. "style": {
  285. "navigationBarTitleText": "搜索"
  286. }
  287. },
  288. {
  289. "path": "pages/store/invoice/invoice",
  290. "style": {
  291. "navigationBarTitleText": "开具发票"
  292. }
  293. },
  294. {
  295. "path": "pages/store/detail/detail",
  296. "style": {
  297. "navigationBarTitleText": ""
  298. }
  299. },
  300. {
  301. "path": "pages/store/order/order",
  302. "style": {
  303. "navigationBarTitleText": "订单结算"
  304. }
  305. },
  306. {
  307. "path": "pages/store/payment/payment",
  308. "style": {
  309. "navigationBarTitleText": "订单支付"
  310. }
  311. },
  312. {
  313. "path": "pages/store/selfShop/selfShop",
  314. "style": {
  315. "navigationBarTitleText": "自提门店"
  316. }
  317. },
  318. {
  319. "path": "pages/store/success/success",
  320. "style": {
  321. "navigationBarTitleText": ""
  322. }
  323. },
  324. {
  325. "path": "pages/order/index/index",
  326. "style": {
  327. "navigationBarTitleText": "我的订单"
  328. }
  329. },
  330. {
  331. "path": "pages/order/detail/detail",
  332. "style": {
  333. "navigationBarTitleText": "订单详情"
  334. }
  335. },
  336. {
  337. "path": "pages/order/search/search",
  338. "style": {
  339. "navigationBarTitleText": "搜索"
  340. }
  341. },
  342. {
  343. "path":"pages/order/express/express",
  344. "style":{
  345. "navigationBarTitleText": "物流"
  346. }
  347. },
  348. {
  349. "path": "pages/order/orderShare/orderShare",
  350. "style": {
  351. "navigationBarTitleText": "订单分享"
  352. }
  353. },
  354. {
  355. "path": "pages/order/shareImg/shareImg",
  356. "style": {
  357. "navigationBarTitleText": "订单分享"
  358. }
  359. },
  360. {
  361. "path": "pages/order/evaluate/evaluate",
  362. "style": {
  363. "navigationBarTitleText": "评价"
  364. }
  365. },
  366. {
  367. "path": "pages/order/comment/comment",
  368. "style": {
  369. "navigationBarTitleText": "评价"
  370. }
  371. },
  372. {
  373. "path": "pages/point/about/about",
  374. "style": {
  375. "navigationBarTitleText": "ibrand商城"
  376. }
  377. },
  378. {
  379. "path": "pages/point/index/index",
  380. "style": {
  381. "navigationBarTitleText": "积分"
  382. }
  383. },
  384. {
  385. "path": "pages/recharge/index/index",
  386. "style": {
  387. "navigationBarTitleText": "充值"
  388. }
  389. },
  390. {
  391. "path": "pages/recharge/balance/balance",
  392. "style": {
  393. "navigationBarTitleText": "余额" ,
  394. "navigationStyle":"custom"
  395. }
  396. },
  397. {
  398. "path": "pages/recharge/free/free",
  399. "style": {
  400. "navigationBarTitleText": "会员充值"
  401. }
  402. },
  403. {
  404. "path": "pages/recharge/success/success",
  405. "style": {
  406. "navigationBarTitleText": "支付完成"
  407. }
  408. },
  409. {
  410. "path": "pages/article/detail/detail",
  411. "style": {
  412. "navigationBarTitleText": ""
  413. }
  414. },
  415. {
  416. "path": "pages/store/meal/meal",
  417. "style": {
  418. "navigationBarTitleText": "搭配套餐"
  419. }
  420. },
  421. {
  422. "path": "pages/store/mealList/mealList",
  423. "style": {
  424. "navigationBarTitleText": "套餐列表"
  425. }
  426. },
  427. {
  428. "path": "pages/store/seckill/seckill",
  429. "style": {
  430. "navigationBarTitleText": "秒杀列表"
  431. }
  432. },
  433. {
  434. "path": "pages/store/groups/groups",
  435. "style": {
  436. "navigationBarTitleText": "拼团列表"
  437. }
  438. },
  439. {
  440. "path": "pages/store/call/call",
  441. "style": {
  442. "navigationBarTitleText": "集Call免费领"
  443. }
  444. },
  445. {
  446. "path": "pages/store/shareImg/shareImg",
  447. "style": {
  448. "navigationBarTitleText": "集Call免费领"
  449. }
  450. },
  451. {
  452. "path": "pages/store/callList/callList",
  453. "style": {
  454. "navigationBarTitleText": "集Call免费领"
  455. }
  456. },
  457. {
  458. "path": "pages/store/shareCall/shareCall",
  459. "style": {
  460. "navigationBarTitleText": "集Call免费领"
  461. }
  462. },
  463. {
  464. "path": "pages/favorite/index/index",
  465. "style": {
  466. "navigationBarTitleText": "我的收藏"
  467. }
  468. },
  469. {
  470. "path": "pages/afterSales/index/index",
  471. "style": {
  472. "navigationBarTitleText": "售后中心",
  473. "backgroundColor": "#000000"
  474. }
  475. },
  476. {
  477. "path": "pages/afterSales/apply/apply",
  478. "style": {
  479. "navigationBarTitleText": "申请售后",
  480. "backgroundColor": "#000000"
  481. }
  482. },
  483. {
  484. "path": "pages/afterSales/detail/detail",
  485. "style": {
  486. "navigationBarTitleText": "申请详情",
  487. "backgroundColor": "#000000"
  488. }
  489. },
  490. {
  491. "path": "pages/afterSales/retreat/retreat",
  492. "style": {
  493. "navigationBarTitleText": "退货" ,
  494. "backgroundColor": "#000000"
  495. }
  496. },
  497. {
  498. "path": "pages/pointStore/index/index",
  499. "style": {
  500. "navigationBarTitleText": "积分商城"
  501. }
  502. },
  503. {
  504. "path": "pages/pointStore/record/record",
  505. "style": {
  506. "navigationBarTitleText": "积分商城"
  507. }
  508. },
  509. {
  510. "path": "pages/pointStore/detail/detail",
  511. "style": {
  512. "navigationBarTitleText": ""
  513. }
  514. },
  515. {
  516. "path": "pages/pointStore/order/order",
  517. "style": {
  518. "navigationBarTitleText": "积分商城"
  519. }
  520. },
  521. {
  522. "path": "pages/pointStore/success/success",
  523. "style": {
  524. "navigationBarTitleText": "支付完成"
  525. }
  526. },
  527. {
  528. "path": "pages/pointStore/orderdetail/orderdetail",
  529. "style": {
  530. "navigationBarTitleText": "订单详情"
  531. }
  532. },
  533. {
  534. "path": "pages/distribution/applyDistribution/applyDistribution",
  535. "style": {
  536. "navigationBarTitleText": "我要分销"
  537. }
  538. },
  539. {
  540. "path": "pages/distribution/distributionCenter/distributionCenter",
  541. "style": {
  542. "navigationBarTitleText": "分销中心"
  543. }
  544. },
  545. {
  546. "path": "pages/distribution/cash/cash",
  547. "style": {
  548. "navigationBarTitleText": "我要提现"
  549. }
  550. },
  551. {
  552. "path": "pages/distribution/cashRecord/cashRecord",
  553. "style": {
  554. "navigationBarTitleText": "提现记录"
  555. }
  556. },
  557. {
  558. "path": "pages/distribution/order/order",
  559. "style": {
  560. "navigationBarTitleText": "分销订单"
  561. }
  562. },
  563. {
  564. "path": "pages/distribution/sensus/sensus",
  565. "style": {
  566. "navigationBarTitleText": "分销统计"
  567. }
  568. },
  569. {
  570. "path": "pages/distribution/myReceive/myReceive",
  571. "style": {
  572. "navigationBarTitleText": "我的收益"
  573. }
  574. },
  575. {
  576. "path": "pages/distribution/spread/spread",
  577. "style": {
  578. "navigationBarTitleText": "邀请好友"
  579. }
  580. },
  581. {
  582. "path": "pages/distribution/pusherOrder/pusherOrder",
  583. "style": {
  584. "navigationBarTitleText": "订单详情"
  585. }
  586. },
  587. {
  588. "path": "pages/distribution/vipManage/vipManage",
  589. "style": {
  590. "navigationBarTitleText": "会员管理"
  591. }
  592. },
  593. {
  594. "path": "pages/distribution/pusher/pusher",
  595. "style": {
  596. "navigationBarTitleText": "推客管理"
  597. }
  598. },
  599. {
  600. "path": "pages/distribution/coupon/coupon",
  601. "style": {
  602. "navigationBarTitleText": "推客优惠券"
  603. }
  604. },
  605. {
  606. "path": "pages/distribution/offDetail/offDetail",
  607. "style": {
  608. "navigationBarTitleText": "推客优惠券分享"
  609. }
  610. },
  611. {
  612. "path": "pages/distribution/onDetail/onDetail",
  613. "style": {
  614. "navigationBarTitleText": "推客优惠券分享"
  615. }
  616. },
  617. {
  618. "path": "pages/distribution/shareImg/shareImg",
  619. "style": {
  620. "navigationBarTitleText": "分享优惠券"
  621. }
  622. },
  623. {
  624. "path": "pages/store/virtual/virtual",
  625. "style": {
  626. "navigationBarTitleText": "分享优惠券"
  627. }
  628. },
  629. {
  630. "path": "pages/store/collage/collage",
  631. "style": {
  632. "navigationBarTitleText": "拼团详情"
  633. }
  634. },
  635. {
  636. "path": "pages/brand/brandList/brandList",
  637. "style": {
  638. "navigationBarTitleText": ""
  639. }
  640. },
  641. {
  642. "path": "pages/brand/detail/detail",
  643. "style": {
  644. "navigationBarTitleText": ""
  645. }
  646. },
  647. {
  648. "path": "pages/other/links/links",
  649. "style": {
  650. "navigationBarTitleText": ""
  651. }
  652. },
  653. {
  654. "path": "pages/other/shareImg/shareImg",
  655. "style": {
  656. "navigationBarTitleText": ""
  657. }
  658. },
  659. {
  660. "path": "pages/other/vip/vip",
  661. "style": {
  662. "navigationBarTitleText": ""
  663. }
  664. },
  665. {
  666. "path": "pages/bargain/index/index",
  667. "style": {
  668. "navigationBarTitleText": "砍价帮帮忙"
  669. }
  670. },
  671. {
  672. "path": "pages/bargain/detail/detail",
  673. "enablePullDownRefresh": true,
  674. "style": {
  675. "navigationBarTitleText": "砍价帮帮忙"
  676. }
  677. },
  678. {
  679. "path": "pages/bargain/list/list",
  680. "style": {
  681. "navigationBarTitleText": "我的砍价"
  682. }
  683. }
  684. ,{
  685. "path" : "pages/user/sign/sign",
  686. "style" : {
  687. }
  688. },
  689. {
  690. "path" : "pages/user/about/about",
  691. "style" : {
  692. "navigationBarTitleText": "关于"
  693. }
  694. }
  695. ,{
  696. "path" : "pages/user/signData/signData",
  697. "style" : {}
  698. }
  699. ,{
  700. "path" : "pages/user/setting/setting",
  701. "style" : {
  702. "navigationBarTitleText": "设置"
  703. }
  704. },
  705. {
  706. "path" : "pages/index/openScreenAd/openScreenAd",
  707. "style" : {
  708. "navigationBarTitleText": "欢迎使用",
  709. "navigationStyle": "custom"
  710. }
  711. },
  712. {
  713. "path" : "pages/index/category/category",
  714. "style" : {
  715. "navigationBarTitleText": "分类",
  716. "navigationStyle": "custom"
  717. }
  718. },
  719. {
  720. "path" : "pages/user/my/verificationPhone",
  721. "style" : {
  722. "navigationBarTitleText": "旧手机号验证",
  723. "navigationStyle": "custom"
  724. }
  725. },
  726. {
  727. "path" : "pages/user/my/setPassword",
  728. "style" : {
  729. "navigationBarTitleText": "设置密码",
  730. "navigationStyle": "custom"
  731. }
  732. },
  733. {
  734. "path" : "pages/point/detail/detail",
  735. "style" : {
  736. "navigationBarTitleText": "积分",
  737. "navigationStyle": "custom"
  738. }
  739. },
  740. {
  741. "path" : "pages/point/rule/rule",
  742. "style" : {
  743. "navigationBarTitleText": "积分规则",
  744. "navigationStyle": "custom"
  745. }
  746. },
  747. {
  748. "path" : "pages/user/member/service",
  749. "style" : {
  750. "navigationBarTitleText": "会员服务",
  751. "navigationStyle": "custom"
  752. }
  753. },
  754. {
  755. "path" : "pages/user/my/myEventRegistrationList",
  756. "style" : {
  757. "navigationBarTitleText": "我的报名",
  758. "navigationStyle": "custom"
  759. }
  760. },
  761. {
  762. "path" : "pages/index/activity/hot",
  763. "style" : {
  764. "navigationBarTitleText": "热门活动",
  765. "navigationStyle": "custom"
  766. }
  767. },
  768. {
  769. "path" : "pages/index/activity/detail",
  770. "style" : {
  771. "navigationBarTitleText": "活动详情",
  772. "navigationStyle": "custom"
  773. }
  774. },
  775. {
  776. "path" : "pages/index/activity/confirm",
  777. "style" : {
  778. "navigationBarTitleText": "确认报名",
  779. "navigationStyle": "custom"
  780. }
  781. },
  782. {
  783. "path" : "pages/user/member/code",
  784. "style" : {
  785. "navigationBarTitleText": "会员码",
  786. "navigationStyle": "custom"
  787. }
  788. },
  789. {
  790. "path" : "pages/point/shoppingMall/shoppingMall",
  791. "style" : {
  792. "navigationBarTitleText": "积分商城",
  793. "navigationStyle": "custom"
  794. }
  795. },
  796. {
  797. "path" : "pages/discover/publish",
  798. "style" : {
  799. "navigationBarTitleText": "发表",
  800. "navigationStyle": "custom"
  801. }
  802. },
  803. {
  804. "path" : "pages/order/confirm/confirm",
  805. "style" : {
  806. "navigationBarTitleText": "确认订单",
  807. "navigationStyle": "custom"
  808. }
  809. },
  810. {
  811. "path" : "pages/shop/goodsSpecial",
  812. "style" : {
  813. "navigationBarTitleText": "商品专题",
  814. "navigationStyle": "custom"
  815. }
  816. },
  817. {
  818. "path" : "pages/shop/specialList",
  819. "style" : {
  820. "navigationBarTitleText": "商品专题列表",
  821. "navigationStyle": "custom"
  822. }
  823. },
  824. {
  825. "path" : "pages/shop/seckillList",
  826. "style" : {
  827. "navigationBarTitleText": "秒杀专场",
  828. "navigationStyle": "custom"
  829. }
  830. },
  831. {
  832. "path" : "pages/order/cashier/cashier",
  833. "style" : {
  834. "navigationBarTitleText": "支付收银台",
  835. "navigationStyle": "custom"
  836. }
  837. },
  838. {
  839. "path" : "pages/order/newdetail/newdetail",
  840. "style" : {
  841. "navigationBarTitleText": "订单详情",
  842. "navigationStyle": "custom"
  843. }
  844. },
  845. {
  846. "path" : "pages/index/cateringFacilities/cateringFacilities",
  847. "style" : {
  848. "navigationBarTitleText": "餐饮配套",
  849. "navigationStyle": "custom"
  850. }
  851. },
  852. {
  853. "path" : "pages/index/collectCoupons/collectCoupons",
  854. "style" : {
  855. "navigationBarTitleText": "领券中心",
  856. "navigationStyle": "custom"
  857. }
  858. },
  859. {
  860. "path" : "pages/shop/search",
  861. "style" : {
  862. "navigationBarTitleText": "搜索",
  863. "navigationStyle": "custom"
  864. }
  865. },
  866. {
  867. "path" : "pages/shop/searchList",
  868. "style" : {
  869. "navigationBarTitleText": "搜索",
  870. "navigationStyle": "custom"
  871. }
  872. },
  873. {
  874. "path" : "pages/user/member/quanyi",
  875. "style" : {
  876. "navigationBarTitleText": "会员权益",
  877. "navigationStyle": "custom"
  878. }
  879. },
  880. {
  881. "path" : "pages/user/member/explain",
  882. "style" : {
  883. "navigationBarTitleText": "会员权益",
  884. "navigationStyle": "custom"
  885. }
  886. },
  887. {
  888. "path" : "pages/index/list/selected",
  889. "style" : {
  890. "navigationBarTitleText": "精选榜单",
  891. "navigationStyle": "custom"
  892. }
  893. },
  894. {
  895. "path" : "pages/index/list/monthlyList",
  896. "style" : {
  897. "navigationBarTitleText": "热销榜单",
  898. "navigationStyle": "custom"
  899. }
  900. },
  901. {
  902. "path" : "pages/index/activity/goods",
  903. "style" : {
  904. "navigationBarTitleText": "家居专场",
  905. "navigationStyle": "custom"
  906. }
  907. },
  908. {
  909. "path" : "pages/point/exchangeRecord/exchangeRecord",
  910. "style" : {
  911. "navigationBarTitleText": "兑换记录",
  912. "navigationStyle": "custom"
  913. }
  914. },
  915. {
  916. "path" : "pages/index/onlineMall/onlineMall",
  917. "style" : {
  918. "navigationBarTitleText": "在线商城",
  919. "navigationStyle": "custom"
  920. }
  921. },
  922. {
  923. "path" : "pages/business/center/center",
  924. "style" : {
  925. "navigationBarTitleText": "我的",
  926. "navigationStyle": "custom"
  927. }
  928. },
  929. {
  930. "path" : "pages/business/order/list",
  931. "style" : {
  932. "navigationBarTitleText": "订单管理",
  933. "navigationStyle": "custom"
  934. }
  935. },
  936. {
  937. "path": "pages/business/balance/balance",
  938. "style": {
  939. "navigationBarTitleText": "余额" ,
  940. "navigationStyle":"custom"
  941. }
  942. },
  943. {
  944. "path": "pages/business/withdrawal/withdrawal",
  945. "style": {
  946. "navigationBarTitleText": "提现" ,
  947. "navigationStyle":"custom"
  948. }
  949. }
  950. ],
  951. "globalStyle": {
  952. "navigationBarTextStyle": "black",
  953. "navigationBarTitleText": "uni-app",
  954. "navigationBarBackgroundColor": "#F8F8F8",
  955. "backgroundColor": "#F8F8F8"
  956. },
  957. // "tabBar": {
  958. // "backgroundColor": "#fff",
  959. // "color": "#9B9B9B",
  960. // "selectedColor": "#ff2741",
  961. // "borderStyle": "white",
  962. // "list": [
  963. // {
  964. // "pagePath": "pages/index/index/index",
  965. // "text": "首页",
  966. // "iconPath": "static/shop.png",
  967. // "selectedIconPath": "static/shop-r.png"
  968. // },
  969. // {
  970. // "pagePath": "pages/index/classification/classification",
  971. // "text": "分类",
  972. // "iconPath": "static/class.png",
  973. // "selectedIconPath": "static/class-r.png"
  974. // },
  975. // {
  976. // "pagePath": "pages/store/cart/cart",
  977. // "text": "购物车",
  978. // "iconPath": "static/card.png",
  979. // "selectedIconPath": "static/card-r.png"
  980. // },
  981. // {
  982. // "pagePath": "pages/user/personal/personal",
  983. // "text": "我的",
  984. // "iconPath": "static/user.png",
  985. // "selectedIconPath": "static/user-r.png"
  986. // }
  987. // ]
  988. // },
  989. "condition" : { //
  990. "current": 0, //(list )
  991. "list": [
  992. {
  993. "name": "首页", //
  994. "path": "pages/index/index/index", //
  995. "query": "" //onLoad
  996. },
  997. {
  998. "name": "测试",
  999. "path": "pages/user/personal/personal",
  1000. "query": ""
  1001. }
  1002. ]
  1003. }
  1004. }