pages.json 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702
  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/rechargeSuccess","style": {"navigationBarTitleText": "充值成功"}}
  174. ]
  175. },
  176. {
  177. "root": "admin/coupon",
  178. "pages": [
  179. {
  180. "path": "list",
  181. "style": {
  182. "navigationBarTitleText": "优惠券"
  183. }
  184. }
  185. ]
  186. },
  187. {
  188. "root": "admin/ad",
  189. "pages": [
  190. {
  191. "path": "list",
  192. "style": {
  193. "navigationBarTitleText": "广告列表"
  194. }
  195. },
  196. {
  197. "path": "add",
  198. "style": {
  199. "navigationBarTitleText": "添加广告"
  200. }
  201. },
  202. {
  203. "path": "sel-goods",
  204. "style": {
  205. "navigationBarTitleText": "商品选择"
  206. }
  207. }
  208. ]
  209. },
  210. {
  211. "root": "admin/staff",
  212. "pages": [
  213. {
  214. "path": "list",
  215. "style": {
  216. "navigationBarTitleText": "员工管理"
  217. }
  218. },
  219. {
  220. "path": "add",
  221. "style": {
  222. "navigationBarTitleText": ""
  223. }
  224. },
  225. {
  226. "path": "sel-member",
  227. "style": {
  228. "navigationBarTitleText": "客户列表"
  229. }
  230. },
  231. {
  232. "path": "achieve",
  233. "style": {
  234. "navigationBarTitleText": "员工业绩"
  235. }
  236. }
  237. ]
  238. },
  239. {
  240. "root": "admin/shop",
  241. "pages": [
  242. {
  243. "path": "list",
  244. "style": {
  245. "navigationBarTitleText": "店铺管理"
  246. }
  247. },
  248. {
  249. "path": "add",
  250. "style": {
  251. "navigationBarTitleText": ""
  252. }
  253. }
  254. ]
  255. },
  256. {
  257. "root": "admin/setting",
  258. "pages": [
  259. {
  260. "path": "list",
  261. "style": {
  262. "navigationBarTitleText": "设置"
  263. }
  264. },
  265. {
  266. "path": "wx-menu",
  267. "style": {
  268. "navigationBarTitleText": "公众号菜单设置"
  269. }
  270. },
  271. {
  272. "path": "coupon",
  273. "style": {
  274. "navigationBarTitleText": "新客优惠"
  275. }
  276. },
  277. {
  278. "path": "level",
  279. "style": {
  280. "navigationBarTitleText": "客户等级设置"
  281. }
  282. },
  283. {
  284. "path": "password",
  285. "style": {
  286. "navigationBarTitleText": "密码设置"
  287. }
  288. }
  289. ]
  290. },
  291. {
  292. "root": "admin/goodsManage",
  293. "pages": [
  294. {
  295. "path": "list",
  296. "style": {
  297. "navigationBarTitleText": "商品管理"
  298. }
  299. },
  300. {
  301. "path": "category",
  302. "style": {
  303. "navigationBarTitleText": "分类管理"
  304. }
  305. },
  306. {
  307. "path": "add",
  308. "style": {
  309. "navigationBarTitleText": "添加商品"
  310. }
  311. },
  312. {
  313. "path": "img-store",
  314. "style": {
  315. "navigationBarTitleText": "图库管理"
  316. }
  317. },
  318. {
  319. "path": "goods-name",
  320. "style": {
  321. "navigationBarTitleText": "填写商品信息"
  322. }
  323. },
  324. {
  325. "path": "freight",
  326. "style": {
  327. "navigationBarTitleText": "运费设置"
  328. }
  329. },
  330. {
  331. "path": "price-increase",
  332. "style": {
  333. "navigationBarTitleText": "节假日自动涨价"
  334. }
  335. }
  336. ]
  337. },
  338. {
  339. "root": "admin/shopAdmin",
  340. "pages": [
  341. {
  342. "path": "bind",
  343. "style": {
  344. "navigationBarTitleText": "管理员绑定"
  345. }
  346. }
  347. ]
  348. },
  349. {
  350. "root": "admin/assets",
  351. "pages": [
  352. {
  353. "path": "list",
  354. "style": {
  355. "navigationBarTitleText": "收入明细"
  356. }
  357. }
  358. ]
  359. },
  360. {
  361. "root": "admin/chat",
  362. "pages": [
  363. {
  364. "path": "index",
  365. "style": {
  366. "navigationBarTitleText": "客服",
  367. "enablePullDownRefresh": true
  368. }
  369. }
  370. ]
  371. },
  372. {
  373. "root": "admin/template",
  374. "pages": [
  375. {
  376. "path": "index",
  377. "style": {
  378. "navigationBarTitleText": "选择模板"
  379. }
  380. }
  381. ]
  382. },
  383. {
  384. "root": "admin/statistics",
  385. "pages": [
  386. {
  387. "path": "demo",
  388. "style": {
  389. "navigationBarTitleText": "数据统计"
  390. }
  391. }
  392. ]
  393. },
  394. {
  395. "root": "admin/billing",
  396. "pages": [
  397. {
  398. "path": "index",
  399. "style": {
  400. "navigationBarTitleText": "开单"
  401. }
  402. },
  403. {
  404. "path": "customerPlace",
  405. "style": {
  406. "navigationBarTitleText": "开单"
  407. }
  408. },
  409. {
  410. "path": "priceChange",
  411. "style": {
  412. "navigationBarTitleText": "改价"
  413. }
  414. },
  415. {
  416. "path": "result",
  417. "style": {
  418. "navigationBarTitleText": "开单结果"
  419. }
  420. },
  421. {
  422. "path": "affirm",
  423. "style": {
  424. "navigationBarTitleText": "确认下单"
  425. }
  426. },
  427. {
  428. "path": "customerAffirm",
  429. "style": {
  430. "navigationBarTitleText": "确认下单"
  431. }
  432. },
  433. {
  434. "path": "confirm",
  435. "style": {
  436. "navigationBarTitleText": "待确认"
  437. }
  438. }
  439. ]
  440. },
  441. {
  442. "root": "pagesStorehouse/shop/",
  443. "pages": [
  444. {
  445. "path": "list",
  446. "style": {
  447. "navigationBarTitleText": "门店管理",
  448. "enablePullDownRefresh": true
  449. }
  450. },
  451. {
  452. "path": "update",
  453. "style": {
  454. "navigationBarTitleText": "门店编辑"
  455. }
  456. }
  457. ]
  458. },
  459. {
  460. "root": "pagesStorehouse/inventory/",
  461. "pages": [
  462. {
  463. "path": "list",
  464. "style": {
  465. "navigationBarTitleText": "盘点",
  466. "enablePullDownRefresh": true
  467. }
  468. },
  469. {
  470. "path": "details",
  471. "style": {
  472. "navigationBarTitleText": "盘点详情"
  473. }
  474. },
  475. {
  476. "path": "update",
  477. "style": {
  478. "navigationBarTitleText": "新增"
  479. }
  480. },
  481. {
  482. "path": "select",
  483. "style": {
  484. "navigationBarTitleText": "盘点花材"
  485. }
  486. }
  487. ]
  488. },
  489. {
  490. "root": "pagesStorehouse/allot/",
  491. "pages": [
  492. {
  493. "path": "exDetails",
  494. "style": {
  495. "navigationBarTitleText": "出库详情"
  496. }
  497. },
  498. {
  499. "path": "addExDetails",
  500. "style": {
  501. "navigationBarTitleText": "新增"
  502. }
  503. },
  504. {
  505. "path": "allotEx",
  506. "style": {
  507. "navigationBarTitleText": "调拨出库",
  508. "enablePullDownRefresh": true
  509. }
  510. },
  511. {
  512. "path": "exSelect",
  513. "style": {
  514. "navigationBarTitleText": "选择商品",
  515. "enablePullDownRefresh": true
  516. }
  517. },
  518. {
  519. "path": "putDetails",
  520. "style": {
  521. "navigationBarTitleText": "入库详情"
  522. }
  523. },
  524. {
  525. "path": "allotPut",
  526. "style": {
  527. "navigationBarTitleText": "调拨入库",
  528. "enablePullDownRefresh": true
  529. }
  530. }
  531. ]
  532. },
  533. {
  534. "root": "pagesStorehouse/flower/",
  535. "pages": [
  536. {
  537. "path": "category",
  538. "style": {
  539. "navigationBarTitleText": "花材管理",
  540. "enablePullDownRefresh": true
  541. }
  542. },
  543. {
  544. "path": "manage",
  545. "style": {
  546. "navigationBarTitleText": "花材",
  547. "enablePullDownRefresh": true
  548. }
  549. }
  550. ]
  551. },
  552. {
  553. "root": "pagesStorehouse/stockWarn/",
  554. "pages": [
  555. {
  556. "path": "manage",
  557. "style": {
  558. "navigationBarTitleText": "库存",
  559. "enablePullDownRefresh": true
  560. }
  561. },
  562. {
  563. "path": "detailed",
  564. "style": {
  565. "navigationBarTitleText": "明细",
  566. "enablePullDownRefresh": true
  567. }
  568. }
  569. ]
  570. },
  571. {
  572. "root": "pagesPurchase",
  573. "pages": [
  574. {
  575. "path": "result",
  576. "style": {
  577. "navigationBarTitleText": "结果"
  578. }
  579. },
  580. {
  581. "path": "add",
  582. "style": {
  583. "navigationBarTitleText": "新增采购单",
  584. "enablePullDownRefresh": true
  585. }
  586. },
  587. {
  588. "path": "details",
  589. "style": {
  590. "navigationBarTitleText": "确认订单"
  591. }
  592. },
  593. {
  594. "path": "order",
  595. "style": {
  596. "navigationBarTitleText": "采购订单",
  597. "enablePullDownRefresh": true
  598. }
  599. },
  600. {
  601. "path": "info",
  602. "style": {
  603. "navigationBarTitleText": "订单详情",
  604. "enablePullDownRefresh": true
  605. }
  606. }
  607. ]
  608. },
  609. {
  610. "root": "pagesArrears",
  611. "pages": [
  612. {
  613. "path": "list",
  614. "style": {
  615. "navigationBarTitleText": "客户欠款",
  616. "enablePullDownRefresh": true
  617. }
  618. },
  619. {
  620. "path": "details",
  621. "style": {
  622. "navigationBarTitleText": "欠款明细",
  623. "enablePullDownRefresh": true
  624. }
  625. }
  626. ]
  627. },
  628. {
  629. "root": "pagesInvite",
  630. "pages": [
  631. {
  632. "path": "list",
  633. "style": {
  634. "navigationBarTitleText": "邀请开店",
  635. "enablePullDownRefresh": true
  636. }
  637. }
  638. ]
  639. },
  640. {
  641. "root": "pagesStatistics",
  642. "pages": [
  643. {
  644. "path": "business",
  645. "style": {
  646. "navigationBarTitleText": "营业概况",
  647. "enablePullDownRefresh": true
  648. }
  649. }
  650. ]
  651. }
  652. ],
  653. "globalStyle": {
  654. // #ifdef H5
  655. "navigationStyle": "custom",
  656. // #endif
  657. "navigationBarBackgroundColor": "#fff",
  658. "navigationBarTitleText": "花卉宝",
  659. "navigationBarTextStyle": "black",
  660. "backgroundColor": "#f9fbfc"
  661. },
  662. "tabBar": {
  663. "color": "#C0C4CC",
  664. "selectedColor": "#3385FF",
  665. "borderStyle": "black",
  666. "backgroundColor": "#ffffff",
  667. "list": [
  668. {
  669. "pagePath": "admin/home/workbench",
  670. "iconPath": "static/images/common/shop-tab_no.png",
  671. "selectedIconPath": "static/images/common/shop-tab.png",
  672. "text": "店铺"
  673. },
  674. {
  675. "pagePath": "admin/home/order",
  676. "iconPath": "static/images/common/order-no.png",
  677. "selectedIconPath": "static/images/common/order-is.png",
  678. "text": "订单"
  679. },
  680. {
  681. "pagePath": "admin/home/member",
  682. "iconPath": "static/images/common/member-no.png",
  683. "selectedIconPath": "static/images/common/member-is.png",
  684. "text": "客户"
  685. },
  686. {
  687. "pagePath": "admin/home/apply",
  688. "iconPath": "static/images/common/category-no.png",
  689. "selectedIconPath": "static/images/common/shop-apply.png",
  690. "text": "应用"
  691. },
  692. {
  693. "pagePath": "admin/home/me",
  694. "iconPath": "static/images/common/user-no.png",
  695. "selectedIconPath": "static/images/common/shop-me.png",
  696. "text": "我的"
  697. }
  698. ]
  699. }
  700. }