pages.json 31 KB

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