pages.json 16 KB

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