pages.json 18 KB

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