pages.json 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432
  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. "path": "chats/index",
  600. "style": {
  601. "navigationBarTitleText": "采美Ai助手",
  602. "enablePullDownRefresh": true
  603. // "navigationStyle": "custom"
  604. }
  605. }
  606. ]
  607. },
  608. {
  609. "root": "pages/notice/", //搜索分包模块
  610. "pages": [
  611. {
  612. "path": "club/notice-order",
  613. "style": {
  614. "navigationBarTitleText": "交易物流",
  615. "enablePullDownRefresh": true
  616. }
  617. },
  618. {
  619. "path": "club/notice-users",
  620. "style": {
  621. "navigationBarTitleText": "账户通知",
  622. "enablePullDownRefresh": true
  623. }
  624. },
  625. {
  626. "path": "club/notice-serve",
  627. "style": {
  628. "navigationBarTitleText": "服务通知",
  629. "enablePullDownRefresh": true
  630. }
  631. },
  632. {
  633. "path": "club/notice-coupon",
  634. "style": {
  635. "navigationBarTitleText": "优惠促销",
  636. "enablePullDownRefresh": true
  637. }
  638. },
  639. {
  640. "path": "shop/notice-users",
  641. "style": {
  642. "navigationBarTitleText": "账户通知",
  643. "enablePullDownRefresh": true
  644. }
  645. },
  646. {
  647. "path": "shop/notice-serve",
  648. "style": {
  649. "navigationBarTitleText": "服务通知",
  650. "enablePullDownRefresh": true
  651. }
  652. },
  653. {
  654. "path": "club/notice-article",
  655. "style": {
  656. "navigationBarTitleText": "最新文章",
  657. "enablePullDownRefresh": true
  658. }
  659. },
  660. {
  661. "path": "club/notice-activity",
  662. "style": {
  663. "navigationBarTitleText": "最新活动",
  664. "enablePullDownRefresh": true
  665. }
  666. }
  667. ]
  668. },
  669. {
  670. "root": "pages/seller/",
  671. "pages": [
  672. {
  673. "path": "index/index",
  674. "style": {
  675. "navigationBarTitleText": "采美采购商城",
  676. "enablePullDownRefresh": true,
  677. "navigationStyle": "custom"
  678. }
  679. },
  680. {
  681. "path": "login/login",
  682. "style": {
  683. "navigationBarTitleText": "登录",
  684. "navigationStyle": "custom"
  685. }
  686. },
  687. {
  688. "path": "cart/cart",
  689. "style": {
  690. "navigationBarTitleText": "购物车"
  691. }
  692. },
  693. {
  694. "path": "cart/buyagain",
  695. "style": {
  696. "navigationBarTitleText": "再次购买"
  697. }
  698. },
  699. {
  700. "path": "cart/immediately",
  701. "style": {
  702. "navigationBarTitleText": "立即下单"
  703. }
  704. },
  705. {
  706. "path": "cart/second",
  707. "style": {
  708. "navigationBarTitleText": "二手下单"
  709. }
  710. },
  711. {
  712. "path": "cart/coupon",
  713. "style": {
  714. "navigationBarTitleText": "优惠券",
  715. "enablePullDownRefresh": true
  716. }
  717. },
  718. {
  719. "path": "cart/coupon-share",
  720. "style": {
  721. "navigationBarTitleText": "购买优惠券"
  722. }
  723. },
  724. {
  725. "path": "order/create-order",
  726. "style": {
  727. "navigationBarTitleText": "确认订单"
  728. }
  729. },
  730. {
  731. "path": "order/create-recharge-order",
  732. "style": {
  733. "navigationBarTitleText": "确认订单"
  734. }
  735. },
  736. {
  737. "path": "order/order-details",
  738. "style": {
  739. "navigationBarTitleText": "订单详情",
  740. "navigationStyle": "custom"
  741. }
  742. },
  743. {
  744. "path": "order/order-club-details",
  745. "style": {
  746. "navigationBarTitleText": "订单详情",
  747. "navigationStyle": "custom"
  748. }
  749. },
  750. {
  751. "path": "order/order-list",
  752. "style": {
  753. "navigationBarTitleText": "订单列表",
  754. "navigationStyle": "custom"
  755. }
  756. },
  757. {
  758. "path": "club/list",
  759. "style": {
  760. "navigationBarTitleText": "机构列表",
  761. "navigationStyle": "custom"
  762. }
  763. },
  764. {
  765. "path": "club/stayClub-list",
  766. "style": {
  767. "navigationBarTitleText": "待注册机构"
  768. }
  769. },
  770. {
  771. "path": "club/club-list",
  772. "style": {
  773. "navigationBarTitleText": "我的机构"
  774. }
  775. },
  776. {
  777. "path": "club/club-portrait",
  778. "style": {
  779. "navigationBarTitleText": "机构画像"
  780. }
  781. },
  782. {
  783. "path": "club/club-visit",
  784. "style": {
  785. "navigationBarTitleText": "访问记录",
  786. "navigationStyle": "custom"
  787. }
  788. },
  789. {
  790. "path": "club/club-inactive-list",
  791. "style": {
  792. "navigationBarTitleText": "不活跃机构"
  793. }
  794. },
  795. {
  796. "path": "club/club-visit-detail",
  797. "style": {
  798. "navigationBarTitleText": "访问详情"
  799. }
  800. },
  801. {
  802. "path": "club/club-visit-details",
  803. "style": {
  804. "navigationBarTitleText": "重点访问详情"
  805. }
  806. },
  807. {
  808. "path": "club/allClub-list",
  809. "style": {
  810. "navigationBarTitleText": "所有机构"
  811. }
  812. },
  813. {
  814. "path": "club/addoperator",
  815. "style": {
  816. "navigationBarTitleText": "邀请运营人员"
  817. }
  818. },
  819. {
  820. "path": "club/club-detail",
  821. "style": {
  822. "navigationBarTitleText": "资料详情"
  823. }
  824. },
  825. {
  826. "path": "club/club-board",
  827. "style": {
  828. "navigationBarTitleText": "机构看板"
  829. }
  830. },
  831. {
  832. "path": "club/club-active-details",
  833. "style": {
  834. "navigationBarTitleText": "机构活跃详情"
  835. }
  836. },
  837. {
  838. "path": "club/club-consult-details",
  839. "style": {
  840. "navigationBarTitleText": "机构填写咨询记录详情"
  841. }
  842. },
  843. {
  844. "path": "login/register",
  845. "style": {
  846. "navigationBarTitleText": "拉机构上线",
  847. "navigationStyle": "custom"
  848. }
  849. },
  850. {
  851. "path": "login/register-select",
  852. "style": {
  853. "navigationBarTitleText": "拉机构上线"
  854. }
  855. },
  856. {
  857. "path": "login/register-general",
  858. "style": {
  859. "navigationBarTitleText": "个人机构"
  860. }
  861. },
  862. {
  863. "path": "login/register-member",
  864. "style": {
  865. "navigationBarTitleText": "资质机构"
  866. }
  867. },
  868. {
  869. "path": "login/information",
  870. "style": {
  871. "navigationBarTitleText": "修改资料",
  872. "navigationStyle": "custom"
  873. }
  874. },
  875. {
  876. "path": "login/apply",
  877. "style": {
  878. "navigationBarTitleText": "修改申请信息",
  879. "navigationStyle": "custom"
  880. }
  881. },
  882. {
  883. "path": "login/register-invite",
  884. "style": {
  885. "navigationBarTitleText": "邀请机构注册"
  886. }
  887. },
  888. {
  889. "path": "order/order-historylist",
  890. "style": {
  891. "navigationBarTitleText": "订单列表"
  892. }
  893. }, {
  894. "path": "order/search-order",
  895. "style": {
  896. "navigationBarTitleText": "订单搜索"
  897. }
  898. },
  899. {
  900. "path": "address/address",
  901. "style": {
  902. "navigationBarTitleText": "选择地址"
  903. }
  904. },
  905. {
  906. "path": "address/addressManage",
  907. "style": {
  908. "navigationBarTitleText": "添加地址"
  909. }
  910. },
  911. {
  912. "path": "remarks/list",
  913. "style": {
  914. "navigationBarTitleText": "注册客户咨询记录"
  915. }
  916. },
  917. {
  918. "path": "remarks/add",
  919. "style": {
  920. "navigationBarTitleText": "添加记录"
  921. }
  922. },
  923. {
  924. "path": "remarks/details",
  925. "style": {
  926. "navigationBarTitleText": "记录详情"
  927. }
  928. },
  929. {
  930. "path": "remarks/customer-list",
  931. "style": {
  932. "navigationBarTitleText": "选择咨询人"
  933. }
  934. },
  935. {
  936. "path": "remarks/record-list",
  937. "style": {
  938. "navigationBarTitleText": "未注册客户咨询记录"
  939. }
  940. },
  941. {
  942. "path": "remarks/record-club-list",
  943. "style": {
  944. "navigationBarTitleText": "全部咨询记录"
  945. }
  946. },
  947. {
  948. "path": "remarks/add-record",
  949. "style": {
  950. "navigationBarTitleText": "添加记录"
  951. }
  952. },
  953. {
  954. "path": "remarks/record-details",
  955. "style": {
  956. "navigationBarTitleText": "记录详情"
  957. }
  958. },
  959. {
  960. "path": "remarks/report-add",
  961. "style": {
  962. "navigationBarTitleText": "新建报备"
  963. }
  964. },
  965. {
  966. "path": "remarks/report-details",
  967. "style": {
  968. "navigationBarTitleText": "报备详情"
  969. }
  970. },
  971. {
  972. "path": "remarks/report-list",
  973. "style": {
  974. "navigationBarTitleText": "注册客户报备记录"
  975. }
  976. },
  977. {
  978. "path": "remarks/report-visitor-list",
  979. "style": {
  980. "navigationBarTitleText": "报备记录"
  981. }
  982. },
  983. {
  984. "path": "remarks/relation-consult-list",
  985. "style": {
  986. "navigationBarTitleText": "关联咨询记录"
  987. }
  988. },
  989. {
  990. "path": "remarks/relation-visitor-list",
  991. "style": {
  992. "navigationBarTitleText": "关联咨询记录"
  993. }
  994. },
  995. {
  996. "path": "remarks/business-card",
  997. "style": {
  998. "navigationBarTitleText": "我的名片"
  999. }
  1000. },
  1001. {
  1002. "path": "remarks/mine-qrcode",
  1003. "style": {
  1004. "navigationBarTitleText": "二维码"
  1005. }
  1006. },
  1007. {
  1008. "path": "remarks/mine-card",
  1009. "style": {
  1010. "navigationBarTitleText": "我的名片"
  1011. }
  1012. },
  1013. {
  1014. "path": "remarks/institutional-activity-analysis",
  1015. "style": {
  1016. "navigationBarTitleText": "机构活跃详情",
  1017. "enablePullDownRefresh": true,
  1018. "navigationStyle": "custom"
  1019. }
  1020. },
  1021. {
  1022. "path" : "notice/service/service",
  1023. "style" : {
  1024. "navigationBarTitleText": "服务通知",
  1025. "enablePullDownRefresh": true
  1026. }
  1027. },
  1028. {
  1029. "path" : "notice/service/Institutional_visits",
  1030. "style" : {
  1031. "navigationBarTitleText": "机构访问通知",
  1032. "enablePullDownRefresh": true
  1033. }
  1034. },
  1035. {
  1036. "path" : "notice/service/visits_details",
  1037. "style" : {
  1038. "navigationBarTitleText": "访问详情",
  1039. "enablePullDownRefresh": true
  1040. }
  1041. }
  1042. ]
  1043. },
  1044. {
  1045. "root": "pages/h5/", //活动分包模块
  1046. "pages": [{
  1047. "path": "activity/activity",
  1048. "style": {
  1049. "navigationBarTitleText": ""
  1050. }
  1051. },
  1052. {
  1053. "path": "activity/activity_mid",
  1054. "style": {
  1055. "navigationBarTitleText": "年中大促",
  1056. "enablePullDownRefresh": true
  1057. }
  1058. },
  1059. {
  1060. "path": "activity/couponExp",
  1061. "style": {
  1062. "navigationBarTitleText": "优惠券介绍",
  1063. "enablePullDownRefresh": true
  1064. }
  1065. },
  1066. {
  1067. "path": "activity/activity-topic",
  1068. "style": {
  1069. "navigationBarTitleText": "活动专题",
  1070. "enablePullDownRefresh": true
  1071. }
  1072. },
  1073. {
  1074. "path": "activity/quick-operation",
  1075. "style": {
  1076. "navigationBarTitleText": "",
  1077. "enablePullDownRefresh": true
  1078. }
  1079. },
  1080. {
  1081. "path": "activity/activity-detail",
  1082. "style": {
  1083. "navigationBarTitleText": "活动专题",
  1084. "enablePullDownRefresh": true
  1085. }
  1086. },
  1087. {
  1088. "path": "activity/activity-floorMore",
  1089. "style": {
  1090. "navigationBarTitleText": "更多",
  1091. "enablePullDownRefresh": true
  1092. }
  1093. },
  1094. {
  1095. "path": "article/page",
  1096. "style": {
  1097. "navigationBarTitleText": "采美采购平台",
  1098. "enablePullDownRefresh": true
  1099. }
  1100. },
  1101. {
  1102. "path": "article/path",
  1103. "style": {
  1104. "navigationBarTitleText": "采美采购平台",
  1105. "enablePullDownRefresh": true
  1106. }
  1107. },
  1108. {
  1109. "path": "article/page-image",
  1110. "style": {
  1111. "navigationBarTitleText": "采美采购平台"
  1112. }
  1113. },
  1114. {
  1115. "path": "article/path-live",
  1116. "style": {
  1117. "navigationBarTitleText": "采美采购平台",
  1118. "enablePullDownRefresh": true
  1119. }
  1120. },
  1121. {
  1122. "path": "activity/activity-list",
  1123. "style": {
  1124. "navigationBarTitleText": "商品专题",
  1125. "enablePullDownRefresh": true
  1126. }
  1127. },
  1128. {
  1129. "path": "other/repair",
  1130. "style": {
  1131. "navigationBarTitleText": "维修"
  1132. }
  1133. },
  1134. {
  1135. "path": "other/brand",
  1136. "style": {
  1137. "navigationBarTitleText": "品牌招商"
  1138. }
  1139. },
  1140. {
  1141. "path": "other/brands",
  1142. "style": {
  1143. "navigationBarTitleText": "品牌招商"
  1144. }
  1145. },
  1146. {
  1147. "path": "other/attestation",
  1148. "style": {
  1149. "navigationBarTitleText": "采美认证通"
  1150. }
  1151. }
  1152. ]
  1153. }, {
  1154. "root": "pages/search/", //搜索分包模块
  1155. "pages": [{
  1156. "path": "search",
  1157. "style": {
  1158. "navigationBarTitleText": "搜索"
  1159. }
  1160. }, {
  1161. "path": "search-supplier",
  1162. "style": {
  1163. "navigationBarTitleText": "搜索供应商"
  1164. }
  1165. }, {
  1166. "path": "search-instrument",
  1167. "style": {
  1168. "navigationBarTitleText": "搜索仪器"
  1169. }
  1170. }, {
  1171. "path": "search-second",
  1172. "style": {
  1173. "navigationBarTitleText": "二手搜索"
  1174. }
  1175. }, {
  1176. "path": "search-library",
  1177. "style": {
  1178. "navigationBarTitleText": "搜索",
  1179. "enablePullDownRefresh": false
  1180. }
  1181. }]
  1182. }, {
  1183. "root": "pages/second/",
  1184. "pages": [{
  1185. "path": "form/introduce",
  1186. "style": {
  1187. "navigationBarTitleText": "二手市场介绍",
  1188. "enablePullDownRefresh": true
  1189. }
  1190. },
  1191. {
  1192. "path": "form/form",
  1193. "style": {
  1194. "navigationBarTitleText": "发布二手估价商品"
  1195. }
  1196. },
  1197. {
  1198. "path": "form/form-seller",
  1199. "style": {
  1200. "navigationBarTitleText": "发布二手预成交商品"
  1201. }
  1202. },
  1203. {
  1204. "path": "form/form-presale",
  1205. "style": {
  1206. "navigationBarTitleText": "发布二手估价商品"
  1207. }
  1208. },
  1209. {
  1210. "path": "form/form-select",
  1211. "style": {
  1212. "navigationBarTitleText": "选择发布类型"
  1213. }
  1214. },
  1215. {
  1216. "path": "product/product-list",
  1217. "style": {
  1218. "navigationBarTitleText": "二手商品",
  1219. "enablePullDownRefresh": true
  1220. }
  1221. },
  1222. {
  1223. "path": "product/product-details",
  1224. "style": {
  1225. "navigationBarTitleText": "商品详情",
  1226. "enablePullDownRefresh": true,
  1227. "navigationStyle": "custom"
  1228. }
  1229. }
  1230. ]
  1231. },
  1232. {
  1233. "root": "pages/supplier/",
  1234. "pages": [{
  1235. "path": "index/index",
  1236. "style": {
  1237. "navigationBarTitleText": "采美采购商城",
  1238. "enablePullDownRefresh": true,
  1239. "navigationStyle": "custom"
  1240. }
  1241. }, {
  1242. "path": "login/bind-operator",
  1243. "style": {
  1244. "navigationBarTitleText": "绑定微信"
  1245. }
  1246. },
  1247. {
  1248. "path": "user/my-product",
  1249. "style": {
  1250. "navigationBarTitleText": "我的商品",
  1251. "enablePullDownRefresh": true
  1252. }
  1253. },
  1254. {
  1255. "path": "user/my-shop",
  1256. "style": {
  1257. "navigationBarTitleText": "店铺主页",
  1258. "navigationStyle": "custom"
  1259. }
  1260. }, {
  1261. "path": "login/share-login",
  1262. "style": {
  1263. "navigationBarTitleText": "查看订单"
  1264. }
  1265. }, {
  1266. "path": "login/share-info",
  1267. "style": {
  1268. "navigationBarTitleText": "订单详情",
  1269. "navigationStyle": "custom"
  1270. }
  1271. }, {
  1272. "path": "order/order-details",
  1273. "style": {
  1274. "navigationBarTitleText": "订单详情",
  1275. "enablePullDownRefresh": true
  1276. }
  1277. }, {
  1278. "path": "user/supplier",
  1279. "style": {
  1280. "navigationBarTitleText": "供应商信息"
  1281. }
  1282. }, {
  1283. "path": "order/order-list",
  1284. "style": {
  1285. "navigationBarTitleText": "我的订单",
  1286. "enablePullDownRefresh": true
  1287. }
  1288. }, {
  1289. "path": "order/order-service-details",
  1290. "style": {
  1291. "navigationBarTitleText": "订单详情",
  1292. "navigationStyle": "custom",
  1293. "enablePullDownRefresh": true
  1294. }
  1295. },
  1296. {
  1297. "path": "deliver/add-logistics",
  1298. "style": {
  1299. "navigationBarTitleText": "录入物流信息"
  1300. }
  1301. },
  1302. {
  1303. "path": "deliver/qualifications-add",
  1304. "style": {
  1305. "navigationBarTitleText": "上传商品资质"
  1306. }
  1307. },
  1308. {
  1309. "path": "deliver/qualifications-details",
  1310. "style": {
  1311. "navigationBarTitleText": "商品资质"
  1312. }
  1313. },
  1314. {
  1315. "path": "deliver/deliver-goods",
  1316. "style": {
  1317. "navigationBarTitleText": "发货",
  1318. "enablePullDownRefresh": true
  1319. }
  1320. },
  1321. {
  1322. "path": "deliver/deliver-record",
  1323. "style": {
  1324. "navigationBarTitleText": "发货记录",
  1325. "enablePullDownRefresh": true,
  1326. "navigationStyle": "custom"
  1327. }
  1328. },
  1329. {
  1330. "path": "deliver/logistics-list",
  1331. "style": {
  1332. "navigationBarTitleText": "物流公司"
  1333. }
  1334. },
  1335. {
  1336. "path": "user/setting/password",
  1337. "style": {
  1338. "navigationBarTitleText": "修改密码"
  1339. }
  1340. },
  1341. {
  1342. "path": "user/setting/phone",
  1343. "style": {
  1344. "navigationBarTitleText": "更换手机号"
  1345. }
  1346. },
  1347. {
  1348. "path": "user/setting/setting",
  1349. "style": {
  1350. "navigationBarTitleText": "账户设置"
  1351. }
  1352. },
  1353. {
  1354. "path": "user/operator/list",
  1355. "style": {
  1356. "navigationBarTitleText": "运营人员管理"
  1357. }
  1358. },
  1359. {
  1360. "path": "user/operator/addoperator",
  1361. "style": {
  1362. "navigationBarTitleText": "添加运营人员"
  1363. }
  1364. },
  1365. {
  1366. "path": "user/information",
  1367. "style": {
  1368. "navigationBarTitleText": "资料信息"
  1369. }
  1370. }
  1371. ]
  1372. }
  1373. ],
  1374. "tabBar": {
  1375. "height": "80",
  1376. "color": "#999999",
  1377. "selectedColor": "#FF5B00",
  1378. "borderStyle": "black",
  1379. "backgroundColor": "#ffffff",
  1380. "list": [{
  1381. "pagePath": "pages/tabBar/home/index",
  1382. "iconPath": "static/icon-home@3x.png",
  1383. "selectedIconPath": "static/icon-home-active@3x.png",
  1384. "text": "商城"
  1385. }, {
  1386. "pagePath": "pages/tabBar/category/index",
  1387. "iconPath": "static/icon-sort@3x.png",
  1388. "selectedIconPath": "static/icon-sort-active@3x.png",
  1389. "text": "分类"
  1390. },
  1391. {
  1392. "pagePath": "pages/tabBar/notice/index",
  1393. "iconPath": "static/icon-news@3x.png",
  1394. "selectedIconPath": "static/icon-news-active@3x.png",
  1395. "text": "消息"
  1396. },
  1397. {
  1398. "pagePath": "pages/tabBar/cart/index",
  1399. "iconPath": "static/icon-cart@3x.png",
  1400. "selectedIconPath": "static/icon-cart-active@3x.png",
  1401. "text": "购物车"
  1402. },
  1403. {
  1404. "pagePath": "pages/tabBar/user/user",
  1405. "iconPath": "static/icon-user@3x.png",
  1406. "selectedIconPath": "static/icon-user-active@3x.png",
  1407. "text": "我的"
  1408. }
  1409. ]
  1410. },
  1411. "easycom": {
  1412. "autoscan": true,
  1413. "custom": {
  1414. "tui-(.*)": "@/components/thorui/tui-$1/tui-$1.vue"
  1415. }
  1416. },
  1417. "globalStyle": {
  1418. "navigationBarTextStyle": "black",
  1419. "navigationBarTitleText": "采美采购商城",
  1420. "navigationBarBackgroundColor": "#FFFFFF",
  1421. "backgroundColor": "#FFFFFF"
  1422. },
  1423. "condition": { //模式配置,仅开发期间生效
  1424. "current": 0, //当前激活的模式(list 的索引项)
  1425. "list": [{
  1426. "name": "", //模式名称
  1427. "path": "", //启动页面,必选
  1428. "query": "" //启动参数,在页面的onLoad函数里面得到
  1429. }]
  1430. }
  1431. }