pages.json 34 KB

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