pages.json 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738
  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/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": "common/redirect",
  61. "style": {
  62. "navigationBarTitleText": "加载中..."
  63. }
  64. },
  65. {
  66. "path": "common/webview",
  67. "style": {
  68. "navigationBarBackgroundColor": "#ffffff",
  69. "navigationBarTextStyle": "black"
  70. }
  71. },
  72. {
  73. "path": "common/pageSuccess",
  74. "style": {
  75. "navigationBarBackgroundColor": "#ffffff",
  76. "navigationBarTextStyle": "black"
  77. }
  78. }
  79. ],
  80. "subPackages": [
  81. {
  82. "root": "pagesClient",
  83. "pages": [
  84. {
  85. "path": "member/add",
  86. "style": {
  87. "navigationBarTitleText": "添加客户"
  88. }
  89. },
  90. {
  91. "path": "member/detail",
  92. "style": {
  93. "navigationBarTitleText": "客户详情"
  94. }
  95. },
  96. {
  97. "path": "member/bind",
  98. "style": {
  99. "navigationBarTitleText": "绑定微信"
  100. }
  101. },
  102. {
  103. "path": "official/index",
  104. "style": {
  105. "navigationBarTitleText": "花卉宝"
  106. }
  107. },
  108. {
  109. "path": "official/pay",
  110. "style": {
  111. "navigationBarTitleText": "支付"
  112. }
  113. },
  114. {
  115. "path": "official/apply",
  116. "style": {
  117. "navigationBarTitleText": "申请"
  118. }
  119. },
  120. {
  121. "path": "official/clientApply",
  122. "style": {
  123. "navigationBarTitleText": "结果"
  124. }
  125. },
  126. {
  127. "path": "official/clientResult",
  128. "style": {
  129. "navigationBarTitleText": "提交审核"
  130. }
  131. },
  132. {
  133. "path": "official/renewal",
  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": "订单详情", "enablePullDownRefresh": true}},
  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/billing",
  423. "pages": [
  424. {
  425. "path": "index",
  426. "style": {
  427. "navigationBarTitleText": "开单"
  428. }
  429. },
  430. {
  431. "path": "customerPlace",
  432. "style": {
  433. "navigationBarTitleText": "开单"
  434. }
  435. },
  436. {
  437. "path": "priceChange",
  438. "style": {
  439. "navigationBarTitleText": "改价",
  440. "enablePullDownRefresh": true
  441. }
  442. },
  443. {
  444. "path": "result",
  445. "style": {
  446. "navigationBarTitleText": "开单结果"
  447. }
  448. },
  449. {
  450. "path": "affirm",
  451. "style": {
  452. "navigationBarTitleText": "确认下单"
  453. }
  454. },
  455. {
  456. "path": "customerAffirm",
  457. "style": {
  458. "navigationBarTitleText": "确认下单"
  459. }
  460. },
  461. {
  462. "path": "confirm",
  463. "style": {
  464. "navigationBarTitleText": "待确认"
  465. }
  466. }
  467. ]
  468. },
  469. {
  470. "root": "pagesStorehouse/shop/",
  471. "pages": [
  472. {
  473. "path": "list",
  474. "style": {
  475. "navigationBarTitleText": "门店管理",
  476. "enablePullDownRefresh": true
  477. }
  478. },
  479. {
  480. "path": "update",
  481. "style": {
  482. "navigationBarTitleText": "门店编辑"
  483. }
  484. }
  485. ]
  486. },
  487. {
  488. "root": "pagesStorehouse/inventory/",
  489. "pages": [
  490. {
  491. "path": "list",
  492. "style": {
  493. "navigationBarTitleText": "盘点",
  494. "enablePullDownRefresh": true
  495. }
  496. },
  497. {
  498. "path": "details",
  499. "style": {
  500. "navigationBarTitleText": "盘点详情"
  501. }
  502. },
  503. {
  504. "path": "update",
  505. "style": {
  506. "navigationBarTitleText": "新增"
  507. }
  508. },
  509. {
  510. "path": "select",
  511. "style": {
  512. "navigationBarTitleText": "盘点花材"
  513. }
  514. }
  515. ]
  516. },
  517. {
  518. "root": "pagesStorehouse/allot/",
  519. "pages": [
  520. {
  521. "path": "exDetails",
  522. "style": {
  523. "navigationBarTitleText": "出库详情"
  524. }
  525. },
  526. {
  527. "path": "addExDetails",
  528. "style": {
  529. "navigationBarTitleText": "新增"
  530. }
  531. },
  532. {
  533. "path": "allotEx",
  534. "style": {
  535. "navigationBarTitleText": "调拨出库",
  536. "enablePullDownRefresh": true
  537. }
  538. },
  539. {
  540. "path": "exSelect",
  541. "style": {
  542. "navigationBarTitleText": "选择商品",
  543. "enablePullDownRefresh": true
  544. }
  545. },
  546. {
  547. "path": "putDetails",
  548. "style": {
  549. "navigationBarTitleText": "入库详情"
  550. }
  551. },
  552. {
  553. "path": "allotPut",
  554. "style": {
  555. "navigationBarTitleText": "调拨入库",
  556. "enablePullDownRefresh": true
  557. }
  558. }
  559. ]
  560. },
  561. {
  562. "root": "pagesStorehouse/flower/",
  563. "pages": [
  564. {
  565. "path": "category",
  566. "style": {
  567. "navigationBarTitleText": "花材管理",
  568. "enablePullDownRefresh": true
  569. }
  570. },
  571. {
  572. "path": "manage",
  573. "style": {
  574. "navigationBarTitleText": "花材",
  575. "enablePullDownRefresh": true
  576. }
  577. }
  578. ]
  579. },
  580. {
  581. "root": "pagesStorehouse/stockWarn/",
  582. "pages": [
  583. {
  584. "path": "manage",
  585. "style": {
  586. "navigationBarTitleText": "库存",
  587. "enablePullDownRefresh": true
  588. }
  589. },
  590. {
  591. "path": "detailed",
  592. "style": {
  593. "navigationBarTitleText": "明细",
  594. "enablePullDownRefresh": true
  595. }
  596. }
  597. ]
  598. },
  599. {
  600. "root": "pagesPurchase",
  601. "pages": [
  602. {
  603. "path": "result",
  604. "style": {
  605. "navigationBarTitleText": "结果"
  606. }
  607. },
  608. {
  609. "path": "add",
  610. "style": {
  611. "navigationBarTitleText": "新增采购单",
  612. "enablePullDownRefresh": true
  613. }
  614. },
  615. {
  616. "path": "details",
  617. "style": {
  618. "navigationBarTitleText": "确认订单"
  619. }
  620. },
  621. {
  622. "path": "components/pageSuccess",
  623. "style": {
  624. "navigationBarBackgroundColor": "#ffffff",
  625. "navigationBarTextStyle": "black"
  626. }
  627. },
  628. {
  629. "path": "order",
  630. "style": {
  631. "navigationBarTitleText": "采购订单",
  632. "enablePullDownRefresh": true
  633. }
  634. },
  635. {
  636. "path": "info",
  637. "style": {
  638. "navigationBarTitleText": "订单详情",
  639. "enablePullDownRefresh": true
  640. }
  641. }
  642. ]
  643. },
  644. {
  645. "root": "pagesArrears",
  646. "pages": [
  647. {
  648. "path": "list",
  649. "style": {
  650. "navigationBarTitleText": "客户欠款",
  651. "enablePullDownRefresh": true
  652. }
  653. },
  654. {
  655. "path": "details",
  656. "style": {
  657. "navigationBarTitleText": "欠款明细",
  658. "enablePullDownRefresh": true
  659. }
  660. }
  661. ]
  662. },
  663. {
  664. "root": "pagesInvite",
  665. "pages": [
  666. {
  667. "path": "list",
  668. "style": {
  669. "navigationBarTitleText": "邀请开店",
  670. "enablePullDownRefresh": true
  671. }
  672. }
  673. ]
  674. },
  675. {
  676. "root": "pagesStatistics",
  677. "pages": [
  678. {
  679. "path": "business",
  680. "style": {
  681. "navigationBarTitleText": "营业概况",
  682. "enablePullDownRefresh": true
  683. }
  684. }
  685. ]
  686. }
  687. ],
  688. "globalStyle": {
  689. // #ifdef H5
  690. "navigationStyle": "custom",
  691. // #endif
  692. "navigationBarBackgroundColor": "#fff",
  693. "navigationBarTitleText": "花卉宝",
  694. "navigationBarTextStyle": "black",
  695. "backgroundColor": "#f9fbfc",
  696. "onReachBottomDistance": 300
  697. },
  698. "tabBar": {
  699. "color": "#C0C4CC",
  700. "selectedColor": "#3385FF",
  701. "borderStyle": "black",
  702. "backgroundColor": "#ffffff",
  703. "list": [
  704. {
  705. "pagePath": "admin/home/workbench",
  706. "iconPath": "static/images/common/shop-tab_no.png",
  707. "selectedIconPath": "static/images/common/shop-tab.png",
  708. "text": "店铺"
  709. },
  710. {
  711. "pagePath": "admin/home/order",
  712. "iconPath": "static/images/common/order-no.png",
  713. "selectedIconPath": "static/images/common/order-is.png",
  714. "text": "订单"
  715. },
  716. {
  717. "pagePath": "admin/home/member",
  718. "iconPath": "static/images/common/member-no.png",
  719. "selectedIconPath": "static/images/common/member-is.png",
  720. "text": "客户"
  721. },
  722. {
  723. "pagePath": "admin/home/apply",
  724. "iconPath": "static/images/common/category-no.png",
  725. "selectedIconPath": "static/images/common/shop-apply.png",
  726. "text": "应用"
  727. },
  728. {
  729. "pagePath": "admin/home/me",
  730. "iconPath": "static/images/common/user-no.png",
  731. "selectedIconPath": "static/images/common/shop-me.png",
  732. "text": "我的"
  733. }
  734. ]
  735. }
  736. }