pages.json 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917
  1. {
  2. "easycom": {
  3. "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
  4. },
  5. "pages": [{
  6. "path": "pages/index/index",
  7. "style": {
  8. "navigationBarTitleText": "工作台",
  9. "navigationStyle": "custom",
  10. "enablePullDownRefresh": true
  11. }
  12. },
  13. {
  14. "path": "pages/index/WxCode",
  15. "style": {
  16. "navigationBarTitleText": "我的小程序码"
  17. }
  18. },
  19. {
  20. "path": "pages/order/index",
  21. "style": {
  22. "navigationBarTitleText": "订单管理",
  23. "navigationStyle": "custom",
  24. "navigationBarTextStyle": "black"
  25. }
  26. }, {
  27. "path": "pages/goods/index",
  28. "style": {
  29. "navigationBarTitleText": "商品列表",
  30. "navigationStyle": "custom",
  31. "navigationBarTextStyle": "black"
  32. }
  33. },
  34. {
  35. "path": "pages/goods/AddSelGoods",
  36. "style": {
  37. "navigationBarTitleText": "新增商品"
  38. }
  39. },
  40. {
  41. "path": "pages/customer/CustomerList",
  42. "style": {
  43. "navigationBarTitleText": "客户列表",
  44. "navigationStyle": "custom",
  45. "navigationBarTextStyle": "black"
  46. }
  47. },
  48. {
  49. "path": "pages/order/orderInfo",
  50. "style": {
  51. "navigationBarTitleText": "订单详情",
  52. "enablePullDownRefresh": true
  53. }
  54. },
  55. {
  56. "path": "pages/order/OrderAdd",
  57. "style": {
  58. "navigationBarTitleText": "代客下单"
  59. }
  60. },
  61. {
  62. "path": "pages/order/OrderGoodsList",
  63. "style": {
  64. "navigationBarTitleText": "商品清单"
  65. }
  66. },
  67. {
  68. "path": "pages/goods/goodsDetail",
  69. "style": {
  70. "navigationBarTitleText": "商品资料详情"
  71. }
  72. },
  73. {
  74. "path": "pages/user/index",
  75. "style": {
  76. "navigationBarTitleText": "我的",
  77. "navigationBarTextStyle": "black",
  78. "navigationStyle": "custom"
  79. }
  80. },
  81. {
  82. "path": "pages/goods/AddGoodsOneStore",
  83. "style": {
  84. "navigationBarTitleText": "新建商品"
  85. }
  86. },
  87. {
  88. "path": "pages/goods/SaleGoodsDetail",
  89. "style": {
  90. "navigationBarTitleText": "商品详情"
  91. }
  92. },
  93. {
  94. "path": "pages/enterprise/index",
  95. "style": {
  96. "navigationBarTitleText": "切换企业"
  97. }
  98. },
  99. {
  100. "path": "pages/login/index",
  101. "style": {
  102. "navigationBarTitleText": "登录",
  103. "navigationStyle": "custom"
  104. }
  105. },
  106. {
  107. "path": "pages/goods/SkuOneStore",
  108. "style": {
  109. "navigationBarTitleText": "规格明细"
  110. }
  111. },
  112. {
  113. "path": "pages/goods/sku",
  114. "style": {
  115. "navigationBarTitleText": "设置规格"
  116. }
  117. },
  118. {
  119. "path": "pages/app/index",
  120. "style": {
  121. "navigationBarTitleText": "应用"
  122. }
  123. },
  124. {
  125. "path": "uni_modules/uni-upgrade-center-app/pages/upgrade-popup",
  126. "style": {
  127. "disableScroll": true,
  128. "app-plus": {
  129. "backgroundColorTop": "transparent",
  130. "background": "transparent",
  131. "titleNView": false,
  132. "scrollIndicator": false,
  133. "popGesture": "none",
  134. "animationType": "fade-in",
  135. "animationDuration": 200
  136. }
  137. }
  138. }
  139. ],
  140. "subPackages": [{
  141. "root": "pagesT",
  142. "pages": [{
  143. "path": "goods/addGoods",
  144. "style": {
  145. "navigationBarTitleText": "新建商品资料"
  146. }
  147. },
  148. {
  149. "path": "goods/BaseGoodslist",
  150. "style": {
  151. "navigationBarTitleText": "商品资料"
  152. }
  153. },
  154. {
  155. "path": "goods/AddGoodsclassification",
  156. "style": {
  157. "navigationBarTitleText": "新增分类",
  158. "enablePullDownRefresh": false
  159. }
  160. },
  161. {
  162. "path": "goods/goodsclassification",
  163. "style": {
  164. "navigationBarTitleText": "商品分类",
  165. "enablePullDownRefresh": false
  166. }
  167. }, {
  168. "path": "user/editPwd",
  169. "style": {
  170. "navigationBarTitleText": "修改密码"
  171. }
  172. },
  173. {
  174. "path": "user/editID",
  175. "style": {
  176. "navigationBarTitleText": "修改账号",
  177. "enablePullDownRefresh": false
  178. }
  179. },
  180. {
  181. "path": "order/ReturnDetail",
  182. "style": {
  183. "navigationBarTitleText": "退货单详情"
  184. }
  185. },
  186. {
  187. "path": "order/AddReturn",
  188. "style": {
  189. "navigationBarTitleText": "新建退货单"
  190. }
  191. },
  192. {
  193. "path": "order/AddShippingAddress",
  194. "style": {
  195. "navigationBarTitleText": "新增收货地址",
  196. "enablePullDownRefresh": false
  197. }
  198. }, {
  199. "path": "notice/notice",
  200. "style": {
  201. "navigationBarTitleText": "系统公告",
  202. "enablePullDownRefresh": false
  203. }
  204. }, {
  205. "path": "notice/noticeDetails",
  206. "style": {
  207. "navigationBarTitleText": "公告详情",
  208. "enablePullDownRefresh": false
  209. }
  210. },
  211. {
  212. "path": "customer/CustomerDetail",
  213. "style": {
  214. "navigationBarTitleText": "客户详情",
  215. "enablePullDownRefresh": true,
  216. "navigationStyle": "custom",
  217. "navigationBarTextStyle": "black"
  218. }
  219. },
  220. {
  221. "path": "customer/VisitLogs",
  222. "style": {
  223. "navigationBarTitleText": "客户浏览记录",
  224. "enablePullDownRefresh": true
  225. }
  226. },
  227. {
  228. "path": "customer/StaffList",
  229. "style": {
  230. "navigationBarTitleText": "销售排行",
  231. "enablePullDownRefresh": true
  232. }
  233. },
  234. {
  235. "path": "customer/CommunicationLogs",
  236. "style": {
  237. "navigationBarTitleText": "客户拜访",
  238. "enablePullDownRefresh": true
  239. }
  240. },
  241. {
  242. "path": "customer/CommunicationLogsAdd",
  243. "style": {
  244. "navigationBarTitleText": "新增客户拜访"
  245. }
  246. },
  247. {
  248. "path": "customer/AddCustomer",
  249. "style": {
  250. "navigationBarTitleText": "新增客户"
  251. }
  252. },
  253. {
  254. "path": "customer/BuyLogs",
  255. "style": {
  256. "navigationBarTitleText": "客户购买记录",
  257. "enablePullDownRefresh": true
  258. }
  259. },
  260. {
  261. "path": "goods/GoodsbyWarehouse",
  262. "style": {
  263. "navigationBarTitleText": "选择商品",
  264. "enablePullDownRefresh": true
  265. }
  266. },
  267. {
  268. "path": "stock/stockQuery",
  269. "style": {
  270. "navigationBarTitleText": "库存查询"
  271. }
  272. }, {
  273. "path": "stock/SaleOutDetail",
  274. "style": {
  275. "navigationBarTitleText": "出库详情",
  276. "enablePullDownRefresh": true
  277. }
  278. }, {
  279. "path": "stock/GodownEntryDetail",
  280. "style": {
  281. "navigationBarTitleText": "入库详情",
  282. "enablePullDownRefresh": true
  283. }
  284. }, {
  285. "path": "stock/GodownEntry",
  286. "style": {
  287. "navigationBarTitleText": "入库单",
  288. "enablePullDownRefresh": true
  289. }
  290. },
  291. {
  292. "path": "stock/WarehouseRegion",
  293. "style": {
  294. "navigationBarTitleText": "库区库位",
  295. "enablePullDownRefresh": true
  296. }
  297. },
  298. {
  299. "path": "stock/WarehouseRegionBySku",
  300. "style": {
  301. "navigationBarTitleText": "库区库位",
  302. "enablePullDownRefresh": true
  303. }
  304. }, {
  305. "path": "stock/SalesOrder",
  306. "style": {
  307. "navigationBarTitleText": "出库单",
  308. "enablePullDownRefresh": true
  309. }
  310. },
  311. {
  312. "path": "Finance/ApplyReceipt",
  313. "style": {
  314. "navigationBarTitleText": "收款申请单"
  315. }
  316. },
  317. {
  318. "path": "Finance/ReturnFrom",
  319. "style": {
  320. "navigationBarTitleText": "退款单"
  321. }
  322. },
  323. {
  324. "path": "Finance/ReturnFromDetails",
  325. "style": {
  326. "navigationBarTitleText": "退款单详情"
  327. }
  328. },
  329. {
  330. "path": "Finance/ReturnFromAdd",
  331. "style": {
  332. "navigationBarTitleText": "新增退款单"
  333. }
  334. },
  335. {
  336. "path": "Finance/ApplyReceiptDetail",
  337. "style": {
  338. "navigationBarTitleText": "收款申请单详情",
  339. "enablePullDownRefresh": true
  340. }
  341. },
  342. {
  343. "path": "Finance/AddApplyReceipt",
  344. "style": {
  345. "navigationBarTitleText": "新增收款申请单",
  346. "enablePullDownRefresh": true
  347. }
  348. },
  349. {
  350. "path": "Finance/CustomerBalance",
  351. "style": {
  352. "navigationBarTitleText": "客户往来表"
  353. }
  354. }, {
  355. "path": "Finance/CustomerBalanceDetail",
  356. "style": {
  357. "navigationBarTitleText": "客户往来明细表"
  358. }
  359. },
  360. {
  361. "path": "statement/DataReport",
  362. "style": {
  363. "navigationBarTitleText": "数据报表",
  364. "enablePullDownRefresh": false
  365. }
  366. },
  367. {
  368. "path": "Purchase/index",
  369. "style": {
  370. "navigationBarTitleText": "采购单"
  371. }
  372. },
  373. {
  374. "path": "Purchase/AddPurchase",
  375. "style": {
  376. "navigationBarTitleText": "新增采购单"
  377. }
  378. },
  379. {
  380. "path": "Purchase/PurchaseDetail",
  381. "style": {
  382. "navigationBarTitleText": "采购单详情",
  383. "enablePullDownRefresh": true
  384. }
  385. },
  386. {
  387. "path": "Purchase/PurchaseGoods",
  388. "style": {
  389. "navigationBarTitleText": "已选商品"
  390. }
  391. },
  392. {
  393. "path": "Purchase/Supplier",
  394. "style": {
  395. "navigationBarTitleText": "供应商",
  396. "enablePullDownRefresh": true
  397. }
  398. },
  399. {
  400. "path": "Purchase/AddSupplier",
  401. "style": {
  402. "navigationBarTitleText": "新建供应商"
  403. }
  404. },
  405. {
  406. "path": "Purchase/SupplierDetail",
  407. "style": {
  408. "navigationBarTitleText": "供应商详情",
  409. "enablePullDownRefresh": true
  410. }
  411. },
  412. {
  413. "path": "Purchase/PurchaseReturnOrder",
  414. "style": {
  415. "navigationBarTitleText": "采购退货单",
  416. "enablePullDownRefresh": true
  417. }
  418. },
  419. {
  420. "path": "Purchase/AddPurchaseReturn",
  421. "style": {
  422. "navigationBarTitleText": "新增采购退货单",
  423. "enablePullDownRefresh": true
  424. }
  425. },
  426. {
  427. "path": "Purchase/PurchaseReturnDetail",
  428. "style": {
  429. "navigationBarTitleText": "采购退货单详情",
  430. "enablePullDownRefresh": true
  431. }
  432. },
  433. {
  434. "path": "staff/selStaff",
  435. "style": {
  436. "navigationBarTitleText": "选择员工",
  437. "enablePullDownRefresh": true
  438. }
  439. },
  440. {
  441. "path": "customer/selCustomer",
  442. "style": {
  443. "navigationBarTitleText": "选择客户",
  444. "enablePullDownRefresh": true
  445. }
  446. },
  447. {
  448. "path": "customer/selCustomert",
  449. "style": {
  450. "navigationBarTitleText": "选择客户",
  451. "enablePullDownRefresh": true
  452. }
  453. },
  454. {
  455. "path": "customer/CustomerMap",
  456. "style": {
  457. "navigationBarTitleText": "客户分布图",
  458. "enablePullDownRefresh": true
  459. }
  460. },
  461. {
  462. "path": "customer/selCustomerType",
  463. "style": {
  464. "navigationBarTitleText": "选择客户类型",
  465. "enablePullDownRefresh": true
  466. }
  467. },
  468. // 商品列表BySku
  469. {
  470. "path": "goods/selGoods",
  471. "style": {
  472. "navigationBarTitleText": "选择商品",
  473. "enablePullDownRefresh": true
  474. }
  475. },
  476. // 商品资料列表
  477. {
  478. "path": "goods/selBaseGoods",
  479. "style": {
  480. "navigationBarTitleText": "选择商品资料",
  481. "enablePullDownRefresh": true
  482. }
  483. },
  484. // 商品资料列表BySku
  485. {
  486. "path": "goods/selGoodsBasicBySku",
  487. "style": {
  488. "navigationBarTitleText": "选择商品",
  489. "enablePullDownRefresh": true
  490. }
  491. },
  492. {
  493. "path": "brand/selBrand",
  494. "style": {
  495. "navigationBarTitleText": "选择品牌",
  496. "enablePullDownRefresh": true
  497. }
  498. },
  499. {
  500. "path": "shop/selShop",
  501. "style": {
  502. "navigationBarTitleText": "选择店铺",
  503. "enablePullDownRefresh": true
  504. }
  505. },
  506. {
  507. "path": "payment/selPayment",
  508. "style": {
  509. "navigationBarTitleText": "选择支付方式",
  510. "enablePullDownRefresh": true
  511. }
  512. },
  513. {
  514. "path": "supplier/selSupplier",
  515. "style": {
  516. "navigationBarTitleText": "选择供应商",
  517. "enablePullDownRefresh": true
  518. }
  519. },
  520. {
  521. "path": "werahouse/selWerahouse",
  522. "style": {
  523. "navigationBarTitleText": "选择仓库",
  524. "enablePullDownRefresh": true
  525. }
  526. },
  527. {
  528. "path": "account/selAccount",
  529. "style": {
  530. "navigationBarTitleText": "账户列表",
  531. "enablePullDownRefresh": true
  532. }
  533. },
  534. {
  535. "path": "account/AccountManagement",
  536. "style": {
  537. "navigationBarTitleText": "资金账户管理",
  538. "enablePullDownRefresh": true
  539. }
  540. },
  541. {
  542. "path": "account/AddAcount",
  543. "style": {
  544. "navigationBarTitleText": "新增账户",
  545. "enablePullDownRefresh": true
  546. }
  547. },
  548. {
  549. "path": "account/AccountDetails",
  550. "style": {
  551. "navigationBarTitleText": "资金账户详情",
  552. "enablePullDownRefresh": true
  553. }
  554. },
  555. {
  556. "path": "order/selOrder",
  557. "style": {
  558. "navigationBarTitleText": "订单列表",
  559. "enablePullDownRefresh": true
  560. }
  561. },
  562. {
  563. "path": "order/purchaseGoods",
  564. "style": {
  565. "navigationBarTitleText": "已采购商品",
  566. "enablePullDownRefresh": true
  567. }
  568. },
  569. {
  570. "path": "order/selPurchase",
  571. "style": {
  572. "navigationBarTitleText": "采购单列表",
  573. "enablePullDownRefresh": true
  574. }
  575. },
  576. {
  577. "path": "werahouse/selReservoir",
  578. "style": {
  579. "navigationBarTitleText": "库位管理",
  580. "enablePullDownRefresh": true
  581. }
  582. }, {
  583. "path": "driver/driver",
  584. "style": {
  585. "navigationBarTitleText": "选择司机",
  586. "enablePullDownRefresh": true
  587. }
  588. }, {
  589. "path": "stock/setLogistics",
  590. "style": {
  591. "navigationBarTitleText": "设置物流信息"
  592. }
  593. }, {
  594. "path": "statement/MerchandiseSalesStatement",
  595. "style": {
  596. "navigationBarTitleText": "商品销售报表",
  597. "enablePullDownRefresh": true
  598. }
  599. }, {
  600. "path": "statement/CustomerMerchandiseReport",
  601. "style": {
  602. "navigationBarTitleText": "客户商品报表",
  603. "enablePullDownRefresh": true
  604. }
  605. }, {
  606. "path": "statement/CustomerOrderReport",
  607. "style": {
  608. "navigationBarTitleText": "客户订单报表",
  609. "enablePullDownRefresh": true
  610. }
  611. }, {
  612. "path": "statement/OrderDataReport",
  613. "style": {
  614. "navigationBarTitleText": "订单数据报表",
  615. "enablePullDownRefresh": true
  616. }
  617. }, {
  618. "path": "statement/RegionalOrderReport",
  619. "style": {
  620. "navigationBarTitleText": "地区订单报表",
  621. "enablePullDownRefresh": true
  622. }
  623. }, {
  624. "path": "statement/VisitRepor",
  625. "style": {
  626. "navigationBarTitleText": "拜访报表",
  627. "enablePullDownRefresh": true
  628. }
  629. }, {
  630. "path": "statement/VisitReporDetails",
  631. "style": {
  632. "navigationBarTitleText": "拜访明细",
  633. "enablePullDownRefresh": true
  634. }
  635. }, {
  636. "path": "stock/flowing",
  637. "style": {
  638. "navigationBarTitleText": "库存流水",
  639. "navigationStyle": "custom",
  640. "enablePullDownRefresh": true
  641. }
  642. },
  643. {
  644. "path": "stock/Allocation",
  645. "style": {
  646. "navigationBarTitleText": "调拨单",
  647. "enablePullDownRefresh": true
  648. }
  649. },
  650. {
  651. "path": "stock/AllocationDetails",
  652. "style": {
  653. "navigationBarTitleText": "调拨单详情",
  654. "enablePullDownRefresh": true
  655. }
  656. },
  657. {
  658. "path": "stock/Allocationedit",
  659. "style": {
  660. "navigationBarTitleText": "新增调拨单",
  661. "enablePullDownRefresh": true
  662. }
  663. },
  664. {
  665. "path": "stock/Inventory",
  666. "style": {
  667. "navigationBarTitleText": "盘点单",
  668. "enablePullDownRefresh": true
  669. }
  670. },
  671. {
  672. "path": "stock/InventoryDetails",
  673. "style": {
  674. "navigationBarTitleText": "盘点单详情",
  675. "enablePullDownRefresh": true
  676. }
  677. },
  678. {
  679. "path": "stock/AddInventory",
  680. "style": {
  681. "navigationBarTitleText": "新增盘点单",
  682. "enablePullDownRefresh": true
  683. }
  684. },
  685. {
  686. "path": "stock/Loss",
  687. "style": {
  688. "navigationBarTitleText": "报损单",
  689. "enablePullDownRefresh": true
  690. }
  691. },
  692. {
  693. "path": "stock/LossDetails",
  694. "style": {
  695. "navigationBarTitleText": "报损单详情",
  696. "enablePullDownRefresh": true
  697. }
  698. },
  699. {
  700. "path": "stock/AddLoss",
  701. "style": {
  702. "navigationBarTitleText": "新建报损单",
  703. "enablePullDownRefresh": true
  704. }
  705. }, {
  706. "path": "stock/SweepCodeOutbound",
  707. "style": {
  708. "navigationBarTitleText": "扫码出库",
  709. "enablePullDownRefresh": false
  710. }
  711. }, {
  712. "path": "stock/OutgoingGoodsInventory",
  713. "style": {
  714. "navigationBarTitleText": "出库商品清单",
  715. "enablePullDownRefresh": false
  716. }
  717. }
  718. ]
  719. },
  720. {
  721. "root": "pagesS",
  722. "pages": [
  723. // 工资详情
  724. {
  725. "path": "yg/gzdetail",
  726. "style": {
  727. "navigationBarTitleText": ""
  728. }
  729. },
  730. {
  731. "path": "yg/ygdetail",
  732. "style": {
  733. "navigationBarTitleText": "员工详情"
  734. }
  735. },
  736. {
  737. "path": "yg/yglist",
  738. "style": {
  739. "navigationBarTitleText": ""
  740. }
  741. },
  742. {
  743. "path": "yg/dklist",
  744. "style": {
  745. "navigationBarTitleText": "考勤记录"
  746. }
  747. },
  748. {
  749. "path": "yg/dkdetail",
  750. "style": {
  751. "navigationBarTitleText": "考勤记录"
  752. }
  753. },
  754. {
  755. "path": "yg/gqdetail",
  756. "style": {
  757. "navigationBarTitleText": "股权管理"
  758. }
  759. },
  760. {
  761. "path": "yg/gqtx",
  762. "style": {
  763. "navigationBarTitleText": "提现"
  764. }
  765. },
  766. {
  767. "path": "yg/gztx",
  768. "style": {
  769. "navigationBarTitleText": "工资提现"
  770. }
  771. },
  772. {
  773. "path": "yg/gztq",
  774. "style": {
  775. "navigationBarTitleText": "提现"
  776. }
  777. },
  778. {
  779. "path": "yg/yjjl",
  780. "style": {
  781. "navigationBarTitleText": "业绩奖励"
  782. }
  783. },
  784. {
  785. "path": "yg/myteam",
  786. "style": {
  787. "navigationBarTitleText": "我的转介绍"
  788. }
  789. },
  790. {
  791. "path": "yg/txxq",
  792. "style": {
  793. "navigationBarTitleText": "分成详情"
  794. }
  795. },
  796. {
  797. "path": "yg/setInfo",
  798. "style": {
  799. "navigationBarTitleText": "设置个人信息"
  800. }
  801. },
  802. {
  803. "path": "goods/xhplist",
  804. "style": {
  805. "navigationBarTitleText": "商品管理"
  806. }
  807. },
  808. {
  809. "path": "goods/valetbuy",
  810. "style": {
  811. "navigationBarTitleText": "确认订单"
  812. }
  813. },
  814. {
  815. "path": "goods/yygoods",
  816. "style": {
  817. "navigationBarTitleText": "项目选择"
  818. }
  819. },
  820. {
  821. "path": "order/addorder",
  822. "style": {
  823. "navigationBarTitleText": "额外项目"
  824. }
  825. },
  826. {
  827. "path": "order/allorder",
  828. "style": {
  829. "navigationBarTitleText": "订单管理"
  830. }
  831. },
  832. {
  833. "path": "order/orderinfo",
  834. "style": {
  835. "navigationBarTitleText": "订单详情"
  836. }
  837. }
  838. ]
  839. }
  840. ],
  841. "tabBar": {
  842. "color": "#999999",
  843. "selectedColor": "#2979ff",
  844. "backgroundColor": "#ffffff",
  845. "list": [{
  846. "pagePath": "pages/index/index",
  847. "text": "工作台",
  848. "iconPath": "static/Tar_bar_slices/index.png",
  849. "selectedIconPath": "static/Tar_bar_slices/index-fill.png"
  850. },
  851. {
  852. "pagePath": "pages/order/index",
  853. "text": "订单",
  854. "iconPath": "static/Tar_bar_slices/order.png",
  855. "selectedIconPath": "static/Tar_bar_slices/order-fill.png",
  856. "style": {
  857. "navigationBarTextStyle": "black"
  858. }
  859. },
  860. {
  861. "pagePath": "pages/goods/index",
  862. "text": "商品",
  863. "iconPath": "static/Tar_bar_slices/goods.png",
  864. "selectedIconPath": "static/Tar_bar_slices/goods-fill.png"
  865. },
  866. {
  867. "pagePath": "pages/customer/CustomerList",
  868. "text": "客户",
  869. "iconPath": "static/Tar_bar_slices/user.png",
  870. "selectedIconPath": "static/Tar_bar_slices/user-fill.png"
  871. },
  872. {
  873. "pagePath": "pages/user/index",
  874. "text": "我的",
  875. "iconPath": "static/Tar_bar_slices/my.png",
  876. "selectedIconPath": "static/Tar_bar_slices/my-fill.png"
  877. }
  878. ]
  879. },
  880. "globalStyle": {
  881. "navigationBarTextStyle": "white",
  882. "navigationBarTitleText": "六牛云商",
  883. "navigationBarBackgroundColor": "#4076D6",
  884. "backgroundColor": "#f7f8fa",
  885. "usingComponents": {
  886. "ly-tree-node": "/components/ly-tree/ly-tree-node"
  887. }
  888. }
  889. }