pages.json 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870
  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. { "path": "list", "style": { "navigationBarTitleText": "员工管理" } },
  191. { "path": "add", "style": { "navigationBarTitleText": "添加员工" } },
  192. { "path": "detail", "style": { "navigationBarTitleText": "员工详情" } },
  193. { "path": "sel-member", "style": { "navigationBarTitleText": "客户列表" } },
  194. { "path": "achieve", "style": { "navigationBarTitleText": "员工业绩" } },
  195. { "path": "miniAutoLogin", "style": { "navigationBarTitleText": "绑定帐号" } }
  196. ]
  197. },
  198. {
  199. "root": "admin/shop",
  200. "pages": [
  201. {"path": "list","style": {"navigationBarTitleText": "门店"}},
  202. {"path": "downloadCode","style": {"navigationBarTitleText": "收款码"}},
  203. {"path": "add","style": {"navigationBarTitleText": ""}},
  204. {"path": "print","style": {"navigationBarTitleText": "云打印"}},
  205. {"path": "password","style": {"navigationBarTitleText": "修改密码"}}
  206. ]
  207. },
  208. {
  209. "root": "admin/setting",
  210. "pages": [
  211. {
  212. "path": "list",
  213. "style": {
  214. "navigationBarTitleText": "设置"
  215. }
  216. },
  217. {
  218. "path": "wx-menu",
  219. "style": {
  220. "navigationBarTitleText": "公众号菜单设置"
  221. }
  222. },
  223. {
  224. "path": "coupon",
  225. "style": {
  226. "navigationBarTitleText": "新客优惠"
  227. }
  228. },
  229. {
  230. "path": "level",
  231. "style": {
  232. "navigationBarTitleText": "客户等级设置"
  233. }
  234. },
  235. {
  236. "path": "password",
  237. "style": {
  238. "navigationBarTitleText": "密码设置"
  239. }
  240. }
  241. ]
  242. },
  243. {
  244. "root": "admin/goodsManage",
  245. "pages": [
  246. {
  247. "path": "list",
  248. "style": {
  249. "navigationBarTitleText": "商品管理"
  250. }
  251. },
  252. {
  253. "path": "category",
  254. "style": {
  255. "navigationBarTitleText": "分类管理"
  256. }
  257. },
  258. {
  259. "path": "add",
  260. "style": {
  261. "navigationBarTitleText": "添加商品"
  262. }
  263. },
  264. {
  265. "path": "img-store",
  266. "style": {
  267. "navigationBarTitleText": "图库管理"
  268. }
  269. },
  270. {
  271. "path": "goods-name",
  272. "style": {
  273. "navigationBarTitleText": "填写商品信息"
  274. }
  275. },
  276. {
  277. "path": "freight",
  278. "style": {
  279. "navigationBarTitleText": "运费设置"
  280. }
  281. },
  282. {
  283. "path": "price-increase",
  284. "style": {
  285. "navigationBarTitleText": "节假日自动涨价"
  286. }
  287. }
  288. ]
  289. },
  290. {
  291. "root": "admin/shopAdmin",
  292. "pages": [
  293. {
  294. "path": "bind",
  295. "style": {
  296. "navigationBarTitleText": "管理员绑定"
  297. }
  298. }
  299. ]
  300. },
  301. {
  302. "root": "admin/assets",
  303. "pages": [
  304. {
  305. "path": "list",
  306. "style": {
  307. "navigationBarTitleText": "收入明细"
  308. }
  309. }
  310. ]
  311. },
  312. {
  313. "root": "admin/chat",
  314. "pages": [
  315. {
  316. "path": "index",
  317. "style": {
  318. "navigationBarTitleText": "客服",
  319. "enablePullDownRefresh": true
  320. }
  321. }
  322. ]
  323. },
  324. {
  325. "root": "admin/template",
  326. "pages": [
  327. {
  328. "path": "index",
  329. "style": {
  330. "navigationBarTitleText": "选择模板"
  331. }
  332. }
  333. ]
  334. },
  335. {
  336. "root": "admin/statistics",
  337. "pages": [
  338. {
  339. "path": "demo",
  340. "style": {
  341. "navigationBarTitleText": "数据统计"
  342. }
  343. }
  344. ]
  345. },
  346. {
  347. "root": "admin/recharge",
  348. "pages": [
  349. {
  350. "path": "renew",
  351. "style": {
  352. "navigationBarTitleText": "免费续期"
  353. }
  354. },
  355. {
  356. "path": "rechargeSuccess",
  357. "style": {
  358. "navigationBarTitleText": "免费续期"
  359. }
  360. }
  361. ]
  362. },
  363. {
  364. "root": "admin/billing",
  365. "pages": [
  366. {
  367. "path": "index",
  368. "style": {
  369. "navigationBarTitleText": "开单"
  370. }
  371. },
  372. {
  373. "path": "customerPlace",
  374. "style": {
  375. "navigationBarTitleText": "开单"
  376. }
  377. },
  378. {
  379. "path": "priceChange",
  380. "style": {
  381. "navigationBarTitleText": "改价",
  382. "enablePullDownRefresh": true
  383. }
  384. },
  385. {
  386. "path": "result",
  387. "style": {
  388. "navigationBarTitleText": "开单状态"
  389. }
  390. },
  391. {
  392. "path": "affirm",
  393. "style": {
  394. "navigationBarTitleText": "确认订单信息"
  395. }
  396. },
  397. {
  398. "path": "affirmGoods",
  399. "style": {
  400. "navigationBarTitleText": "确认订单信息"
  401. }
  402. },
  403. {
  404. "path": "affirmGhs",
  405. "style": {
  406. "navigationBarTitleText": "确认订单信息"
  407. }
  408. },
  409. {
  410. "path": "affirmPxClass",
  411. "style": {
  412. "navigationBarTitleText": "确认订单信息"
  413. }
  414. },
  415. {
  416. "path": "customerAffirm",
  417. "style": {
  418. "navigationBarTitleText": "确认下单"
  419. }
  420. },
  421. {
  422. "path": "confirm",
  423. "style": {
  424. "navigationBarTitleText": "待确认"
  425. }
  426. }
  427. ]
  428. },
  429. {
  430. "root": "admin/order",
  431. "pages": [
  432. {
  433. "path": "detail",
  434. "style": {
  435. "navigationBarTitleText": "详情"
  436. }
  437. },
  438. {
  439. "path": "ship",
  440. "style": {
  441. "navigationBarTitleText": "发货"
  442. }
  443. },
  444. {
  445. "path": "fill-form",
  446. "style": {
  447. "navigationBarTitleText": "填写收花人"
  448. }
  449. }
  450. ]
  451. },
  452. {
  453. "root": "admin/member",
  454. "pages": [
  455. {
  456. "path": "detail",
  457. "style": {
  458. "navigationBarTitleText": "详情"
  459. }
  460. }
  461. ]
  462. },
  463. {
  464. "root": "pagesStorehouse/shop/",
  465. "pages": [
  466. {
  467. "path": "list",
  468. "style": {
  469. "navigationBarTitleText": "门店管理",
  470. "enablePullDownRefresh": true
  471. }
  472. },
  473. {
  474. "path": "update",
  475. "style": {
  476. "navigationBarTitleText": "门店编辑"
  477. }
  478. }
  479. ]
  480. },
  481. {
  482. "root": "pagesStorehouse/inventory/",
  483. "pages": [
  484. {
  485. "path": "list",
  486. "style": {
  487. "navigationBarTitleText": "盘点",
  488. "enablePullDownRefresh": true
  489. }
  490. },
  491. {
  492. "path": "details",
  493. "style": {
  494. "navigationBarTitleText": "盘点详情"
  495. }
  496. },
  497. {
  498. "path": "update",
  499. "style": {
  500. "navigationBarTitleText": "新增"
  501. }
  502. },
  503. {
  504. "path": "select",
  505. "style": {
  506. "navigationBarTitleText": "盘点花材"
  507. }
  508. }
  509. ]
  510. },
  511. {
  512. "root": "pagesStorehouse/allot/",
  513. "pages": [
  514. {
  515. "path": "exDetails",
  516. "style": {
  517. "navigationBarTitleText": "出库详情"
  518. }
  519. },
  520. {
  521. "path": "addExDetails",
  522. "style": {
  523. "navigationBarTitleText": "新增"
  524. }
  525. },
  526. {
  527. "path": "allotEx",
  528. "style": {
  529. "navigationBarTitleText": "调拨出库",
  530. "enablePullDownRefresh": true
  531. }
  532. },
  533. {
  534. "path": "exSelect",
  535. "style": {
  536. "navigationBarTitleText": "选择商品",
  537. "enablePullDownRefresh": true
  538. }
  539. },
  540. {
  541. "path": "putDetails",
  542. "style": {
  543. "navigationBarTitleText": "入库详情"
  544. }
  545. },
  546. {
  547. "path": "allotPut",
  548. "style": {
  549. "navigationBarTitleText": "调拨入库",
  550. "enablePullDownRefresh": true
  551. }
  552. }
  553. ]
  554. },
  555. {
  556. "root": "pagesStorehouse/flower/",
  557. "pages": [
  558. {
  559. "path": "category",
  560. "style": {
  561. "navigationBarTitleText": "花材管理",
  562. "enablePullDownRefresh": true
  563. }
  564. },
  565. {
  566. "path": "manage",
  567. "style": {
  568. "navigationBarTitleText": "花材",
  569. "enablePullDownRefresh": true
  570. }
  571. }
  572. ]
  573. },
  574. {
  575. "root": "pagesStorehouse/stockWarn/",
  576. "pages": [
  577. {
  578. "path": "manage",
  579. "style": {
  580. "navigationBarTitleText": "库存",
  581. "enablePullDownRefresh": true
  582. }
  583. },
  584. {
  585. "path": "detailed",
  586. "style": {
  587. "navigationBarTitleText": "明细",
  588. "enablePullDownRefresh": true
  589. }
  590. }
  591. ]
  592. },
  593. {
  594. "root": "pagesPurchase",
  595. "pages": [
  596. {
  597. "path": "result",
  598. "style": {
  599. "navigationBarTitleText": "结果"
  600. }
  601. },
  602. {
  603. "path": "add",
  604. "style": {
  605. "navigationBarTitleText": "新增采购单",
  606. "enablePullDownRefresh": true
  607. }
  608. },
  609. {
  610. "path": "gathering",
  611. "style": {
  612. "navigationBarTitleText": "欠款订单",
  613. "enablePullDownRefresh": true
  614. }
  615. },
  616. {
  617. "path": "particulars",
  618. "style": {
  619. "navigationBarTitleText": "",
  620. "enablePullDownRefresh": true
  621. }
  622. },
  623. {
  624. "path": "details",
  625. "style": {
  626. "navigationBarTitleText": "确认订单"
  627. }
  628. },
  629. {
  630. "path": "order",
  631. "style": {
  632. "navigationBarTitleText": "供应商",
  633. "enablePullDownRefresh": true
  634. }
  635. },
  636. {
  637. "path": "shopping",
  638. "style": {
  639. "navigationBarTitleText": "采购",
  640. "enablePullDownRefresh": true
  641. }
  642. },
  643. {
  644. "path": "ghsProduct",
  645. "style": {
  646. "navigationBarTitleText": "",
  647. "enablePullDownRefresh": false
  648. }
  649. },
  650. {
  651. "path": "setPsd",
  652. "style": {
  653. "navigationBarTitleText": "设置密码",
  654. "enablePullDownRefresh": true
  655. }
  656. },
  657. {
  658. "path": "wechatPay",
  659. "style": {
  660. "navigationBarTitleText": "待支付",
  661. "enablePullDownRefresh": true
  662. }
  663. },
  664. {
  665. "path": "cosNext",
  666. "style": {
  667. "navigationBarTitleText": "下一步",
  668. "enablePullDownRefresh": true
  669. }
  670. },
  671. {
  672. "path": "gatherPay",
  673. "style": {
  674. "navigationBarTitleText": "",
  675. "enablePullDownRefresh": false
  676. }
  677. },
  678. {
  679. "path": "gatherResult",
  680. "style": {
  681. "navigationBarTitleText": "",
  682. "enablePullDownRefresh": false
  683. }
  684. },
  685. {
  686. "path": "purDetails",
  687. "style": {
  688. "navigationBarTitleText": "采购详情",
  689. "enablePullDownRefresh": true
  690. }
  691. },
  692. {
  693. "path": "info",
  694. "style": {
  695. "navigationBarTitleText": "订单详情",
  696. "enablePullDownRefresh": true
  697. }
  698. },
  699. {
  700. "path": "xj",
  701. "style": {
  702. "navigationBarTitleText": "选择小菊颜色",
  703. "enablePullDownRefresh": true
  704. }
  705. },
  706. {
  707. "path": "refundDetail",
  708. "style": {
  709. "navigationBarTitleText": "退款详情",
  710. "enablePullDownRefresh": true
  711. }
  712. },
  713. {
  714. "path": "level",
  715. "style": {
  716. "navigationBarTitleText": "会员等级",
  717. "enablePullDownRefresh": true
  718. }
  719. }
  720. ]
  721. },
  722. {
  723. "root": "pagesArrears",
  724. "pages": [
  725. {
  726. "path": "list",
  727. "style": {
  728. "navigationBarTitleText": "客户欠款",
  729. "enablePullDownRefresh": true
  730. }
  731. },
  732. {
  733. "path": "details",
  734. "style": {
  735. "navigationBarTitleText": "欠款明细",
  736. "enablePullDownRefresh": true
  737. }
  738. }
  739. ]
  740. },
  741. {
  742. "root": "pagesInvite",
  743. "pages": [
  744. {
  745. "path": "list",
  746. "style": {
  747. "navigationBarTitleText": "邀请开店",
  748. "enablePullDownRefresh": true
  749. }
  750. },
  751. {
  752. "path": "inviteShop",
  753. "style": {
  754. "navigationBarTitleText": "",
  755. "enablePullDownRefresh": true
  756. }
  757. },
  758. {
  759. "path": "inviteHdShop",
  760. "style": {
  761. "navigationBarTitleText": "",
  762. "enablePullDownRefresh": true
  763. }
  764. }
  765. ]
  766. },
  767. {
  768. "root": "pagesStatistics",
  769. "pages": [
  770. {
  771. "path": "business",
  772. "style": {
  773. "navigationBarTitleText": "营业概况",
  774. "enablePullDownRefresh": true
  775. }
  776. },
  777. {
  778. "path": "pagesPublicity",
  779. "style": {
  780. "navigationBarTitleText": ""
  781. }
  782. },
  783. {
  784. "path": "trainingClass",
  785. "style": {
  786. "navigationBarTitleText": "培训班",
  787. "enablePullDownRefresh": true
  788. }
  789. },
  790. {
  791. "path": "trainingClassEdit",
  792. "style": {
  793. "navigationBarTitleText": "培训班编辑"
  794. }
  795. }
  796. ]
  797. },
  798. {
  799. "root": "admin/jc",
  800. "pages": [
  801. {"path": "index","style": {"navigationBarTitleText": "新手使用教程"}},
  802. {"path": "video","style": {"navigationBarTitleText": "播放视频"}}
  803. ]
  804. },
  805. {
  806. "root": "admin/clear",
  807. "pages": [
  808. {
  809. "path": "list",
  810. "style": {
  811. "navigationBarTitleText": "结帐记录"
  812. }
  813. },
  814. {
  815. "path": "info",
  816. "style": {
  817. "navigationBarTitleText": "详情"
  818. }
  819. }
  820. ]
  821. }
  822. ],
  823. "globalStyle": {
  824. // #ifdef H5
  825. "navigationStyle": "custom",
  826. // #endif
  827. "navigationBarBackgroundColor": "#fff",
  828. "navigationBarTitleText": "花惠宝",
  829. "navigationBarTextStyle": "black",
  830. "backgroundColor": "#f9fbfc"
  831. },
  832. "tabBar": {
  833. "color": "#C0C4CC",
  834. "selectedColor": "#3385FF",
  835. "borderStyle": "black",
  836. "backgroundColor": "#ffffff",
  837. "list": [
  838. {
  839. "pagePath": "admin/home/workbench",
  840. "iconPath": "static/images/common/shop-tab_no.png",
  841. "selectedIconPath": "static/images/common/shop-tab.png",
  842. "text": "店铺"
  843. },
  844. {
  845. "pagePath": "admin/home/order",
  846. "iconPath": "static/images/common/order-no.png",
  847. "selectedIconPath": "static/images/common/order-is.png",
  848. "text": "订单"
  849. },
  850. {
  851. "pagePath": "admin/home/member",
  852. "iconPath": "static/images/common/member-no.png",
  853. "selectedIconPath": "static/images/common/member-is.png",
  854. "text": "客户"
  855. },
  856. {
  857. "pagePath": "admin/home/apply",
  858. "iconPath": "static/images/common/category-no.png",
  859. "selectedIconPath": "static/images/common/shop-apply.png",
  860. "text": "应用"
  861. },
  862. {
  863. "pagePath": "admin/home/me",
  864. "iconPath": "static/images/common/user-no.png",
  865. "selectedIconPath": "static/images/common/shop-me.png",
  866. "text": "我的"
  867. }
  868. ]
  869. }
  870. }