pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710
  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/billing",
  403. "pages": [
  404. {
  405. "path": "index",
  406. "style": {
  407. "navigationBarTitleText": "开单"
  408. }
  409. },
  410. {
  411. "path": "customerPlace",
  412. "style": {
  413. "navigationBarTitleText": "开单"
  414. }
  415. },
  416. {
  417. "path": "priceChange",
  418. "style": {
  419. "navigationBarTitleText": "改价",
  420. "enablePullDownRefresh": true
  421. }
  422. },
  423. {
  424. "path": "result",
  425. "style": {
  426. "navigationBarTitleText": "开单结果"
  427. }
  428. },
  429. {
  430. "path": "affirm",
  431. "style": {
  432. "navigationBarTitleText": "确认下单"
  433. }
  434. },
  435. {
  436. "path": "customerAffirm",
  437. "style": {
  438. "navigationBarTitleText": "确认下单"
  439. }
  440. },
  441. {
  442. "path": "confirm",
  443. "style": {
  444. "navigationBarTitleText": "待确认"
  445. }
  446. }
  447. ]
  448. },
  449. {
  450. "root": "pagesStorehouse/shop/",
  451. "pages": [
  452. {
  453. "path": "list",
  454. "style": {
  455. "navigationBarTitleText": "门店管理",
  456. "enablePullDownRefresh": true
  457. }
  458. },
  459. {
  460. "path": "update",
  461. "style": {
  462. "navigationBarTitleText": "门店编辑"
  463. }
  464. }
  465. ]
  466. },
  467. {
  468. "root": "pagesStorehouse/inventory/",
  469. "pages": [
  470. {
  471. "path": "list",
  472. "style": {
  473. "navigationBarTitleText": "盘点",
  474. "enablePullDownRefresh": true
  475. }
  476. },
  477. {
  478. "path": "details",
  479. "style": {
  480. "navigationBarTitleText": "盘点详情"
  481. }
  482. },
  483. {
  484. "path": "update",
  485. "style": {
  486. "navigationBarTitleText": "新增"
  487. }
  488. },
  489. {
  490. "path": "select",
  491. "style": {
  492. "navigationBarTitleText": "盘点花材"
  493. }
  494. }
  495. ]
  496. },
  497. {
  498. "root": "pagesStorehouse/allot/",
  499. "pages": [
  500. {
  501. "path": "exDetails",
  502. "style": {
  503. "navigationBarTitleText": "出库详情"
  504. }
  505. },
  506. {
  507. "path": "addExDetails",
  508. "style": {
  509. "navigationBarTitleText": "新增"
  510. }
  511. },
  512. {
  513. "path": "allotEx",
  514. "style": {
  515. "navigationBarTitleText": "调拨出库",
  516. "enablePullDownRefresh": true
  517. }
  518. },
  519. {
  520. "path": "exSelect",
  521. "style": {
  522. "navigationBarTitleText": "选择商品",
  523. "enablePullDownRefresh": true
  524. }
  525. },
  526. {
  527. "path": "putDetails",
  528. "style": {
  529. "navigationBarTitleText": "入库详情"
  530. }
  531. },
  532. {
  533. "path": "allotPut",
  534. "style": {
  535. "navigationBarTitleText": "调拨入库",
  536. "enablePullDownRefresh": true
  537. }
  538. }
  539. ]
  540. },
  541. {
  542. "root": "pagesStorehouse/flower/",
  543. "pages": [
  544. {
  545. "path": "category",
  546. "style": {
  547. "navigationBarTitleText": "花材管理",
  548. "enablePullDownRefresh": true
  549. }
  550. },
  551. {
  552. "path": "manage",
  553. "style": {
  554. "navigationBarTitleText": "花材",
  555. "enablePullDownRefresh": true
  556. }
  557. }
  558. ]
  559. },
  560. {
  561. "root": "pagesStorehouse/stockWarn/",
  562. "pages": [
  563. {
  564. "path": "manage",
  565. "style": {
  566. "navigationBarTitleText": "库存",
  567. "enablePullDownRefresh": true
  568. }
  569. },
  570. {
  571. "path": "detailed",
  572. "style": {
  573. "navigationBarTitleText": "明细",
  574. "enablePullDownRefresh": true
  575. }
  576. }
  577. ]
  578. },
  579. {
  580. "root": "pagesPurchase",
  581. "pages": [
  582. {
  583. "path": "result",
  584. "style": {
  585. "navigationBarTitleText": "结果"
  586. }
  587. },
  588. {
  589. "path": "add",
  590. "style": {
  591. "navigationBarTitleText": "新增采购单",
  592. "enablePullDownRefresh": true
  593. }
  594. },
  595. {
  596. "path": "details",
  597. "style": {
  598. "navigationBarTitleText": "确认订单"
  599. }
  600. },
  601. {
  602. "path": "order",
  603. "style": {
  604. "navigationBarTitleText": "采购订单",
  605. "enablePullDownRefresh": true
  606. }
  607. },
  608. {
  609. "path": "info",
  610. "style": {
  611. "navigationBarTitleText": "订单详情",
  612. "enablePullDownRefresh": true
  613. }
  614. }
  615. ]
  616. },
  617. {
  618. "root": "pagesArrears",
  619. "pages": [
  620. {
  621. "path": "list",
  622. "style": {
  623. "navigationBarTitleText": "客户欠款",
  624. "enablePullDownRefresh": true
  625. }
  626. },
  627. {
  628. "path": "details",
  629. "style": {
  630. "navigationBarTitleText": "欠款明细",
  631. "enablePullDownRefresh": true
  632. }
  633. }
  634. ]
  635. },
  636. {
  637. "root": "pagesInvite",
  638. "pages": [
  639. {
  640. "path": "list",
  641. "style": {
  642. "navigationBarTitleText": "邀请开店",
  643. "enablePullDownRefresh": true
  644. }
  645. }
  646. ]
  647. },
  648. {
  649. "root": "pagesStatistics",
  650. "pages": [
  651. {
  652. "path": "business",
  653. "style": {
  654. "navigationBarTitleText": "营业概况",
  655. "enablePullDownRefresh": true
  656. }
  657. }
  658. ]
  659. }
  660. ],
  661. "globalStyle": {
  662. // #ifdef H5
  663. "navigationStyle": "custom",
  664. // #endif
  665. "navigationBarBackgroundColor": "#fff",
  666. "navigationBarTitleText": "花卉宝",
  667. "navigationBarTextStyle": "black",
  668. "backgroundColor": "#f9fbfc"
  669. },
  670. "tabBar": {
  671. "color": "#C0C4CC",
  672. "selectedColor": "#3385FF",
  673. "borderStyle": "black",
  674. "backgroundColor": "#ffffff",
  675. "list": [
  676. {
  677. "pagePath": "admin/home/workbench",
  678. "iconPath": "static/images/common/shop-tab_no.png",
  679. "selectedIconPath": "static/images/common/shop-tab.png",
  680. "text": "店铺"
  681. },
  682. {
  683. "pagePath": "admin/home/order",
  684. "iconPath": "static/images/common/order-no.png",
  685. "selectedIconPath": "static/images/common/order-is.png",
  686. "text": "订单"
  687. },
  688. {
  689. "pagePath": "admin/home/member",
  690. "iconPath": "static/images/common/member-no.png",
  691. "selectedIconPath": "static/images/common/member-is.png",
  692. "text": "客户"
  693. },
  694. {
  695. "pagePath": "admin/home/apply",
  696. "iconPath": "static/images/common/category-no.png",
  697. "selectedIconPath": "static/images/common/shop-apply.png",
  698. "text": "应用"
  699. },
  700. {
  701. "pagePath": "admin/home/me",
  702. "iconPath": "static/images/common/user-no.png",
  703. "selectedIconPath": "static/images/common/shop-me.png",
  704. "text": "我的"
  705. }
  706. ]
  707. }
  708. }