pages.json 13 KB

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