pages.json 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
  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/tabBar/notice/index",
  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. "path": "news-list",
  67. "style": {
  68. "navigationBarTitleText": "公告",
  69. "enablePullDownRefresh": true
  70. }
  71. },
  72. {
  73. "path": "news-detailes",
  74. "style": {
  75. "navigationBarTitleText": "公告内容"
  76. }
  77. },
  78. {
  79. "path": "certificate",
  80. "style": {
  81. "navigationBarTitleText": "资质证书"
  82. }
  83. }
  84. ]
  85. },
  86. {
  87. "root": "pages/goods/", //商品模块
  88. "pages": [
  89. /*美体节临时页面*/
  90. {
  91. "path": "good-floor-temp",
  92. "style": {
  93. "navigationBarTitleText": "美体节",
  94. "enablePullDownRefresh": true,
  95. "navigationStyle": "custom"
  96. }
  97. },
  98. {
  99. "path": "goods-instrument",
  100. "style": {
  101. "navigationBarTitleText": "项目仪器",
  102. "enablePullDownRefresh": true
  103. }
  104. },
  105. {
  106. "path": "goods-classify",
  107. "style": {
  108. "navigationBarTitleText": "商品列表",
  109. "enablePullDownRefresh": true,
  110. "navigationStyle": "custom"
  111. }
  112. },
  113. {
  114. "path": "good-floorMore",
  115. "style": {
  116. "navigationBarTitleText": "更多楼层",
  117. "enablePullDownRefresh": true
  118. }
  119. },
  120. {
  121. "path": "good-floor",
  122. "style": {
  123. "navigationBarTitleText": "",
  124. "enablePullDownRefresh": true,
  125. "navigationStyle": "custom"
  126. }
  127. },
  128. {
  129. "path": "goods-active",
  130. "style": {
  131. "navigationBarTitleText": "凑单商品",
  132. "enablePullDownRefresh": true
  133. }
  134. },
  135. {
  136. "path": "product",
  137. "style": {
  138. "navigationBarTitleText": "商品详情",
  139. "navigationStyle": "custom"
  140. }
  141. },
  142. {
  143. "path": "instrument-details",
  144. "style": {
  145. "navigationBarTitleText": "项目仪器详情",
  146. "navigationStyle": "custom"
  147. }
  148. },
  149. {
  150. "path": "cart",
  151. "style": {
  152. "navigationBarTitleText": "购物车",
  153. "enablePullDownRefresh": true,
  154. "navigationStyle": "custom"
  155. }
  156. },
  157. {
  158. "path": "goods-doc-list",
  159. "style": {
  160. "navigationBarTitleText": "美业资料",
  161. "enablePullDownRefresh": false
  162. }
  163. },
  164. {
  165. "path": "goods-doc-detail",
  166. "style": {
  167. "navigationBarTitleText": "美业资料详情",
  168. "enablePullDownRefresh": false
  169. }
  170. },
  171. {
  172. "path": "goods-supporting",
  173. "style": {
  174. "navigationBarTitleText": "配套商品",
  175. "enablePullDownRefresh": false
  176. }
  177. },
  178. {
  179. "path": "good-hot",
  180. "style": {
  181. "navigationBarTitleText": "新品橱窗",
  182. "enablePullDownRefresh": false,
  183. "navigationStyle": "custom"
  184. }
  185. }
  186. ]
  187. },
  188. {
  189. "root": "pages/login/", //注册登录模块
  190. "pages": [{
  191. "path": "register",
  192. "style": {
  193. "navigationBarTitleText": "机构注册",
  194. "navigationStyle": "custom"
  195. }
  196. },
  197. {
  198. "path": "register-supplier",
  199. "style": {
  200. "navigationBarTitleText": "供应商注册",
  201. "navigationStyle": "custom"
  202. }
  203. },
  204. {
  205. "path": "register-select",
  206. "style": {
  207. "navigationBarTitleText": "选择身份"
  208. }
  209. },
  210. {
  211. "path": "apply",
  212. "style": {
  213. "navigationBarTitleText": "升级资质机构",
  214. "navigationStyle": "custom"
  215. }
  216. },
  217. {
  218. "path": "apply-supplier",
  219. "style": {
  220. "navigationBarTitleText": "修改申请资料",
  221. "navigationStyle": "custom"
  222. }
  223. },
  224. {
  225. "path": "logincode",
  226. "style": {
  227. "navigationBarTitleText": "邀请码登录"
  228. }
  229. },
  230. {
  231. "path": "login",
  232. "style": {
  233. "navigationBarTitleText": "登录"
  234. }
  235. },
  236. {
  237. "path": "binding",
  238. "style": {
  239. "navigationBarTitleText": "注册信息"
  240. }
  241. },
  242. {
  243. "path": "bindwechat",
  244. "style": {
  245. "navigationBarTitleText": "绑定微信"
  246. }
  247. },
  248. {
  249. "path": "bindOperator",
  250. "style": {
  251. "navigationBarTitleText": "绑定运营人员"
  252. }
  253. },
  254. {
  255. "path": "information",
  256. "style": {
  257. "navigationBarTitleText": "修改资料",
  258. "navigationStyle": "custom"
  259. }
  260. },
  261. {
  262. "path": "password",
  263. "style": {
  264. "navigationBarTitleText": "修改密码"
  265. }
  266. },
  267. {
  268. "path": "supplier_login",
  269. "style": {
  270. "navigationBarTitleText": "美业参谋"
  271. }
  272. }, {
  273. "path": "supplier_information",
  274. "style": {
  275. "navigationBarTitleText": "美业参谋"
  276. }
  277. }
  278. ]
  279. },
  280. {
  281. "root": "pages/user/", //机构个人中心模块
  282. "pages": [{
  283. "path": "account/account",
  284. "style": {
  285. "navigationBarTitleText": "账户余额明细",
  286. "enablePullDownRefresh": true,
  287. "navigationStyle": "custom"
  288. }
  289. },
  290. {
  291. "path": "account/account-bean",
  292. "style": {
  293. "navigationBarTitleText": "采美豆明细",
  294. "enablePullDownRefresh": true,
  295. "navigationStyle": "custom"
  296. }
  297. },
  298. {
  299. "path": "address/addressManage",
  300. "style": {
  301. "navigationBarTitleText": "添加新地址"
  302. }
  303. },
  304. {
  305. "path": "address/address",
  306. "style": {
  307. "navigationBarTitleText": "地址列表"
  308. }
  309. },
  310. {
  311. "path": "about/about",
  312. "style": {
  313. "navigationBarTitleText": "关于我们"
  314. }
  315. },
  316. {
  317. "path": "regularPurchase/regularPurchase",
  318. "style": {
  319. "navigationBarTitleText": "再次购买"
  320. }
  321. },
  322. {
  323. "path": "order/create-order",
  324. "style": {
  325. "navigationBarTitleText": "确认订单"
  326. }
  327. },
  328. {
  329. "path": "order/success",
  330. "style": {
  331. "navigationBarTitleText": "支付结果",
  332. "navigationStyle": "custom"
  333. }
  334. },
  335. {
  336. "path": "order/order-success",
  337. "style": {
  338. "navigationBarTitleText": "支付结果",
  339. "navigationStyle": "custom"
  340. }
  341. },
  342. {
  343. "path": "order/order-success-tips",
  344. "style": {
  345. "navigationBarTitleText": "支付结果",
  346. "navigationStyle": "custom"
  347. }
  348. },
  349. {
  350. "path": "order/order-payment",
  351. "style": {
  352. "navigationBarTitleText": "选择支付方式",
  353. "navigationStyle": "custom"
  354. }
  355. },
  356. {
  357. "path": "order/order-payunder",
  358. "style": {
  359. "navigationBarTitleText": "线下转账"
  360. }
  361. },
  362. {
  363. "path": "order/order-pay-list",
  364. "style": {
  365. "navigationBarTitleText": "支付订单"
  366. }
  367. },
  368. {
  369. "path": "order/order-pay",
  370. "style": {
  371. "navigationBarTitleText": "收银台",
  372. "navigationStyle": "custom"
  373. }
  374. },
  375. {
  376. "path": "order/order-payhlb",
  377. "style": {
  378. "navigationBarTitleText": "收银台",
  379. "navigationStyle": "custom"
  380. }
  381. },
  382. {
  383. "path": "order/orderShareLogin",
  384. "style": {
  385. "navigationBarTitleText": "输入分享码"
  386. }
  387. },
  388. {
  389. "path": "order/order-sharelogin",
  390. "style": {
  391. "navigationBarTitleText": "查看订单"
  392. }
  393. },
  394. {
  395. "path": "order/order-list",
  396. "style": {
  397. "navigationBarTitleText": "我的订单",
  398. "navigationStyle": "custom"
  399. }
  400. },
  401. {
  402. "path": "order/search-order",
  403. "style": {
  404. "navigationBarTitleText": "订单搜索"
  405. }
  406. },
  407. {
  408. "path": "order/order-details",
  409. "style": {
  410. "navigationBarTitleText": "订单详情",
  411. "navigationStyle": "custom"
  412. }
  413. },
  414. {
  415. "path": "order/order-sharedetails",
  416. "style": {
  417. "navigationBarTitleText": "订单详情"
  418. }
  419. },
  420. {
  421. "path": "order/order-addpay",
  422. "style": {
  423. "navigationBarTitleText": "上传支付凭证"
  424. }
  425. },
  426. {
  427. "path": "order/order-logistics",
  428. "style": {
  429. "navigationBarTitleText": "物流信息"
  430. }
  431. },
  432. {
  433. "path": "operator/list",
  434. "style": {
  435. "navigationBarTitleText": "运营人员管理"
  436. }
  437. },
  438. {
  439. "path": "operator/addoperator",
  440. "style": {
  441. "navigationBarTitleText": "添加运营人员"
  442. }
  443. },
  444. {
  445. "path": "setting/setting",
  446. "style": {
  447. "navigationBarTitleText": "账户设置"
  448. }
  449. },
  450. {
  451. "path": "setting/phone",
  452. "style": {
  453. "navigationBarTitleText": "更换手机号"
  454. }
  455. },
  456. {
  457. "path": "coupon/coupon",
  458. "style": {
  459. "navigationBarTitleText": "优惠券",
  460. "enablePullDownRefresh": true
  461. }
  462. },
  463. {
  464. "path": "coupon/coupon-collection",
  465. "style": {
  466. "navigationBarTitleText": "领券中心",
  467. "enablePullDownRefresh": true
  468. }
  469. },
  470. {
  471. "path": "coupon/coupon-exchange",
  472. "style": {
  473. "navigationBarTitleText": "兑换优惠券"
  474. }
  475. },
  476. {
  477. "path": "coupon/coupon-product",
  478. "style": {
  479. "navigationBarTitleText": "活动商品",
  480. "enablePullDownRefresh": true
  481. }
  482. },
  483. {
  484. "path": "coupon/coupon-activity",
  485. "style": {
  486. "navigationBarTitleText": "采美云上美博会",
  487. "enablePullDownRefresh": true
  488. }
  489. },
  490. {
  491. "path": "collection/collection",
  492. "style": {
  493. "navigationBarTitleText": "收藏商品",
  494. "enablePullDownRefresh": true
  495. }
  496. },
  497. {
  498. "path": "member/member",
  499. "style": {
  500. "navigationBarTitleText": "采美超级会员",
  501. "enablePullDownRefresh": true
  502. }
  503. },
  504. {
  505. "path": "member/member-copy",
  506. "style": {
  507. "navigationBarTitleText": "采美超级会员",
  508. "enablePullDownRefresh": true
  509. }
  510. },
  511. {
  512. "path": "member/member-renew",
  513. "style": {
  514. "navigationBarTitleText": "购买超级会员"
  515. }
  516. },
  517. {
  518. "path": "member/member-record",
  519. "style": {
  520. "navigationBarTitleText": "购买记录",
  521. "enablePullDownRefresh": true
  522. }
  523. },
  524. {
  525. "path": "member/member-pay",
  526. "style": {
  527. "navigationBarTitleText": "支付超级会员"
  528. }
  529. },
  530. {
  531. "path": "member/member-product",
  532. "style": {
  533. "navigationBarTitleText": "专享价商品",
  534. "enablePullDownRefresh": true
  535. }
  536. },
  537. {
  538. "path": "pay/card-list",
  539. "style": {
  540. "navigationBarTitleText": "银行卡"
  541. }
  542. },
  543. {
  544. "path": "pay/card-sus-list",
  545. "style": {
  546. "navigationBarTitleText": "支持银行"
  547. }
  548. },
  549. {
  550. "path": "pay/card-add",
  551. "style": {
  552. "navigationBarTitleText": "添加银行卡"
  553. }
  554. },
  555. {
  556. "path": "pay/card-comfirm",
  557. "style": {
  558. "navigationBarTitleText": "确认信息"
  559. }
  560. },
  561. {
  562. "path": "pay/card-comfirm-sub",
  563. "style": {
  564. "navigationBarTitleText": "输入短信验证码"
  565. }
  566. },
  567. {
  568. "path": "pay/card-order",
  569. "style": {
  570. "navigationBarTitleText": "收银台",
  571. "navigationStyle": "custom"
  572. }
  573. }
  574. ]
  575. },
  576. {
  577. "root": "pages/notice/", //搜索分包模块
  578. "pages": [
  579. {
  580. "path": "club/notice-order",
  581. "style": {
  582. "navigationBarTitleText": "交易物流",
  583. "enablePullDownRefresh": true
  584. }
  585. },
  586. {
  587. "path": "club/notice-users",
  588. "style": {
  589. "navigationBarTitleText": "账户通知",
  590. "enablePullDownRefresh": true
  591. }
  592. },
  593. {
  594. "path": "club/notice-serve",
  595. "style": {
  596. "navigationBarTitleText": "服务通知",
  597. "enablePullDownRefresh": true
  598. }
  599. },
  600. {
  601. "path": "club/notice-coupon",
  602. "style": {
  603. "navigationBarTitleText": "优惠促销",
  604. "enablePullDownRefresh": true
  605. }
  606. },
  607. {
  608. "path": "shop/notice-users",
  609. "style": {
  610. "navigationBarTitleText": "账户通知",
  611. "enablePullDownRefresh": true
  612. }
  613. },
  614. {
  615. "path": "shop/notice-serve",
  616. "style": {
  617. "navigationBarTitleText": "服务通知",
  618. "enablePullDownRefresh": true
  619. }
  620. }
  621. ]
  622. },
  623. {
  624. "root": "pages/seller/",
  625. "pages": [
  626. {
  627. "path": "index/index",
  628. "style": {
  629. "navigationBarTitleText": "采美采购商城",
  630. "enablePullDownRefresh": true,
  631. "navigationStyle": "custom"
  632. }
  633. },
  634. {
  635. "path": "login/login",
  636. "style": {
  637. "navigationBarTitleText": "登录",
  638. "navigationStyle": "custom"
  639. }
  640. },
  641. {
  642. "path": "cart/cart",
  643. "style": {
  644. "navigationBarTitleText": "购物车"
  645. }
  646. },
  647. {
  648. "path": "cart/buyagain",
  649. "style": {
  650. "navigationBarTitleText": "再次购买"
  651. }
  652. },
  653. {
  654. "path": "cart/immediately",
  655. "style": {
  656. "navigationBarTitleText": "立即下单"
  657. }
  658. },
  659. {
  660. "path": "cart/second",
  661. "style": {
  662. "navigationBarTitleText": "二手下单"
  663. }
  664. },
  665. {
  666. "path": "cart/coupon",
  667. "style": {
  668. "navigationBarTitleText": "优惠券列表",
  669. "enablePullDownRefresh": true
  670. }
  671. },
  672. {
  673. "path": "cart/coupon-share",
  674. "style": {
  675. "navigationBarTitleText": "购买优惠券"
  676. }
  677. },
  678. {
  679. "path": "order/create-order",
  680. "style": {
  681. "navigationBarTitleText": "确认订单"
  682. }
  683. },
  684. {
  685. "path": "order/create-recharge-order",
  686. "style": {
  687. "navigationBarTitleText": "确认订单"
  688. }
  689. },
  690. {
  691. "path": "order/order-details",
  692. "style": {
  693. "navigationBarTitleText": "订单详情",
  694. "navigationStyle": "custom"
  695. }
  696. },
  697. {
  698. "path": "order/order-club-details",
  699. "style": {
  700. "navigationBarTitleText": "订单详情",
  701. "navigationStyle": "custom"
  702. }
  703. },
  704. {
  705. "path": "order/order-list",
  706. "style": {
  707. "navigationBarTitleText": "订单列表",
  708. "navigationStyle": "custom"
  709. }
  710. },
  711. {
  712. "path": "club/list",
  713. "style": {
  714. "navigationBarTitleText": "机构列表",
  715. "navigationStyle": "custom"
  716. }
  717. },
  718. {
  719. "path": "club/stayClub-list",
  720. "style": {
  721. "navigationBarTitleText": "待注册机构"
  722. }
  723. },
  724. {
  725. "path": "club/club-list",
  726. "style": {
  727. "navigationBarTitleText": "我的机构"
  728. }
  729. },
  730. {
  731. "path": "club/club-portrait",
  732. "style": {
  733. "navigationBarTitleText": "机构画像"
  734. }
  735. },
  736. {
  737. "path": "club/club-visit",
  738. "style": {
  739. "navigationBarTitleText": "访问记录",
  740. "navigationStyle": "custom"
  741. }
  742. },
  743. {
  744. "path": "club/club-visit-detail",
  745. "style": {
  746. "navigationBarTitleText": "访问详情"
  747. }
  748. },
  749. {
  750. "path": "club/allClub-list",
  751. "style": {
  752. "navigationBarTitleText": "所有机构"
  753. }
  754. },
  755. {
  756. "path": "club/addoperator",
  757. "style": {
  758. "navigationBarTitleText": "邀请运营人员"
  759. }
  760. },
  761. {
  762. "path": "club/club-info",
  763. "style": {
  764. "navigationBarTitleText": "商城访问记录"
  765. }
  766. },
  767. {
  768. "path": "club/club-detail",
  769. "style": {
  770. "navigationBarTitleText": "资料详情"
  771. }
  772. },
  773. {
  774. "path": "login/register",
  775. "style": {
  776. "navigationBarTitleText": "拉机构上线",
  777. "navigationStyle": "custom"
  778. }
  779. },
  780. {
  781. "path": "login/register-select",
  782. "style": {
  783. "navigationBarTitleText": "拉机构上线"
  784. }
  785. },
  786. {
  787. "path": "login/register-general",
  788. "style": {
  789. "navigationBarTitleText": "个人机构"
  790. }
  791. },
  792. {
  793. "path": "login/register-member",
  794. "style": {
  795. "navigationBarTitleText": "资质机构"
  796. }
  797. },
  798. {
  799. "path": "login/information",
  800. "style": {
  801. "navigationBarTitleText": "修改资料",
  802. "navigationStyle": "custom"
  803. }
  804. },
  805. {
  806. "path": "login/apply",
  807. "style": {
  808. "navigationBarTitleText": "修改申请信息",
  809. "navigationStyle": "custom"
  810. }
  811. },
  812. {
  813. "path": "order/order-historylist",
  814. "style": {
  815. "navigationBarTitleText": "订单列表"
  816. }
  817. }, {
  818. "path": "order/search-order",
  819. "style": {
  820. "navigationBarTitleText": "订单搜索"
  821. }
  822. },
  823. {
  824. "path": "address/address",
  825. "style": {
  826. "navigationBarTitleText": "选择地址"
  827. }
  828. },
  829. {
  830. "path": "address/addressManage",
  831. "style": {
  832. "navigationBarTitleText": "添加地址"
  833. }
  834. },
  835. {
  836. "path": "remarks/list",
  837. "style": {
  838. "navigationBarTitleText": "注册客户咨询记录"
  839. }
  840. },
  841. {
  842. "path": "remarks/add",
  843. "style": {
  844. "navigationBarTitleText": "添加记录"
  845. }
  846. },
  847. {
  848. "path": "remarks/details",
  849. "style": {
  850. "navigationBarTitleText": "记录详情"
  851. }
  852. },
  853. {
  854. "path": "remarks/customer-list",
  855. "style": {
  856. "navigationBarTitleText": "选择咨询人"
  857. }
  858. },
  859. {
  860. "path": "remarks/record-list",
  861. "style": {
  862. "navigationBarTitleText": "未注册客户咨询记录"
  863. }
  864. },
  865. {
  866. "path": "remarks/add-record",
  867. "style": {
  868. "navigationBarTitleText": "添加记录"
  869. }
  870. },
  871. {
  872. "path": "remarks/record-details",
  873. "style": {
  874. "navigationBarTitleText": "记录详情"
  875. }
  876. },
  877. {
  878. "path": "remarks/report-add",
  879. "style": {
  880. "navigationBarTitleText": "新建报备"
  881. }
  882. },
  883. {
  884. "path": "remarks/report-details",
  885. "style": {
  886. "navigationBarTitleText": "报备详情"
  887. }
  888. },
  889. {
  890. "path": "remarks/report-list",
  891. "style": {
  892. "navigationBarTitleText": "注册客户报备记录"
  893. }
  894. },
  895. {
  896. "path": "remarks/report-visitor-list",
  897. "style": {
  898. "navigationBarTitleText": "报备记录"
  899. }
  900. },
  901. {
  902. "path": "remarks/relation-consult-list",
  903. "style": {
  904. "navigationBarTitleText": "关联咨询记录"
  905. }
  906. },
  907. {
  908. "path": "remarks/relation-visitor-list",
  909. "style": {
  910. "navigationBarTitleText": "关联咨询记录"
  911. }
  912. }
  913. ]
  914. },
  915. {
  916. "root": "pages/h5/", //活动分包模块
  917. "pages": [{
  918. "path": "activity/activity",
  919. "style": {
  920. "navigationBarTitleText": ""
  921. }
  922. },
  923. {
  924. "path": "activity/activity_mid",
  925. "style": {
  926. "navigationBarTitleText": "年中大促",
  927. "enablePullDownRefresh": true
  928. }
  929. },
  930. {
  931. "path": "activity/couponExp",
  932. "style": {
  933. "navigationBarTitleText": "优惠券介绍",
  934. "enablePullDownRefresh": true
  935. }
  936. },
  937. {
  938. "path": "activity/activity-topic",
  939. "style": {
  940. "navigationBarTitleText": "活动专题",
  941. "enablePullDownRefresh": true
  942. }
  943. },
  944. {
  945. "path": "activity/activity-detail",
  946. "style": {
  947. "navigationBarTitleText": "活动专题",
  948. "enablePullDownRefresh": true
  949. }
  950. },
  951. {
  952. "path": "activity/activity-floorMore",
  953. "style": {
  954. "navigationBarTitleText": "更多",
  955. "enablePullDownRefresh": true
  956. }
  957. },
  958. {
  959. "path": "article/page",
  960. "style": {
  961. "navigationBarTitleText": "采美采购平台",
  962. "enablePullDownRefresh": true
  963. }
  964. },
  965. {
  966. "path": "article/path",
  967. "style": {
  968. "navigationBarTitleText": "采美采购平台",
  969. "enablePullDownRefresh": true
  970. }
  971. },
  972. {
  973. "path": "article/page-image",
  974. "style": {
  975. "navigationBarTitleText": "采美采购平台"
  976. }
  977. },
  978. {
  979. "path": "article/path-live",
  980. "style": {
  981. "navigationBarTitleText": "采美采购平台",
  982. "enablePullDownRefresh": true
  983. }
  984. },
  985. {
  986. "path": "activity/activity-list",
  987. "style": {
  988. "navigationBarTitleText": "商品专题",
  989. "enablePullDownRefresh": true
  990. }
  991. },
  992. {
  993. "path": "other/repair",
  994. "style": {
  995. "navigationBarTitleText": "维修"
  996. }
  997. },
  998. {
  999. "path": "other/brand",
  1000. "style": {
  1001. "navigationBarTitleText": "品牌招商"
  1002. }
  1003. },
  1004. {
  1005. "path": "other/brands",
  1006. "style": {
  1007. "navigationBarTitleText": "品牌招商"
  1008. }
  1009. },
  1010. {
  1011. "path": "other/attestation",
  1012. "style": {
  1013. "navigationBarTitleText": "采美认证通"
  1014. }
  1015. }
  1016. ]
  1017. }, {
  1018. "root": "pages/search/", //搜索分包模块
  1019. "pages": [{
  1020. "path": "search",
  1021. "style": {
  1022. "navigationBarTitleText": "搜索"
  1023. }
  1024. }, {
  1025. "path": "search-supplier",
  1026. "style": {
  1027. "navigationBarTitleText": "搜索供应商"
  1028. }
  1029. }, {
  1030. "path": "search-instrument",
  1031. "style": {
  1032. "navigationBarTitleText": "搜索仪器"
  1033. }
  1034. }, {
  1035. "path": "search-second",
  1036. "style": {
  1037. "navigationBarTitleText": "二手搜索"
  1038. }
  1039. }, {
  1040. "path": "search-library",
  1041. "style": {
  1042. "navigationBarTitleText": "搜索",
  1043. "enablePullDownRefresh": false
  1044. }
  1045. }]
  1046. }, {
  1047. "root": "pages/second/",
  1048. "pages": [{
  1049. "path": "form/introduce",
  1050. "style": {
  1051. "navigationBarTitleText": "二手市场介绍",
  1052. "enablePullDownRefresh": true
  1053. }
  1054. },
  1055. {
  1056. "path": "form/form",
  1057. "style": {
  1058. "navigationBarTitleText": "发布二手估价商品"
  1059. }
  1060. },
  1061. {
  1062. "path": "form/form-seller",
  1063. "style": {
  1064. "navigationBarTitleText": "发布二手预成交商品"
  1065. }
  1066. },
  1067. {
  1068. "path": "form/form-presale",
  1069. "style": {
  1070. "navigationBarTitleText": "发布二手估价商品"
  1071. }
  1072. },
  1073. {
  1074. "path": "form/form-select",
  1075. "style": {
  1076. "navigationBarTitleText": "选择发布类型"
  1077. }
  1078. },
  1079. {
  1080. "path": "product/product-list",
  1081. "style": {
  1082. "navigationBarTitleText": "二手商品",
  1083. "enablePullDownRefresh": true
  1084. }
  1085. },
  1086. {
  1087. "path": "product/product-details",
  1088. "style": {
  1089. "navigationBarTitleText": "商品详情",
  1090. "enablePullDownRefresh": true,
  1091. "navigationStyle": "custom"
  1092. }
  1093. }
  1094. ]
  1095. },
  1096. {
  1097. "root": "pages/supplier/",
  1098. "pages": [{
  1099. "path": "index/index",
  1100. "style": {
  1101. "navigationBarTitleText": "采美采购商城",
  1102. "enablePullDownRefresh": true,
  1103. "navigationStyle": "custom"
  1104. }
  1105. }, {
  1106. "path": "login/bind-operator",
  1107. "style": {
  1108. "navigationBarTitleText": "绑定微信"
  1109. }
  1110. },
  1111. {
  1112. "path": "user/my-product",
  1113. "style": {
  1114. "navigationBarTitleText": "我的商品",
  1115. "enablePullDownRefresh": true
  1116. }
  1117. },
  1118. {
  1119. "path": "user/my-shop",
  1120. "style": {
  1121. "navigationBarTitleText": "店铺主页",
  1122. "navigationStyle": "custom"
  1123. }
  1124. }, {
  1125. "path": "login/share-login",
  1126. "style": {
  1127. "navigationBarTitleText": "查看订单"
  1128. }
  1129. }, {
  1130. "path": "login/share-info",
  1131. "style": {
  1132. "navigationBarTitleText": "订单详情",
  1133. "navigationStyle": "custom"
  1134. }
  1135. }, {
  1136. "path": "order/order-details",
  1137. "style": {
  1138. "navigationBarTitleText": "订单详情",
  1139. "enablePullDownRefresh": true
  1140. }
  1141. }, {
  1142. "path": "user/supplier",
  1143. "style": {
  1144. "navigationBarTitleText": "供应商信息"
  1145. }
  1146. }, {
  1147. "path": "order/order-list",
  1148. "style": {
  1149. "navigationBarTitleText": "我的订单",
  1150. "enablePullDownRefresh": true
  1151. }
  1152. }, {
  1153. "path": "order/order-service-details",
  1154. "style": {
  1155. "navigationBarTitleText": "订单详情",
  1156. "navigationStyle": "custom",
  1157. "enablePullDownRefresh": true
  1158. }
  1159. },
  1160. {
  1161. "path": "deliver/add-logistics",
  1162. "style": {
  1163. "navigationBarTitleText": "录入物流信息"
  1164. }
  1165. },
  1166. {
  1167. "path": "deliver/qualifications-add",
  1168. "style": {
  1169. "navigationBarTitleText": "上传商品资质"
  1170. }
  1171. },
  1172. {
  1173. "path": "deliver/qualifications-details",
  1174. "style": {
  1175. "navigationBarTitleText": "商品资质"
  1176. }
  1177. },
  1178. {
  1179. "path": "deliver/deliver-goods",
  1180. "style": {
  1181. "navigationBarTitleText": "发货",
  1182. "enablePullDownRefresh": true
  1183. }
  1184. },
  1185. {
  1186. "path": "deliver/deliver-record",
  1187. "style": {
  1188. "navigationBarTitleText": "发货记录",
  1189. "enablePullDownRefresh": true,
  1190. "navigationStyle": "custom"
  1191. }
  1192. },
  1193. {
  1194. "path": "deliver/logistics-list",
  1195. "style": {
  1196. "navigationBarTitleText": "物流公司"
  1197. }
  1198. },
  1199. {
  1200. "path": "user/setting/password",
  1201. "style": {
  1202. "navigationBarTitleText": "修改密码"
  1203. }
  1204. },
  1205. {
  1206. "path": "user/setting/phone",
  1207. "style": {
  1208. "navigationBarTitleText": "更换手机号"
  1209. }
  1210. },
  1211. {
  1212. "path": "user/setting/setting",
  1213. "style": {
  1214. "navigationBarTitleText": "账户设置"
  1215. }
  1216. },
  1217. {
  1218. "path": "user/operator/list",
  1219. "style": {
  1220. "navigationBarTitleText": "运营人员管理"
  1221. }
  1222. },
  1223. {
  1224. "path": "user/operator/addoperator",
  1225. "style": {
  1226. "navigationBarTitleText": "添加运营人员"
  1227. }
  1228. },
  1229. {
  1230. "path": "user/information",
  1231. "style": {
  1232. "navigationBarTitleText": "资料信息"
  1233. }
  1234. }
  1235. ]
  1236. }
  1237. ],
  1238. "tabBar": {
  1239. "height": "80",
  1240. "color": "#999999",
  1241. "selectedColor": "#FF5B00",
  1242. "borderStyle": "black",
  1243. "backgroundColor": "#ffffff",
  1244. "list": [{
  1245. "pagePath": "pages/tabBar/home/index",
  1246. "iconPath": "static/icon-home@3x.png",
  1247. "selectedIconPath": "static/icon-home-active@3x.png",
  1248. "text": "商城"
  1249. }, {
  1250. "pagePath": "pages/tabBar/category/index",
  1251. "iconPath": "static/icon-sort@3x.png",
  1252. "selectedIconPath": "static/icon-sort-active@3x.png",
  1253. "text": "分类"
  1254. },
  1255. {
  1256. "pagePath": "pages/tabBar/notice/index",
  1257. "iconPath": "static/icon-news@3x.png",
  1258. "selectedIconPath": "static/icon-news-active@3x.png",
  1259. "text": "消息"
  1260. },
  1261. {
  1262. "pagePath": "pages/tabBar/cart/index",
  1263. "iconPath": "static/icon-cart@3x.png",
  1264. "selectedIconPath": "static/icon-cart-active@3x.png",
  1265. "text": "购物车"
  1266. },
  1267. {
  1268. "pagePath": "pages/tabBar/user/user",
  1269. "iconPath": "static/icon-user@3x.png",
  1270. "selectedIconPath": "static/icon-user-active@3x.png",
  1271. "text": "我的"
  1272. }
  1273. ]
  1274. },
  1275. "easycom": {
  1276. "autoscan": true,
  1277. "custom": {
  1278. "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
  1279. }
  1280. },
  1281. "globalStyle": {
  1282. "navigationBarTextStyle": "black",
  1283. "navigationBarTitleText": "采美采购商城",
  1284. "navigationBarBackgroundColor": "#FFFFFF",
  1285. "backgroundColor": "#FFFFFF"
  1286. },
  1287. "condition": { //模式配置,仅开发期间生效
  1288. "current": 0, //当前激活的模式(list 的索引项)
  1289. "list": [{
  1290. "name": "", //模式名称
  1291. "path": "", //启动页面,必选
  1292. "query": "" //启动参数,在页面的onLoad函数里面得到
  1293. }]
  1294. }
  1295. }