pages.json 16 KB

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