pages.json 18 KB

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