pages.json 16 KB

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