pages.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020
  1. {
  2. "pages": [
  3. {
  4. "path": "admin/home/workbench",
  5. "style": {
  6. "navigationBarTitleText": "",
  7. "enablePullDownRefresh": true
  8. }
  9. },
  10. {
  11. "path": "admin/home/order",
  12. "style": {
  13. "navigationBarTitleText": "订单",
  14. "enablePullDownRefresh": true
  15. }
  16. },
  17. {
  18. "path": "admin/home/member",
  19. "style": {
  20. "navigationBarTitleText": "客户",
  21. "enablePullDownRefresh": true
  22. }
  23. },
  24. {
  25. "path": "admin/home/apply",
  26. "style": {
  27. "navigationBarTitleText": "应用",
  28. "enablePullDownRefresh": true
  29. }
  30. },
  31. {
  32. "path": "admin/home/me",
  33. "style": {
  34. "navigationBarTitleText": "我的",
  35. "enablePullDownRefresh": true,
  36. "navigationStyle": "custom"
  37. }
  38. }
  39. ],
  40. "subPackages": [
  41. {
  42. "root": "admin/cg",
  43. "pages": [
  44. {
  45. "path": "mall",
  46. "style": {
  47. "navigationBarTitleText": "商城"
  48. }
  49. }
  50. ]
  51. },
  52. {
  53. "root": "admin/student",
  54. "pages": [
  55. {
  56. "path": "newStudent",
  57. "style": {
  58. "navigationBarTitleText": "新学员",
  59. "enablePullDownRefresh": true
  60. }
  61. }
  62. ]
  63. },
  64. {
  65. "root": "admin/common",
  66. "pages": [
  67. {
  68. "path": "result",
  69. "style": {
  70. "navigationBarTitleText": "",
  71. "enablePullDownRefresh": true
  72. }
  73. },
  74. {
  75. "path": "callback",
  76. "style": {
  77. "navigationBarTitleText": "",
  78. "enablePullDownRefresh": true
  79. }
  80. },
  81. {
  82. "path": "redirect",
  83. "style": {
  84. "navigationBarTitleText": "加载中..."
  85. }
  86. },
  87. {
  88. "path": "pageSuccess",
  89. "style": {
  90. "navigationBarBackgroundColor": "#ffffff",
  91. "navigationBarTextStyle": "black"
  92. }
  93. }
  94. ]
  95. },
  96. {
  97. "root": "admin/share",
  98. "pages": [
  99. {
  100. "path": "index",
  101. "style": {
  102. "navigationBarTitleText": "分享"
  103. }
  104. }
  105. ]
  106. },
  107. {
  108. "root": "pagesClient",
  109. "pages": [
  110. {
  111. "path": "member/add",
  112. "style": {
  113. "navigationBarTitleText": "添加客户"
  114. }
  115. },
  116. {
  117. "path": "member/detail",
  118. "style": {
  119. "navigationBarTitleText": "客户详情"
  120. }
  121. },
  122. {
  123. "path": "member/bind",
  124. "style": {
  125. "navigationBarTitleText": "绑定微信"
  126. }
  127. },
  128. {
  129. "path": "official/index",
  130. "style": {
  131. "navigationBarTitleText": "花惠宝"
  132. }
  133. },
  134. {
  135. "path": "official/pay",
  136. "style": {
  137. "navigationBarTitleText": "支付"
  138. }
  139. },
  140. {
  141. "path": "official/renewal",
  142. "style": {
  143. "navigationBarTitleText": "续期"
  144. }
  145. },
  146. {
  147. "path": "official/apply",
  148. "style": {
  149. "navigationBarTitleText": "完善店铺信息"
  150. }
  151. },
  152. {
  153. "path": "official/clientApply",
  154. "style": {
  155. "navigationBarTitleText": "结果"
  156. }
  157. },
  158. {
  159. "path": "official/clientResult",
  160. "style": {
  161. "navigationBarTitleText": "提交审核"
  162. }
  163. },
  164. {
  165. "path": "official/callback",
  166. "style": {
  167. "navigationBarTitleText": "回调"
  168. }
  169. },
  170. {
  171. "path": "official/latest-shop",
  172. "style": {
  173. "navigationBarTitleText": "最近访问"
  174. }
  175. },
  176. {
  177. "path": "official/result",
  178. "style": {
  179. "navigationBarTitleText": "结果"
  180. }
  181. },
  182. {
  183. "path": "official/warn",
  184. "style": {
  185. "navigationBarTitleText": "开启微信提醒"
  186. }
  187. }
  188. ]
  189. },
  190. {
  191. "root": "pagesShare",
  192. "pages": [
  193. {
  194. "path": "pay",
  195. "style": {
  196. "navigationBarTitleText": "付款"
  197. }
  198. }
  199. ]
  200. },
  201. {
  202. "root": "pagesOrder",
  203. "pages": [
  204. {
  205. "path": "detail",
  206. "style": {
  207. "navigationBarTitleText": "订单详情"
  208. }
  209. },
  210. {
  211. "path": "ship",
  212. "style": {
  213. "navigationBarTitleText": "发货"
  214. }
  215. },
  216. {
  217. "path": "shipInfo",
  218. "style": {
  219. "navigationBarTitleText": "发货"
  220. }
  221. },
  222. {
  223. "path": "select",
  224. "style": {
  225. "navigationBarTitleText": "重选花材"
  226. }
  227. }
  228. ]
  229. },
  230. {
  231. "root": "pagesStore",
  232. "pages": [
  233. {
  234. "path": "me/withdraw",
  235. "style": {
  236. "navigationBarTitleText": "提现记录"
  237. }
  238. },
  239. {
  240. "path": "me/incomeExpenses",
  241. "style": {
  242. "navigationBarTitleText": "收支记录"
  243. }
  244. },
  245. {
  246. "path": "me/recharge",
  247. "style": {
  248. "navigationBarTitleText": "充值"
  249. }
  250. },
  251. {
  252. "path": "me/rechargeList",
  253. "style": {
  254. "navigationBarTitleText": "充值记录"
  255. }
  256. },
  257. {
  258. "path": "me/cashSet",
  259. "style": {
  260. "navigationBarTitleText": "提现帐号"
  261. }
  262. },
  263. {
  264. "path": "me/expressSet",
  265. "style": {
  266. "navigationBarTitleText": "快递设置"
  267. }
  268. },
  269. {
  270. "path": "me/rechargeSuccess",
  271. "style": {
  272. "navigationBarTitleText": "充值成功"
  273. }
  274. }
  275. ]
  276. },
  277. {
  278. "root": "admin/ghs",
  279. "pages": [
  280. {
  281. "path": "shop",
  282. "style": {
  283. "navigationBarTitleText": "供应商"
  284. }
  285. }
  286. ]
  287. },
  288. {
  289. "root": "admin/coupon",
  290. "pages": [
  291. {
  292. "path": "list",
  293. "style": {
  294. "navigationBarTitleText": "优惠券"
  295. }
  296. },
  297. {
  298. "path": "couponList",
  299. "style": {
  300. "navigationBarTitleText": "优惠券"
  301. }
  302. },
  303. {
  304. "path": "selectCouponList",
  305. "style": {
  306. "navigationBarTitleText": "优惠券"
  307. }
  308. }
  309. ]
  310. },
  311. {
  312. "root": "admin/ad",
  313. "pages": [
  314. {
  315. "path": "list",
  316. "style": {
  317. "navigationBarTitleText": "广告列表"
  318. }
  319. },
  320. {
  321. "path": "add",
  322. "style": {
  323. "navigationBarTitleText": "添加广告"
  324. }
  325. },
  326. {
  327. "path": "sel-goods",
  328. "style": {
  329. "navigationBarTitleText": "商品选择"
  330. }
  331. }
  332. ]
  333. },
  334. {
  335. "root": "admin/staff",
  336. "pages": [
  337. {
  338. "path": "list",
  339. "style": {
  340. "navigationBarTitleText": "员工管理"
  341. }
  342. },
  343. {
  344. "path": "add",
  345. "style": {
  346. "navigationBarTitleText": ""
  347. }
  348. },
  349. {
  350. "path": "sel-member",
  351. "style": {
  352. "navigationBarTitleText": "客户列表"
  353. }
  354. },
  355. {
  356. "path": "achieve",
  357. "style": {
  358. "navigationBarTitleText": "员工业绩"
  359. }
  360. }
  361. ]
  362. },
  363. {
  364. "root": "admin/shop",
  365. "pages": [
  366. {
  367. "path": "list",
  368. "style": {
  369. "navigationBarTitleText": "门店"
  370. }
  371. },
  372. {
  373. "path": "downloadCode",
  374. "style": {
  375. "navigationBarTitleText": "收款码"
  376. }
  377. },
  378. {
  379. "path": "add",
  380. "style": {
  381. "navigationBarTitleText": ""
  382. }
  383. }
  384. ]
  385. },
  386. {
  387. "root": "admin/setting",
  388. "pages": [
  389. {
  390. "path": "list",
  391. "style": {
  392. "navigationBarTitleText": "设置"
  393. }
  394. },
  395. {
  396. "path": "wx-menu",
  397. "style": {
  398. "navigationBarTitleText": "公众号菜单设置"
  399. }
  400. },
  401. {
  402. "path": "coupon",
  403. "style": {
  404. "navigationBarTitleText": "新客优惠"
  405. }
  406. },
  407. {
  408. "path": "level",
  409. "style": {
  410. "navigationBarTitleText": "客户等级设置"
  411. }
  412. },
  413. {
  414. "path": "password",
  415. "style": {
  416. "navigationBarTitleText": "密码设置"
  417. }
  418. }
  419. ]
  420. },
  421. {
  422. "root": "admin/goodsManage",
  423. "pages": [
  424. {
  425. "path": "list",
  426. "style": {
  427. "navigationBarTitleText": "商品管理"
  428. }
  429. },
  430. {
  431. "path": "category",
  432. "style": {
  433. "navigationBarTitleText": "分类管理"
  434. }
  435. },
  436. {
  437. "path": "add",
  438. "style": {
  439. "navigationBarTitleText": "添加商品"
  440. }
  441. },
  442. {
  443. "path": "img-store",
  444. "style": {
  445. "navigationBarTitleText": "图库管理"
  446. }
  447. },
  448. {
  449. "path": "goods-name",
  450. "style": {
  451. "navigationBarTitleText": "填写商品信息"
  452. }
  453. },
  454. {
  455. "path": "freight",
  456. "style": {
  457. "navigationBarTitleText": "运费设置"
  458. }
  459. },
  460. {
  461. "path": "price-increase",
  462. "style": {
  463. "navigationBarTitleText": "节假日自动涨价"
  464. }
  465. }
  466. ]
  467. },
  468. {
  469. "root": "admin/shopAdmin",
  470. "pages": [
  471. {
  472. "path": "bind",
  473. "style": {
  474. "navigationBarTitleText": "管理员绑定"
  475. }
  476. }
  477. ]
  478. },
  479. {
  480. "root": "admin/assets",
  481. "pages": [
  482. {
  483. "path": "list",
  484. "style": {
  485. "navigationBarTitleText": "收入明细"
  486. }
  487. }
  488. ]
  489. },
  490. {
  491. "root": "admin/chat",
  492. "pages": [
  493. {
  494. "path": "index",
  495. "style": {
  496. "navigationBarTitleText": "客服",
  497. "enablePullDownRefresh": true
  498. }
  499. }
  500. ]
  501. },
  502. {
  503. "root": "admin/template",
  504. "pages": [
  505. {
  506. "path": "index",
  507. "style": {
  508. "navigationBarTitleText": "选择模板"
  509. }
  510. }
  511. ]
  512. },
  513. {
  514. "root": "admin/statistics",
  515. "pages": [
  516. {
  517. "path": "demo",
  518. "style": {
  519. "navigationBarTitleText": "数据统计"
  520. }
  521. }
  522. ]
  523. },
  524. {
  525. "root": "admin/recharge",
  526. "pages": [
  527. {
  528. "path": "renew",
  529. "style": {
  530. "navigationBarTitleText": "免费续期"
  531. }
  532. },
  533. {
  534. "path": "rechargeSuccess",
  535. "style": {
  536. "navigationBarTitleText": "免费续期"
  537. }
  538. }
  539. ]
  540. },
  541. {
  542. "root": "admin/billing",
  543. "pages": [
  544. {
  545. "path": "index",
  546. "style": {
  547. "navigationBarTitleText": "开单"
  548. }
  549. },
  550. {
  551. "path": "customerPlace",
  552. "style": {
  553. "navigationBarTitleText": "开单"
  554. }
  555. },
  556. {
  557. "path": "priceChange",
  558. "style": {
  559. "navigationBarTitleText": "改价",
  560. "enablePullDownRefresh": true
  561. }
  562. },
  563. {
  564. "path": "result",
  565. "style": {
  566. "navigationBarTitleText": "开单结果"
  567. }
  568. },
  569. {
  570. "path": "affirm",
  571. "style": {
  572. "navigationBarTitleText": "确认下单"
  573. }
  574. },
  575. {
  576. "path": "affirmGoods",
  577. "style": {
  578. "navigationBarTitleText": "确认下单"
  579. }
  580. },
  581. {
  582. "path": "affirmGhs",
  583. "style": {
  584. "navigationBarTitleText": "确认下单"
  585. }
  586. },
  587. {
  588. "path": "affirmPxClass",
  589. "style": {
  590. "navigationBarTitleText": "确认下单"
  591. }
  592. },
  593. {
  594. "path": "customerAffirm",
  595. "style": {
  596. "navigationBarTitleText": "确认下单"
  597. }
  598. },
  599. {
  600. "path": "confirm",
  601. "style": {
  602. "navigationBarTitleText": "待确认"
  603. }
  604. }
  605. ]
  606. },
  607. {
  608. "root": "admin/order",
  609. "pages": [
  610. {
  611. "path": "detail",
  612. "style": {
  613. "navigationBarTitleText": "详情"
  614. }
  615. },
  616. {
  617. "path": "ship",
  618. "style": {
  619. "navigationBarTitleText": "发货"
  620. }
  621. },
  622. {
  623. "path": "fill-form",
  624. "style": {
  625. "navigationBarTitleText": "填写收花人"
  626. }
  627. }
  628. ]
  629. },
  630. {
  631. "root": "admin/member",
  632. "pages": [
  633. {
  634. "path": "detail",
  635. "style": {
  636. "navigationBarTitleText": "详情"
  637. }
  638. }
  639. ]
  640. },
  641. {
  642. "root": "pagesStorehouse/shop/",
  643. "pages": [
  644. {
  645. "path": "list",
  646. "style": {
  647. "navigationBarTitleText": "门店管理",
  648. "enablePullDownRefresh": true
  649. }
  650. },
  651. {
  652. "path": "update",
  653. "style": {
  654. "navigationBarTitleText": "门店编辑"
  655. }
  656. }
  657. ]
  658. },
  659. {
  660. "root": "pagesStorehouse/inventory/",
  661. "pages": [
  662. {
  663. "path": "list",
  664. "style": {
  665. "navigationBarTitleText": "盘点",
  666. "enablePullDownRefresh": true
  667. }
  668. },
  669. {
  670. "path": "details",
  671. "style": {
  672. "navigationBarTitleText": "盘点详情"
  673. }
  674. },
  675. {
  676. "path": "update",
  677. "style": {
  678. "navigationBarTitleText": "新增"
  679. }
  680. },
  681. {
  682. "path": "select",
  683. "style": {
  684. "navigationBarTitleText": "盘点花材"
  685. }
  686. }
  687. ]
  688. },
  689. {
  690. "root": "pagesStorehouse/allot/",
  691. "pages": [
  692. {
  693. "path": "exDetails",
  694. "style": {
  695. "navigationBarTitleText": "出库详情"
  696. }
  697. },
  698. {
  699. "path": "addExDetails",
  700. "style": {
  701. "navigationBarTitleText": "新增"
  702. }
  703. },
  704. {
  705. "path": "allotEx",
  706. "style": {
  707. "navigationBarTitleText": "调拨出库",
  708. "enablePullDownRefresh": true
  709. }
  710. },
  711. {
  712. "path": "exSelect",
  713. "style": {
  714. "navigationBarTitleText": "选择商品",
  715. "enablePullDownRefresh": true
  716. }
  717. },
  718. {
  719. "path": "putDetails",
  720. "style": {
  721. "navigationBarTitleText": "入库详情"
  722. }
  723. },
  724. {
  725. "path": "allotPut",
  726. "style": {
  727. "navigationBarTitleText": "调拨入库",
  728. "enablePullDownRefresh": true
  729. }
  730. }
  731. ]
  732. },
  733. {
  734. "root": "pagesStorehouse/flower/",
  735. "pages": [
  736. {
  737. "path": "category",
  738. "style": {
  739. "navigationBarTitleText": "花材管理",
  740. "enablePullDownRefresh": true
  741. }
  742. },
  743. {
  744. "path": "manage",
  745. "style": {
  746. "navigationBarTitleText": "花材",
  747. "enablePullDownRefresh": true
  748. }
  749. }
  750. ]
  751. },
  752. {
  753. "root": "pagesStorehouse/stockWarn/",
  754. "pages": [
  755. {
  756. "path": "manage",
  757. "style": {
  758. "navigationBarTitleText": "库存",
  759. "enablePullDownRefresh": true
  760. }
  761. },
  762. {
  763. "path": "detailed",
  764. "style": {
  765. "navigationBarTitleText": "明细",
  766. "enablePullDownRefresh": true
  767. }
  768. }
  769. ]
  770. },
  771. {
  772. "root": "pagesPurchase",
  773. "pages": [
  774. {
  775. "path": "result",
  776. "style": {
  777. "navigationBarTitleText": "结果"
  778. }
  779. },
  780. {
  781. "path": "add",
  782. "style": {
  783. "navigationBarTitleText": "新增采购单",
  784. "enablePullDownRefresh": true
  785. }
  786. },
  787. {
  788. "path": "gathering",
  789. "style": {
  790. "navigationBarTitleText": "欠款明细",
  791. "enablePullDownRefresh": true
  792. }
  793. },
  794. {
  795. "path": "particulars",
  796. "style": {
  797. "navigationBarTitleText": "",
  798. "enablePullDownRefresh": true
  799. }
  800. },
  801. {
  802. "path": "details",
  803. "style": {
  804. "navigationBarTitleText": "确认订单"
  805. }
  806. },
  807. {
  808. "path": "order",
  809. "style": {
  810. "navigationBarTitleText": "供应商",
  811. "enablePullDownRefresh": true
  812. }
  813. },
  814. {
  815. "path": "shopping",
  816. "style": {
  817. "navigationBarTitleText": "采购",
  818. "enablePullDownRefresh": true
  819. }
  820. },
  821. {
  822. "path": "ghsProduct",
  823. "style": {
  824. "navigationBarTitleText": "",
  825. "enablePullDownRefresh": true
  826. }
  827. },
  828. {
  829. "path": "setPsd",
  830. "style": {
  831. "navigationBarTitleText": "设置密码",
  832. "enablePullDownRefresh": true
  833. }
  834. },
  835. {
  836. "path": "wechatPay",
  837. "style": {
  838. "navigationBarTitleText": "待支付",
  839. "enablePullDownRefresh": true
  840. }
  841. },
  842. {
  843. "path": "cosNext",
  844. "style": {
  845. "navigationBarTitleText": "下一步",
  846. "enablePullDownRefresh": true
  847. }
  848. },
  849. {
  850. "path": "gatherPay",
  851. "style": {
  852. "navigationBarTitleText": "",
  853. "enablePullDownRefresh": false
  854. }
  855. },
  856. {
  857. "path": "gatherResult",
  858. "style": {
  859. "navigationBarTitleText": "",
  860. "enablePullDownRefresh": false
  861. }
  862. },
  863. {
  864. "path": "purDetails",
  865. "style": {
  866. "navigationBarTitleText": "采购详情",
  867. "enablePullDownRefresh": true
  868. }
  869. },
  870. {
  871. "path": "info",
  872. "style": {
  873. "navigationBarTitleText": "订单详情",
  874. "enablePullDownRefresh": true
  875. }
  876. }
  877. ]
  878. },
  879. {
  880. "root": "pagesArrears",
  881. "pages": [
  882. {
  883. "path": "list",
  884. "style": {
  885. "navigationBarTitleText": "客户欠款",
  886. "enablePullDownRefresh": true
  887. }
  888. },
  889. {
  890. "path": "details",
  891. "style": {
  892. "navigationBarTitleText": "欠款明细",
  893. "enablePullDownRefresh": true
  894. }
  895. }
  896. ]
  897. },
  898. {
  899. "root": "pagesInvite",
  900. "pages": [
  901. {
  902. "path": "list",
  903. "style": {
  904. "navigationBarTitleText": "邀请开店",
  905. "enablePullDownRefresh": true
  906. }
  907. },
  908. {
  909. "path": "inviteShop",
  910. "style": {
  911. "navigationBarTitleText": "",
  912. "enablePullDownRefresh": true
  913. }
  914. },
  915. {
  916. "path": "inviteHdShop",
  917. "style": {
  918. "navigationBarTitleText": "",
  919. "enablePullDownRefresh": true
  920. }
  921. }
  922. ]
  923. },
  924. {
  925. "root": "pagesStatistics",
  926. "pages": [
  927. {
  928. "path": "business",
  929. "style": {
  930. "navigationBarTitleText": "营业概况",
  931. "enablePullDownRefresh": true
  932. }
  933. },
  934. {
  935. "path": "pagesPublicity",
  936. "style": {
  937. "navigationBarTitleText": ""
  938. }
  939. },
  940. {
  941. "path": "trainingClass",
  942. "style": {
  943. "navigationBarTitleText": "培训班",
  944. "enablePullDownRefresh": true
  945. }
  946. },
  947. {
  948. "path": "trainingClassEdit",
  949. "style": {
  950. "navigationBarTitleText": "培训班编辑"
  951. }
  952. }
  953. ]
  954. },
  955. {
  956. "root": "admin/clear",
  957. "pages": [
  958. {
  959. "path": "list",
  960. "style": {
  961. "navigationBarTitleText": "月结单"
  962. }
  963. },
  964. {
  965. "path": "info",
  966. "style": {
  967. "navigationBarTitleText": "详情"
  968. }
  969. }
  970. ]
  971. }
  972. ],
  973. "globalStyle": {
  974. // #ifdef H5
  975. "navigationStyle": "custom",
  976. // #endif
  977. "navigationBarBackgroundColor": "#fff",
  978. "navigationBarTitleText": "花卉宝",
  979. "navigationBarTextStyle": "black",
  980. "backgroundColor": "#f9fbfc"
  981. },
  982. "tabBar": {
  983. "color": "#C0C4CC",
  984. "selectedColor": "#3385FF",
  985. "borderStyle": "black",
  986. "backgroundColor": "#ffffff",
  987. "list": [
  988. {
  989. "pagePath": "admin/home/workbench",
  990. "iconPath": "static/images/common/shop-tab_no.png",
  991. "selectedIconPath": "static/images/common/shop-tab.png",
  992. "text": "店铺"
  993. },
  994. {
  995. "pagePath": "admin/home/order",
  996. "iconPath": "static/images/common/order-no.png",
  997. "selectedIconPath": "static/images/common/order-is.png",
  998. "text": "订单"
  999. },
  1000. {
  1001. "pagePath": "admin/home/member",
  1002. "iconPath": "static/images/common/member-no.png",
  1003. "selectedIconPath": "static/images/common/member-is.png",
  1004. "text": "客户"
  1005. },
  1006. {
  1007. "pagePath": "admin/home/apply",
  1008. "iconPath": "static/images/common/category-no.png",
  1009. "selectedIconPath": "static/images/common/shop-apply.png",
  1010. "text": "应用"
  1011. },
  1012. {
  1013. "pagePath": "admin/home/me",
  1014. "iconPath": "static/images/common/user-no.png",
  1015. "selectedIconPath": "static/images/common/shop-me.png",
  1016. "text": "我的"
  1017. }
  1018. ]
  1019. }
  1020. }