pages.json 17 KB

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