pages.json 30 KB

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