pages.json 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  3. {
  4. "path": "pages/tabBar/home/index",
  5. "style": {
  6. "navigationBarTitleText": "采美采购商城",
  7. "enablePullDownRefresh": true,
  8. "backgroundColor": "#F28F31",
  9. "backgroundTextStyle": "light",
  10. "navigationStyle": "custom"
  11. }
  12. }, {
  13. "path": "pages/authorization/authorization",
  14. "style": {
  15. "navigationBarTitleText": "微信授权",
  16. "navigationStyle": "custom"
  17. }
  18. }, {
  19. "path": "pages/tabBar/category/index",
  20. "style": {
  21. "navigationBarTitleText": "分类",
  22. "navigationStyle": "custom"
  23. }
  24. }, {
  25. "path": "pages/tabBar/cart/index",
  26. "style": {
  27. "navigationBarTitleText": "购物车",
  28. "enablePullDownRefresh": true
  29. }
  30. }, {
  31. "path": "pages/tabBar/user/user",
  32. "style": {
  33. "navigationBarTitleText": "我的",
  34. "enablePullDownRefresh": true,
  35. "navigationStyle": "custom"
  36. }
  37. }
  38. ],
  39. "subPackages": [{
  40. "root": "pages/service/", //信息服务模块
  41. "pages": [{
  42. "path": "aftersale",
  43. "style": {
  44. "navigationBarTitleText": "售后无忧"
  45. }
  46. },
  47. {
  48. "path": "service",
  49. "style": {
  50. "navigationBarTitleText": "采美365网"
  51. }
  52. },
  53. {
  54. "path": "shoppingnotice",
  55. "style": {
  56. "navigationBarTitleText": "购物须知"
  57. }
  58. },
  59. {
  60. "path": "sellconten",
  61. "style": {
  62. "navigationBarTitleText": "条款内容"
  63. }
  64. }
  65. ]
  66. },
  67. {
  68. "root": "pages/goods/", //商品模块
  69. "pages": [
  70. /*美体节临时页面*/
  71. {
  72. "path": "good-floor-temp",
  73. "style": {
  74. "navigationBarTitleText": "美体节",
  75. "enablePullDownRefresh": true,
  76. "navigationStyle": "custom"
  77. }
  78. },
  79. {
  80. "path": "goods-instrument",
  81. "style": {
  82. "navigationBarTitleText": "项目仪器",
  83. "enablePullDownRefresh": true
  84. }
  85. },
  86. {
  87. "path": "goods-classify",
  88. "style": {
  89. "navigationBarTitleText": "商品列表",
  90. "enablePullDownRefresh": true,
  91. "navigationStyle": "custom"
  92. }
  93. },
  94. {
  95. "path": "good-floorMore",
  96. "style": {
  97. "navigationBarTitleText": "更多楼层",
  98. "enablePullDownRefresh": true
  99. }
  100. },
  101. {
  102. "path": "good-floor",
  103. "style": {
  104. "navigationBarTitleText": "",
  105. "enablePullDownRefresh": true,
  106. "navigationStyle": "custom"
  107. }
  108. },
  109. {
  110. "path": "goods-active",
  111. "style": {
  112. "navigationBarTitleText": "凑单商品",
  113. "enablePullDownRefresh": true
  114. }
  115. },
  116. {
  117. "path": "product",
  118. "style": {
  119. "navigationBarTitleText": "商品详情",
  120. "navigationStyle": "custom"
  121. }
  122. },
  123. {
  124. "path": "instrument-details",
  125. "style": {
  126. "navigationBarTitleText": "项目仪器详情",
  127. "navigationStyle": "custom"
  128. }
  129. },
  130. {
  131. "path": "cart",
  132. "style": {
  133. "navigationBarTitleText": "购物车",
  134. "enablePullDownRefresh": true,
  135. "navigationStyle": "custom"
  136. }
  137. },
  138. {
  139. "path": "cart-index",
  140. "style": {
  141. "navigationBarTitleText": "购物车",
  142. "enablePullDownRefresh": true,
  143. "navigationStyle": "custom"
  144. }
  145. },
  146. {
  147. "path": "goods-doc-list",
  148. "style": {
  149. "navigationBarTitleText": "美业资料",
  150. "enablePullDownRefresh": false
  151. }
  152. },
  153. {
  154. "path": "goods-doc-detail",
  155. "style": {
  156. "navigationBarTitleText": "美业资料详情",
  157. "enablePullDownRefresh": false
  158. }
  159. }
  160. ]
  161. },
  162. {
  163. "root": "pages/login/", //注册登录模块
  164. "pages": [{
  165. "path": "register",
  166. "style": {
  167. "navigationBarTitleText": "机构注册",
  168. "navigationStyle": "custom"
  169. }
  170. },
  171. {
  172. "path": "register-supplier",
  173. "style": {
  174. "navigationBarTitleText": "供应商注册",
  175. "navigationStyle": "custom"
  176. }
  177. },
  178. {
  179. "path": "register-select",
  180. "style": {
  181. "navigationBarTitleText": "选择身份"
  182. }
  183. },
  184. {
  185. "path": "apply",
  186. "style": {
  187. "navigationBarTitleText": "升级会员机构",
  188. "navigationStyle": "custom"
  189. }
  190. },
  191. {
  192. "path": "apply-supplier",
  193. "style": {
  194. "navigationBarTitleText": "修改申请资料",
  195. "navigationStyle": "custom"
  196. }
  197. },
  198. {
  199. "path": "logincode",
  200. "style": {
  201. "navigationBarTitleText": "邀请码登录"
  202. }
  203. },
  204. {
  205. "path": "login",
  206. "style": {
  207. "navigationBarTitleText": "登录"
  208. }
  209. },
  210. {
  211. "path": "binding",
  212. "style": {
  213. "navigationBarTitleText": "注册信息"
  214. }
  215. },
  216. {
  217. "path": "bindwechat",
  218. "style": {
  219. "navigationBarTitleText": "绑定微信"
  220. }
  221. },
  222. {
  223. "path": "bindOperator",
  224. "style": {
  225. "navigationBarTitleText": "绑定运营人员"
  226. }
  227. },
  228. {
  229. "path": "information",
  230. "style": {
  231. "navigationBarTitleText": "修改资料",
  232. "navigationStyle": "custom"
  233. }
  234. },
  235. {
  236. "path": "password",
  237. "style": {
  238. "navigationBarTitleText": "修改密码"
  239. }
  240. }
  241. ]
  242. },
  243. {
  244. "root": "pages/user/", //机构个人中心模块
  245. "pages": [{
  246. "path": "account/account",
  247. "style": {
  248. "navigationBarTitleText": "账户余额明细",
  249. "enablePullDownRefresh": true,
  250. "navigationStyle": "custom"
  251. }
  252. },
  253. {
  254. "path": "account/account-bean",
  255. "style": {
  256. "navigationBarTitleText": "采美豆明细",
  257. "enablePullDownRefresh": true,
  258. "navigationStyle": "custom"
  259. }
  260. },
  261. {
  262. "path": "address/addressManage",
  263. "style": {
  264. "navigationBarTitleText": "添加新地址"
  265. }
  266. },
  267. {
  268. "path": "address/address",
  269. "style": {
  270. "navigationBarTitleText": "地址列表"
  271. }
  272. },
  273. {
  274. "path": "about/about",
  275. "style": {
  276. "navigationBarTitleText": "关于我们"
  277. }
  278. },
  279. {
  280. "path": "regularPurchase/regularPurchase",
  281. "style": {
  282. "navigationBarTitleText": "再次购买"
  283. }
  284. },
  285. {
  286. "path": "order/create-order",
  287. "style": {
  288. "navigationBarTitleText": "确认订单"
  289. }
  290. },
  291. {
  292. "path": "order/success",
  293. "style": {
  294. "navigationBarTitleText": "支付结果",
  295. "navigationStyle": "custom"
  296. }
  297. },
  298. {
  299. "path": "order/order-payment",
  300. "style": {
  301. "navigationBarTitleText": "选择支付方式",
  302. "navigationStyle": "custom"
  303. }
  304. },
  305. {
  306. "path": "order/order-pay",
  307. "style": {
  308. "navigationBarTitleText": "收银台",
  309. "navigationStyle": "custom"
  310. }
  311. },
  312. {
  313. "path": "order/orderShareLogin",
  314. "style": {
  315. "navigationBarTitleText": "输入分享码"
  316. }
  317. },
  318. {
  319. "path": "order/order-sharelogin",
  320. "style": {
  321. "navigationBarTitleText": "查看订单"
  322. }
  323. },
  324. {
  325. "path": "order/order-list",
  326. "style": {
  327. "navigationBarTitleText": "我的订单",
  328. "navigationStyle": "custom"
  329. }
  330. },
  331. {
  332. "path": "order/order-details",
  333. "style": {
  334. "navigationBarTitleText": "订单详情",
  335. "navigationStyle": "custom"
  336. }
  337. },
  338. {
  339. "path": "order/order-sharedetails",
  340. "style": {
  341. "navigationBarTitleText": "订单详情"
  342. }
  343. },
  344. {
  345. "path": "order/order-logistics",
  346. "style": {
  347. "navigationBarTitleText": "物流信息"
  348. }
  349. },
  350. {
  351. "path": "operator/list",
  352. "style": {
  353. "navigationBarTitleText": "运营人员管理"
  354. }
  355. },
  356. {
  357. "path": "operator/addoperator",
  358. "style": {
  359. "navigationBarTitleText": "添加运营人员"
  360. }
  361. },
  362. {
  363. "path": "setting/setting",
  364. "style": {
  365. "navigationBarTitleText": "账户设置"
  366. }
  367. },
  368. {
  369. "path": "setting/phone",
  370. "style": {
  371. "navigationBarTitleText": "更换手机号"
  372. }
  373. },
  374. {
  375. "path": "coupon/coupon",
  376. "style": {
  377. "navigationBarTitleText": "优惠券",
  378. "enablePullDownRefresh": true
  379. }
  380. },
  381. {
  382. "path": "coupon/coupon-collection",
  383. "style": {
  384. "navigationBarTitleText": "领券中心",
  385. "enablePullDownRefresh": true
  386. }
  387. },
  388. {
  389. "path": "coupon/coupon-exchange",
  390. "style": {
  391. "navigationBarTitleText": "兑换优惠券"
  392. }
  393. },
  394. {
  395. "path": "coupon/coupon-product",
  396. "style": {
  397. "navigationBarTitleText": "活动商品",
  398. "enablePullDownRefresh": true
  399. }
  400. }
  401. ]
  402. },
  403. {
  404. "root": "pages/seller/",
  405. "pages": [{
  406. "path": "index/index",
  407. "style": {
  408. "navigationBarTitleText": "采美采购商城",
  409. "enablePullDownRefresh": true,
  410. "navigationStyle": "custom"
  411. }
  412. },
  413. {
  414. "path": "login/login",
  415. "style": {
  416. "navigationBarTitleText": "登录",
  417. "navigationStyle": "custom"
  418. }
  419. },
  420. {
  421. "path": "cart/cart",
  422. "style": {
  423. "navigationBarTitleText": "购物车"
  424. }
  425. },
  426. {
  427. "path": "cart/buyagain",
  428. "style": {
  429. "navigationBarTitleText": "再次购买"
  430. }
  431. },
  432. {
  433. "path": "cart/immediately",
  434. "style": {
  435. "navigationBarTitleText": "立即下单"
  436. }
  437. }, {
  438. "path": "cart/second",
  439. "style": {
  440. "navigationBarTitleText": "二手下单"
  441. }
  442. },
  443. {
  444. "path": "order/create-order",
  445. "style": {
  446. "navigationBarTitleText": "确认订单"
  447. }
  448. },
  449. {
  450. "path": "order/create-recharge-order",
  451. "style": {
  452. "navigationBarTitleText": "确认订单"
  453. }
  454. },
  455. {
  456. "path": "order/order-details",
  457. "style": {
  458. "navigationBarTitleText": "订单详情",
  459. "navigationStyle": "custom"
  460. }
  461. },
  462. {
  463. "path": "order/order-list",
  464. "style": {
  465. "navigationBarTitleText": "订单列表",
  466. "navigationStyle": "custom"
  467. }
  468. },
  469. {
  470. "path": "order/order-sharedetails",
  471. "style": {
  472. "navigationBarTitleText": "订单详情",
  473. "navigationStyle": "custom"
  474. }
  475. },
  476. {
  477. "path": "club/list",
  478. "style": {
  479. "navigationBarTitleText": "机构列表"
  480. }
  481. },
  482. {
  483. "path": "club/stayClub-list",
  484. "style": {
  485. "navigationBarTitleText": "待注册机构"
  486. }
  487. },
  488. {
  489. "path": "club/club-list",
  490. "style": {
  491. "navigationBarTitleText": "我的机构"
  492. }
  493. },
  494. {
  495. "path": "club/allClub-list",
  496. "style": {
  497. "navigationBarTitleText": "所有机构"
  498. }
  499. },
  500. {
  501. "path": "club/addoperator",
  502. "style": {
  503. "navigationBarTitleText": "邀请运营人员"
  504. }
  505. },
  506. {
  507. "path": "login/register",
  508. "style": {
  509. "navigationBarTitleText": "拉机构上线",
  510. "navigationStyle": "custom"
  511. }
  512. },
  513. {
  514. "path": "login/register-select",
  515. "style": {
  516. "navigationBarTitleText": "拉机构上线"
  517. }
  518. },
  519. {
  520. "path": "login/register-general",
  521. "style": {
  522. "navigationBarTitleText": "普通机构"
  523. }
  524. },
  525. {
  526. "path": "login/register-member",
  527. "style": {
  528. "navigationBarTitleText": "会员机构"
  529. }
  530. },
  531. {
  532. "path": "login/information",
  533. "style": {
  534. "navigationBarTitleText": "修改资料",
  535. "navigationStyle": "custom"
  536. }
  537. },
  538. {
  539. "path": "login/apply",
  540. "style": {
  541. "navigationBarTitleText": "修改申请信息",
  542. "navigationStyle": "custom"
  543. }
  544. },
  545. {
  546. "path": "order/order-historylist",
  547. "style": {
  548. "navigationBarTitleText": "订单列表"
  549. }
  550. }, {
  551. "path": "search/search-order",
  552. "style": {
  553. "navigationBarTitleText": "订单搜索"
  554. }
  555. },
  556. {
  557. "path": "address/address",
  558. "style": {
  559. "navigationBarTitleText": "选择地址"
  560. }
  561. },
  562. {
  563. "path": "address/addressManage",
  564. "style": {
  565. "navigationBarTitleText": "添加地址"
  566. }
  567. }
  568. ]
  569. },
  570. {
  571. "root": "pages/h5/", //活动分包模块
  572. "pages": [{
  573. "path": "activity/activity",
  574. "style": {
  575. "navigationBarTitleText": ""
  576. }
  577. },
  578. {
  579. "path": "activity/activity_mid",
  580. "style": {
  581. "navigationBarTitleText": "年中大促",
  582. "enablePullDownRefresh": true
  583. }
  584. },
  585. {
  586. "path": "activity/meobohui",
  587. "style": {
  588. "navigationBarTitleText": "美博会",
  589. "enablePullDownRefresh": true
  590. }
  591. }, {
  592. "path": "activity/couponExp",
  593. "style": {
  594. "navigationBarTitleText": "优惠券介绍",
  595. "enablePullDownRefresh": true
  596. }
  597. },
  598. {
  599. "path": "activity/activity-topic",
  600. "style": {
  601. "navigationBarTitleText": "活动专题",
  602. "enablePullDownRefresh": true
  603. }
  604. },
  605. {
  606. "path": "activity/activity-detail",
  607. "style": {
  608. "navigationBarTitleText": "活动专题",
  609. "enablePullDownRefresh": true
  610. }
  611. },
  612. {
  613. "path": "activity/activity-floorMore",
  614. "style": {
  615. "navigationBarTitleText": "更多",
  616. "enablePullDownRefresh": true
  617. }
  618. },
  619. {
  620. "path": "activity/meobohui-booth",
  621. "style": {
  622. "navigationBarTitleText": "展位图",
  623. "enablePullDownRefresh": true
  624. }
  625. },
  626. {
  627. "path": "activity/meobohui-supplier",
  628. "style": {
  629. "navigationBarTitleText": "参展商",
  630. "enablePullDownRefresh": true
  631. }
  632. },
  633. {
  634. "path": "article/page",
  635. "style": {
  636. "navigationBarTitleText": "采美采购平台",
  637. "enablePullDownRefresh": true
  638. }
  639. },
  640. {
  641. "path": "article/path",
  642. "style": {
  643. "navigationBarTitleText": "采美采购平台",
  644. "enablePullDownRefresh": true
  645. }
  646. },
  647. {
  648. "path": "article/page-image",
  649. "style": {
  650. "navigationBarTitleText": "采美采购平台"
  651. }
  652. },
  653. {
  654. "path": "article/path-live",
  655. "style": {
  656. "navigationBarTitleText": "采美采购平台",
  657. "enablePullDownRefresh": true
  658. }
  659. },
  660. {
  661. "path": "activity/activity-list",
  662. "style": {
  663. "navigationBarTitleText": "商品专题",
  664. "enablePullDownRefresh": true
  665. }
  666. },
  667. {
  668. "path": "other/repair",
  669. "style": {
  670. "navigationBarTitleText": "维修"
  671. }
  672. },
  673. {
  674. "path": "other/brand",
  675. "style": {
  676. "navigationBarTitleText": "品牌招商"
  677. }
  678. },
  679. {
  680. "path": "other/brands",
  681. "style": {
  682. "navigationBarTitleText": "品牌招商"
  683. }
  684. },
  685. {
  686. "path": "other/pdf",
  687. "style": {
  688. "navigationBarTitleText": "文件预览"
  689. }
  690. }
  691. ]
  692. }, {
  693. "root": "pages/search/", //搜索分包模块
  694. "pages": [{
  695. "path": "search",
  696. "style": {
  697. "navigationBarTitleText": "搜索"
  698. }
  699. }, {
  700. "path": "search-supplier",
  701. "style": {
  702. "navigationBarTitleText": "搜索供应商"
  703. }
  704. }, {
  705. "path": "search-instrument",
  706. "style": {
  707. "navigationBarTitleText": "搜索仪器"
  708. }
  709. }, {
  710. "path": "search-order",
  711. "style": {
  712. "navigationBarTitleText": "订单搜索"
  713. }
  714. }, {
  715. "path": "search-second",
  716. "style": {
  717. "navigationBarTitleText": "二手搜索"
  718. }
  719. }]
  720. }, {
  721. "root": "pages/second/",
  722. "pages": [{
  723. "path": "form/introduce",
  724. "style": {
  725. "navigationBarTitleText": "二手市场介绍",
  726. "enablePullDownRefresh": true
  727. }
  728. },
  729. {
  730. "path": "form/form",
  731. "style": {
  732. "navigationBarTitleText": "发布二手"
  733. }
  734. },
  735. {
  736. "path": "form/form-seller",
  737. "style": {
  738. "navigationBarTitleText": "发布二手"
  739. }
  740. },
  741. {
  742. "path": "product/product-list",
  743. "style": {
  744. "navigationBarTitleText": "二手商品",
  745. "enablePullDownRefresh": true
  746. }
  747. },
  748. {
  749. "path": "product/product-details",
  750. "style": {
  751. "navigationBarTitleText": "商品详情",
  752. "enablePullDownRefresh": true,
  753. "navigationStyle": "custom"
  754. }
  755. }
  756. ]
  757. },
  758. {
  759. "root": "pages/supplier/",
  760. "pages": [{
  761. "path": "index/index",
  762. "style": {
  763. "navigationBarTitleText": "采美采购商城",
  764. "enablePullDownRefresh": true,
  765. "navigationStyle": "custom"
  766. }
  767. }, {
  768. "path": "login/bind-operator",
  769. "style": {
  770. "navigationBarTitleText": "绑定微信"
  771. }
  772. }, {
  773. "path": "user/my-product",
  774. "style": {
  775. "navigationBarTitleText": "我的商品",
  776. "enablePullDownRefresh": true
  777. }
  778. }, {
  779. "path": "user/my-shop",
  780. "style": {
  781. "navigationBarTitleText": "店铺主页",
  782. "enablePullDownRefresh": true
  783. }
  784. }, {
  785. "path": "login/share-login",
  786. "style": {
  787. "navigationBarTitleText": "查看订单"
  788. }
  789. }, {
  790. "path": "login/share-info",
  791. "style": {
  792. "navigationBarTitleText": "订单详情",
  793. "navigationStyle": "custom"
  794. }
  795. }, {
  796. "path": "order/order-details",
  797. "style": {
  798. "navigationBarTitleText": "订单详情",
  799. "enablePullDownRefresh": true
  800. }
  801. }, {
  802. "path": "user/supplier",
  803. "style": {
  804. "navigationBarTitleText": "供应商信息"
  805. }
  806. }, {
  807. "path": "order/order-list",
  808. "style": {
  809. "navigationBarTitleText": "我的订单",
  810. "enablePullDownRefresh": true
  811. }
  812. }, {
  813. "path": "order/order-service-details",
  814. "style": {
  815. "navigationBarTitleText": "订单详情",
  816. "navigationStyle": "custom",
  817. "enablePullDownRefresh": true
  818. }
  819. },
  820. {
  821. "path": "deliver/add-logistics",
  822. "style": {
  823. "navigationBarTitleText": "录入物流信息"
  824. }
  825. },
  826. {
  827. "path": "deliver/qualifications-add",
  828. "style": {
  829. "navigationBarTitleText": "上传商品资质"
  830. }
  831. },
  832. {
  833. "path": "deliver/qualifications-details",
  834. "style": {
  835. "navigationBarTitleText": "商品资质"
  836. }
  837. },
  838. {
  839. "path": "deliver/deliver-goods",
  840. "style": {
  841. "navigationBarTitleText": "发货",
  842. "enablePullDownRefresh": true
  843. }
  844. },
  845. {
  846. "path": "deliver/deliver-record",
  847. "style": {
  848. "navigationBarTitleText": "发货记录",
  849. "enablePullDownRefresh": true,
  850. "navigationStyle": "custom"
  851. }
  852. },
  853. {
  854. "path": "deliver/logistics-list",
  855. "style": {
  856. "navigationBarTitleText": "物流公司"
  857. }
  858. },
  859. {
  860. "path": "user/setting/password",
  861. "style": {
  862. "navigationBarTitleText": "修改密码"
  863. }
  864. },
  865. {
  866. "path": "user/setting/phone",
  867. "style": {
  868. "navigationBarTitleText": "更换手机号"
  869. }
  870. },
  871. {
  872. "path": "user/setting/setting",
  873. "style": {
  874. "navigationBarTitleText": "账户设置"
  875. }
  876. },
  877. {
  878. "path": "user/operator/list",
  879. "style": {
  880. "navigationBarTitleText": "运营人员管理"
  881. }
  882. },
  883. {
  884. "path": "user/operator/addoperator",
  885. "style": {
  886. "navigationBarTitleText": "添加运营人员"
  887. }
  888. },
  889. {
  890. "path": "user/information",
  891. "style": {
  892. "navigationBarTitleText": "资料信息"
  893. }
  894. }
  895. ]
  896. }
  897. ],
  898. "tabBar": {
  899. "height": "80",
  900. "color": "#999999",
  901. "selectedColor": "#E15616",
  902. "borderStyle": "black",
  903. "backgroundColor": "#ffffff",
  904. "list": [{
  905. "pagePath": "pages/tabBar/home/index",
  906. "iconPath": "static/icon-home@3x.png",
  907. "selectedIconPath": "static/icon-home-active@3x.png",
  908. "text": "商城"
  909. }, {
  910. "pagePath": "pages/tabBar/category/index",
  911. "iconPath": "static/icon-sort@3x.png",
  912. "selectedIconPath": "static/icon-sort-active@3x.png",
  913. "text": "分类"
  914. },
  915. {
  916. "pagePath": "pages/tabBar/cart/index",
  917. "iconPath": "static/icon-cart@3x.png",
  918. "selectedIconPath": "static/icon-cart-active@3x.png",
  919. "text": "购物车"
  920. },
  921. {
  922. "pagePath": "pages/tabBar/user/user",
  923. "iconPath": "static/icon-user@3x.png",
  924. "selectedIconPath": "static/icon-user-active@3x.png",
  925. "text": "我的"
  926. }
  927. ]
  928. },
  929. "easycom": {
  930. "autoscan": true,
  931. "custom": {
  932. "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
  933. }
  934. },
  935. "globalStyle": {
  936. "navigationBarTextStyle": "black",
  937. "navigationBarTitleText": "采美采购商城",
  938. "navigationBarBackgroundColor": "#FFFFFF",
  939. "backgroundColor": "#FFFFFF"
  940. },
  941. "condition": { //模式配置,仅开发期间生效
  942. "current": 0, //当前激活的模式(list 的索引项)
  943. "list": [{
  944. "name": "", //模式名称
  945. "path": "", //启动页面,必选
  946. "query": "" //启动参数,在页面的onLoad函数里面得到
  947. }]
  948. }
  949. }