pages.json 12 KB

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