pages.json 17 KB

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