pages.json 33 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510
  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. <<<<<<< HEAD
  876. "path": "club/club-remind",
  877. "style": {
  878. "navigationBarTitleText": "咨询记录填写提醒",
  879. "navigationStyle": "custom"
  880. =======
  881. "path": "club/team-list",
  882. "style": {
  883. "navigationBarTitleText": "我的组员"
  884. >>>>>>> remotes/origin/developer
  885. }
  886. },
  887. {
  888. "path": "login/register",
  889. "style": {
  890. "navigationBarTitleText": "拉机构上线",
  891. "navigationStyle": "custom"
  892. }
  893. },
  894. {
  895. "path": "login/register-select",
  896. "style": {
  897. "navigationBarTitleText": "拉机构上线"
  898. }
  899. },
  900. {
  901. "path": "login/register-general",
  902. "style": {
  903. "navigationBarTitleText": "个人机构"
  904. }
  905. },
  906. {
  907. "path": "login/register-member",
  908. "style": {
  909. "navigationBarTitleText": "资质机构"
  910. }
  911. },
  912. {
  913. "path": "login/information",
  914. "style": {
  915. "navigationBarTitleText": "修改资料",
  916. "navigationStyle": "custom"
  917. }
  918. },
  919. {
  920. "path": "login/apply",
  921. "style": {
  922. "navigationBarTitleText": "修改申请信息",
  923. "navigationStyle": "custom"
  924. }
  925. },
  926. {
  927. "path": "login/register-invite",
  928. "style": {
  929. "navigationBarTitleText": "邀请机构注册"
  930. }
  931. },
  932. {
  933. "path": "order/order-historylist",
  934. "style": {
  935. "navigationBarTitleText": "订单列表"
  936. }
  937. },
  938. {
  939. "path": "order/order-team-list",
  940. "style": {
  941. "navigationBarTitleText": "组员订单"
  942. }
  943. },
  944. {
  945. "path": "order/order-team-details",
  946. "style": {
  947. "navigationBarTitleText": "组员订单详情"
  948. }
  949. },
  950. {
  951. "path": "order/search-order",
  952. "style": {
  953. "navigationBarTitleText": "订单搜索"
  954. }
  955. },
  956. {
  957. "path": "address/address",
  958. "style": {
  959. "navigationBarTitleText": "选择地址"
  960. }
  961. },
  962. {
  963. "path": "address/addressManage",
  964. "style": {
  965. "navigationBarTitleText": "添加地址"
  966. }
  967. },
  968. {
  969. "path": "remarks/list",
  970. "style": {
  971. "navigationBarTitleText": "注册客户咨询记录"
  972. }
  973. },
  974. {
  975. "path": "remarks/add",
  976. "style": {
  977. "navigationBarTitleText": "添加咨询记录"
  978. }
  979. },
  980. {
  981. "path": "remarks/details",
  982. "style": {
  983. "navigationBarTitleText": "记录详情"
  984. }
  985. },
  986. {
  987. "path": "remarks/customer-list",
  988. "style": {
  989. "navigationBarTitleText": "选择咨询人"
  990. }
  991. },
  992. {
  993. "path": "remarks/record-list",
  994. "style": {
  995. "navigationBarTitleText": "未注册客户咨询记录"
  996. }
  997. },
  998. {
  999. "path": "remarks/record-club-list",
  1000. "style": {
  1001. "navigationBarTitleText": "全部咨询记录"
  1002. }
  1003. },
  1004. {
  1005. "path": "remarks/add-record",
  1006. "style": {
  1007. "navigationBarTitleText": "添加咨询记录"
  1008. }
  1009. },
  1010. {
  1011. "path": "remarks/record-details",
  1012. "style": {
  1013. "navigationBarTitleText": "记录详情"
  1014. }
  1015. },
  1016. {
  1017. "path": "remarks/report-add",
  1018. "style": {
  1019. "navigationBarTitleText": "新建报备"
  1020. }
  1021. },
  1022. {
  1023. "path": "remarks/report-details",
  1024. "style": {
  1025. "navigationBarTitleText": "报备详情"
  1026. }
  1027. },
  1028. {
  1029. "path": "remarks/report-list",
  1030. "style": {
  1031. "navigationBarTitleText": "注册客户报备记录"
  1032. }
  1033. },
  1034. {
  1035. "path": "remarks/report-visitor-list",
  1036. "style": {
  1037. "navigationBarTitleText": "报备记录"
  1038. }
  1039. },
  1040. {
  1041. "path": "remarks/relation-consult-list",
  1042. "style": {
  1043. "navigationBarTitleText": "关联咨询记录"
  1044. }
  1045. },
  1046. {
  1047. "path": "remarks/relation-visitor-list",
  1048. "style": {
  1049. "navigationBarTitleText": "关联咨询记录"
  1050. }
  1051. },
  1052. {
  1053. "path": "remarks/business-card",
  1054. "style": {
  1055. "navigationBarTitleText": "我的名片"
  1056. }
  1057. },
  1058. {
  1059. "path": "remarks/mine-qrcode",
  1060. "style": {
  1061. "navigationBarTitleText": "二维码"
  1062. }
  1063. },
  1064. {
  1065. "path": "remarks/mine-card",
  1066. "style": {
  1067. "navigationBarTitleText": "我的名片"
  1068. }
  1069. },
  1070. {
  1071. "path": "remarks/institutional-activity-analysis",
  1072. "style": {
  1073. "navigationBarTitleText": "机构活跃详情",
  1074. "enablePullDownRefresh": true,
  1075. "navigationStyle": "custom"
  1076. }
  1077. },
  1078. {
  1079. "path" : "notice/service/service",
  1080. "style" : {
  1081. "navigationBarTitleText": "服务通知",
  1082. "enablePullDownRefresh": true
  1083. }
  1084. },
  1085. {
  1086. "path" : "notice/service/Institutional_visits",
  1087. "style" : {
  1088. "navigationBarTitleText": "机构访问通知",
  1089. "enablePullDownRefresh": true
  1090. }
  1091. },
  1092. {
  1093. "path" : "notice/service/visits_details",
  1094. "style" : {
  1095. "navigationBarTitleText": "访问详情",
  1096. "enablePullDownRefresh": true
  1097. }
  1098. }
  1099. ]
  1100. },
  1101. {
  1102. "root": "pages/h5/", //活动分包模块
  1103. "pages": [{
  1104. "path": "activity/activity",
  1105. "style": {
  1106. "navigationBarTitleText": ""
  1107. }
  1108. },
  1109. {
  1110. "path": "activity/activity_mid",
  1111. "style": {
  1112. "navigationBarTitleText": "年中大促",
  1113. "enablePullDownRefresh": true
  1114. }
  1115. },
  1116. {
  1117. "path": "activity/couponExp",
  1118. "style": {
  1119. "navigationBarTitleText": "优惠券介绍",
  1120. "enablePullDownRefresh": true
  1121. }
  1122. },
  1123. {
  1124. "path": "activity/activity-topic",
  1125. "style": {
  1126. "navigationBarTitleText": "活动专题",
  1127. "enablePullDownRefresh": true
  1128. }
  1129. },
  1130. {
  1131. "path": "activity/quick-operation",
  1132. "style": {
  1133. "navigationBarTitleText": "",
  1134. "enablePullDownRefresh": true
  1135. }
  1136. },
  1137. {
  1138. "path": "activity/activity-detail",
  1139. "style": {
  1140. "navigationBarTitleText": "活动专题",
  1141. "enablePullDownRefresh": true
  1142. }
  1143. },
  1144. {
  1145. "path": "activity/activity-floorMore",
  1146. "style": {
  1147. "navigationBarTitleText": "更多",
  1148. "enablePullDownRefresh": true
  1149. }
  1150. },
  1151. {
  1152. "path": "article/page",
  1153. "style": {
  1154. "navigationBarTitleText": "采美采购平台",
  1155. "enablePullDownRefresh": true
  1156. }
  1157. },
  1158. {
  1159. "path": "article/path",
  1160. "style": {
  1161. "navigationBarTitleText": "采美采购平台",
  1162. "enablePullDownRefresh": true
  1163. }
  1164. },
  1165. {
  1166. "path": "article/page-image",
  1167. "style": {
  1168. "navigationBarTitleText": "采美采购平台"
  1169. }
  1170. },
  1171. {
  1172. "path": "article/path-live",
  1173. "style": {
  1174. "navigationBarTitleText": "采美采购平台",
  1175. "enablePullDownRefresh": true
  1176. }
  1177. },
  1178. {
  1179. "path": "activity/activity-list",
  1180. "style": {
  1181. "navigationBarTitleText": "商品专题",
  1182. "enablePullDownRefresh": true
  1183. }
  1184. },
  1185. {
  1186. "path": "activity/activity-entry",
  1187. "style": {
  1188. "navigationBarTitleText": "紫亚兰门票绑定",
  1189. "navigationStyle": "custom"
  1190. }
  1191. },
  1192. {
  1193. "path": "activity/activity-sign",
  1194. "style": {
  1195. "navigationBarTitleText": "展台打卡",
  1196. "navigationStyle": "custom"
  1197. }
  1198. },
  1199. {
  1200. "path": "activity/activity-entry-list",
  1201. "style": {
  1202. "navigationBarTitleText": "所有展台",
  1203. "navigationStyle": "custom"
  1204. }
  1205. },
  1206. {
  1207. "path": "other/repair",
  1208. "style": {
  1209. "navigationBarTitleText": "维修"
  1210. }
  1211. },
  1212. {
  1213. "path": "other/brand",
  1214. "style": {
  1215. "navigationBarTitleText": "品牌招商"
  1216. }
  1217. },
  1218. {
  1219. "path": "other/brands",
  1220. "style": {
  1221. "navigationBarTitleText": "品牌招商"
  1222. }
  1223. },
  1224. {
  1225. "path": "other/attestation",
  1226. "style": {
  1227. "navigationBarTitleText": "采美认证通"
  1228. }
  1229. }
  1230. ]
  1231. }, {
  1232. "root": "pages/search/", //搜索分包模块
  1233. "pages": [{
  1234. "path": "search",
  1235. "style": {
  1236. "navigationBarTitleText": "搜索"
  1237. }
  1238. }, {
  1239. "path": "search-supplier",
  1240. "style": {
  1241. "navigationBarTitleText": "搜索供应商"
  1242. }
  1243. }, {
  1244. "path": "search-instrument",
  1245. "style": {
  1246. "navigationBarTitleText": "搜索仪器"
  1247. }
  1248. }, {
  1249. "path": "search-second",
  1250. "style": {
  1251. "navigationBarTitleText": "二手搜索"
  1252. }
  1253. }, {
  1254. "path": "search-library",
  1255. "style": {
  1256. "navigationBarTitleText": "搜索",
  1257. "enablePullDownRefresh": false
  1258. }
  1259. }]
  1260. }, {
  1261. "root": "pages/second/",
  1262. "pages": [{
  1263. "path": "form/introduce",
  1264. "style": {
  1265. "navigationBarTitleText": "二手市场介绍",
  1266. "enablePullDownRefresh": true
  1267. }
  1268. },
  1269. {
  1270. "path": "form/form",
  1271. "style": {
  1272. "navigationBarTitleText": "发布二手"
  1273. }
  1274. },
  1275. {
  1276. "path": "form/form-seller",
  1277. "style": {
  1278. "navigationBarTitleText": "发布二手预成交商品"
  1279. }
  1280. },
  1281. {
  1282. "path": "form/form-presale",
  1283. "style": {
  1284. "navigationBarTitleText": "发布二手估价商品"
  1285. }
  1286. },
  1287. {
  1288. "path": "form/form-select",
  1289. "style": {
  1290. "navigationBarTitleText": "选择发布类型"
  1291. }
  1292. },
  1293. {
  1294. "path": "product/product-list",
  1295. "style": {
  1296. "navigationBarTitleText": "二手市场",
  1297. "enablePullDownRefresh": true
  1298. }
  1299. },
  1300. {
  1301. "path": "product/product-details",
  1302. "style": {
  1303. "navigationBarTitleText": "商品详情",
  1304. "enablePullDownRefresh": true,
  1305. "navigationStyle": "custom"
  1306. }
  1307. }
  1308. ]
  1309. },
  1310. {
  1311. "root": "pages/supplier/",
  1312. "pages": [{
  1313. "path": "index/index",
  1314. "style": {
  1315. "navigationBarTitleText": "采美采购商城",
  1316. "enablePullDownRefresh": true,
  1317. "navigationStyle": "custom"
  1318. }
  1319. }, {
  1320. "path": "login/bind-operator",
  1321. "style": {
  1322. "navigationBarTitleText": "绑定微信"
  1323. }
  1324. },
  1325. {
  1326. "path": "user/my-product",
  1327. "style": {
  1328. "navigationBarTitleText": "我的商品",
  1329. "enablePullDownRefresh": true
  1330. }
  1331. },
  1332. {
  1333. "path": "user/my-shop",
  1334. "style": {
  1335. "navigationBarTitleText": "店铺主页",
  1336. "navigationStyle": "custom"
  1337. }
  1338. }, {
  1339. "path": "login/share-login",
  1340. "style": {
  1341. "navigationBarTitleText": "查看订单"
  1342. }
  1343. }, {
  1344. "path": "login/share-info",
  1345. "style": {
  1346. "navigationBarTitleText": "订单详情",
  1347. "navigationStyle": "custom"
  1348. }
  1349. }, {
  1350. "path": "order/order-details",
  1351. "style": {
  1352. "navigationBarTitleText": "订单详情",
  1353. "enablePullDownRefresh": true
  1354. }
  1355. }, {
  1356. "path": "user/supplier",
  1357. "style": {
  1358. "navigationBarTitleText": "供应商信息"
  1359. }
  1360. }, {
  1361. "path": "order/order-list",
  1362. "style": {
  1363. "navigationBarTitleText": "我的订单",
  1364. "enablePullDownRefresh": true
  1365. }
  1366. }, {
  1367. "path": "order/order-service-details",
  1368. "style": {
  1369. "navigationBarTitleText": "订单详情",
  1370. "navigationStyle": "custom",
  1371. "enablePullDownRefresh": true
  1372. }
  1373. },
  1374. {
  1375. "path": "deliver/add-logistics",
  1376. "style": {
  1377. "navigationBarTitleText": "录入物流信息"
  1378. }
  1379. },
  1380. {
  1381. "path": "deliver/qualifications-add",
  1382. "style": {
  1383. "navigationBarTitleText": "上传商品资质"
  1384. }
  1385. },
  1386. {
  1387. "path": "deliver/qualifications-details",
  1388. "style": {
  1389. "navigationBarTitleText": "商品资质"
  1390. }
  1391. },
  1392. {
  1393. "path": "deliver/deliver-goods",
  1394. "style": {
  1395. "navigationBarTitleText": "发货",
  1396. "enablePullDownRefresh": true
  1397. }
  1398. },
  1399. {
  1400. "path": "deliver/deliver-record",
  1401. "style": {
  1402. "navigationBarTitleText": "发货记录",
  1403. "enablePullDownRefresh": true,
  1404. "navigationStyle": "custom"
  1405. }
  1406. },
  1407. {
  1408. "path": "deliver/logistics-list",
  1409. "style": {
  1410. "navigationBarTitleText": "物流公司"
  1411. }
  1412. },
  1413. {
  1414. "path": "user/setting/password",
  1415. "style": {
  1416. "navigationBarTitleText": "修改密码"
  1417. }
  1418. },
  1419. {
  1420. "path": "user/setting/phone",
  1421. "style": {
  1422. "navigationBarTitleText": "更换手机号"
  1423. }
  1424. },
  1425. {
  1426. "path": "user/setting/setting",
  1427. "style": {
  1428. "navigationBarTitleText": "账户设置"
  1429. }
  1430. },
  1431. {
  1432. "path": "user/operator/list",
  1433. "style": {
  1434. "navigationBarTitleText": "运营人员管理"
  1435. }
  1436. },
  1437. {
  1438. "path": "user/operator/addoperator",
  1439. "style": {
  1440. "navigationBarTitleText": "添加运营人员"
  1441. }
  1442. },
  1443. {
  1444. "path": "user/information",
  1445. "style": {
  1446. "navigationBarTitleText": "资料信息"
  1447. }
  1448. }
  1449. ]
  1450. }
  1451. ],
  1452. "tabBar": {
  1453. "height": "80",
  1454. "color": "#999999",
  1455. "selectedColor": "#FF5B00",
  1456. "borderStyle": "black",
  1457. "backgroundColor": "#ffffff",
  1458. "list": [{
  1459. "pagePath": "pages/tabBar/home/index",
  1460. "iconPath": "static/icon-home@3x.png",
  1461. "selectedIconPath": "static/icon-home-active@3x.png",
  1462. "text": "商城"
  1463. }, {
  1464. "pagePath": "pages/tabBar/category/index",
  1465. "iconPath": "static/icon-sort@3x.png",
  1466. "selectedIconPath": "static/icon-sort-active@3x.png",
  1467. "text": "分类"
  1468. },
  1469. {
  1470. "pagePath": "pages/tabBar/notice/index",
  1471. "iconPath": "static/icon-news@3x.png",
  1472. "selectedIconPath": "static/icon-news-active@3x.png",
  1473. "text": "消息"
  1474. },
  1475. {
  1476. "pagePath": "pages/tabBar/cart/index",
  1477. "iconPath": "static/icon-cart@3x.png",
  1478. "selectedIconPath": "static/icon-cart-active@3x.png",
  1479. "text": "购物车"
  1480. },
  1481. {
  1482. "pagePath": "pages/tabBar/user/user",
  1483. "iconPath": "static/icon-user@3x.png",
  1484. "selectedIconPath": "static/icon-user-active@3x.png",
  1485. "text": "我的"
  1486. }
  1487. ]
  1488. },
  1489. "easycom": {
  1490. "autoscan": true,
  1491. "custom": {
  1492. "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
  1493. }
  1494. },
  1495. "globalStyle": {
  1496. "navigationBarTextStyle": "black",
  1497. "navigationBarTitleText": "采美采购商城",
  1498. "navigationBarBackgroundColor": "#FFFFFF",
  1499. "backgroundColor": "#FFFFFF"
  1500. },
  1501. "condition": { //模式配置,仅开发期间生效
  1502. "current": 0, //当前激活的模式(list 的索引项)
  1503. "list": [{
  1504. "name": "", //模式名称
  1505. "path": "", //启动页面,必选
  1506. "query": "" //启动参数,在页面的onLoad函数里面得到
  1507. }]
  1508. }
  1509. }