pages.json 32 KB

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