pages.json 19 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. {"path": "list","style": {"navigationBarTitleText": "门店"}},
  385. {"path": "downloadCode","style": {"navigationBarTitleText": "收款码"}},
  386. {"path": "add","style": {"navigationBarTitleText": ""}},
  387. {"path": "print","style": {"navigationBarTitleText": "云打印"}}
  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": false
  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. "path": "xj",
  883. "style": {
  884. "navigationBarTitleText": "选择小菊颜色",
  885. "enablePullDownRefresh": true
  886. }
  887. },
  888. {
  889. "path": "refundDetail",
  890. "style": {
  891. "navigationBarTitleText": "退款详情",
  892. "enablePullDownRefresh": true
  893. }
  894. },
  895. {
  896. "path": "level",
  897. "style": {
  898. "navigationBarTitleText": "会员等级",
  899. "enablePullDownRefresh": true
  900. }
  901. }
  902. ]
  903. },
  904. {
  905. "root": "pagesArrears",
  906. "pages": [
  907. {
  908. "path": "list",
  909. "style": {
  910. "navigationBarTitleText": "客户欠款",
  911. "enablePullDownRefresh": true
  912. }
  913. },
  914. {
  915. "path": "details",
  916. "style": {
  917. "navigationBarTitleText": "欠款明细",
  918. "enablePullDownRefresh": true
  919. }
  920. }
  921. ]
  922. },
  923. {
  924. "root": "pagesInvite",
  925. "pages": [
  926. {
  927. "path": "list",
  928. "style": {
  929. "navigationBarTitleText": "邀请开店",
  930. "enablePullDownRefresh": true
  931. }
  932. },
  933. {
  934. "path": "inviteShop",
  935. "style": {
  936. "navigationBarTitleText": "",
  937. "enablePullDownRefresh": true
  938. }
  939. },
  940. {
  941. "path": "inviteHdShop",
  942. "style": {
  943. "navigationBarTitleText": "",
  944. "enablePullDownRefresh": true
  945. }
  946. }
  947. ]
  948. },
  949. {
  950. "root": "pagesStatistics",
  951. "pages": [
  952. {
  953. "path": "business",
  954. "style": {
  955. "navigationBarTitleText": "营业概况",
  956. "enablePullDownRefresh": true
  957. }
  958. },
  959. {
  960. "path": "pagesPublicity",
  961. "style": {
  962. "navigationBarTitleText": ""
  963. }
  964. },
  965. {
  966. "path": "trainingClass",
  967. "style": {
  968. "navigationBarTitleText": "培训班",
  969. "enablePullDownRefresh": true
  970. }
  971. },
  972. {
  973. "path": "trainingClassEdit",
  974. "style": {
  975. "navigationBarTitleText": "培训班编辑"
  976. }
  977. }
  978. ]
  979. },
  980. {
  981. "root": "admin/jc",
  982. "pages": [
  983. {"path": "index","style": {"navigationBarTitleText": "新手使用教程"}},
  984. {"path": "video","style": {"navigationBarTitleText": "播放视频"}}
  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. }