pages.json 18 KB

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