pages.json 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561
  1. {
  2. "lazyCodeLoading": "requiredComponents",
  3. "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
  4. {
  5. "path": "pages/guide/index",
  6. "style": {
  7. "app-plus": {
  8. "titleNView": false //禁用原生导航栏
  9. },
  10. "navigationStyle": "custom",
  11. "disableScroll": true
  12. }
  13. },
  14. {
  15. "path": "pages/index/index",
  16. "style": {
  17. "navigationBarTitleText": "首页",
  18. "navigationStyle": "custom",
  19. "navigationBarTextStyle": "black"
  20. // #ifdef APP-PLUS
  21. ,
  22. "enablePullDownRefresh": true
  23. // #endif
  24. }
  25. },
  26. {
  27. "path": "pages/new_pages/index/index",
  28. "style": {
  29. "navigationBarTitleText": "首页",
  30. "navigationStyle": "custom",
  31. "navigationBarTextStyle": "black"
  32. // #ifdef APP-PLUS
  33. ,
  34. "enablePullDownRefresh": true
  35. // #endif
  36. }
  37. },
  38. {
  39. "path": "pages/goods_cate/index",
  40. "style": {
  41. "navigationBarTitleText": "商品分类",
  42. "navigationStyle": "custom"
  43. }
  44. },
  45. {
  46. "path": "pages/discover_index/index",
  47. "style": {
  48. "navigationBarTitleText": "逛逛",
  49. "navigationStyle": "custom",
  50. "navigationBarTextStyle": "black"
  51. }
  52. },
  53. {
  54. "path": "pages/order_addcart/order_addcart",
  55. "style": {
  56. "navigationStyle": "custom",
  57. "navigationBarTitleText": "购物车"
  58. // "app-plus": {
  59. // // #ifdef APP-PLUS
  60. // "titleNView": {
  61. // "type": "default"
  62. // }
  63. // // #endif
  64. // }
  65. }
  66. },
  67. {
  68. "path": "pages/user/index",
  69. "style": {
  70. "navigationBarTitleText": "个人中心",
  71. "navigationStyle": "custom",
  72. // #ifdef MP || APP-PLUS
  73. "navigationBarTextStyle": "black",
  74. "navigationBarBackgroundColor": "#fff",
  75. // #endif
  76. "app-plus": {
  77. // #ifdef APP-PLUS
  78. "titleNView": {
  79. "type": "default"
  80. }
  81. // #endif
  82. }
  83. }
  84. }
  85. ],
  86. "subPackages": [{
  87. "root": "pages/users",
  88. "name": "users",
  89. "pages": [{
  90. "path": "web_page/index",
  91. "style": {
  92. //"navigationBarTitleText": "客服",
  93. "app-plus": {
  94. // #ifdef APP-PLUS
  95. "titleNView": {
  96. "type": "default"
  97. }
  98. // #endif
  99. }
  100. }
  101. },
  102. {
  103. "path": "user_info/index",
  104. "style": {
  105. "navigationBarTitleText": "个人资料",
  106. "app-plus": {
  107. // #ifdef APP-PLUS
  108. "titleNView": {
  109. "type": "default"
  110. }
  111. // #endif
  112. }
  113. }
  114. },
  115. {
  116. "path": "user_setting/index",
  117. "style": {
  118. "navigationBarTitleText": "个人信息",
  119. "app-plus": {
  120. // #ifdef APP-PLUS
  121. "titleNView": {
  122. "type": "default"
  123. }
  124. // #endif
  125. }
  126. }
  127. },
  128. {
  129. "path": "user_money/index",
  130. "style": {
  131. "navigationBarTitleText": "我的账户",
  132. "app-plus": {
  133. // #ifdef APP-PLUS
  134. "titleNView": {
  135. "type": "default"
  136. }
  137. // #endif
  138. }
  139. }
  140. },
  141. {
  142. "path": "user_bill/index",
  143. "style": {
  144. "navigationBarTitleText": "账单明细",
  145. "app-plus": {
  146. // #ifdef APP-PLUS
  147. "titleNView": {
  148. "type": "default"
  149. }
  150. // #endif
  151. }
  152. }
  153. },
  154. {
  155. "path": "user_spread_user/index",
  156. "style": {
  157. "navigationBarTitleText": "我的推广",
  158. // #ifdef MP || APP-PLUS
  159. "navigationBarTextStyle": "black",
  160. "navigationBarBackgroundColor": "#fff",
  161. // #endif
  162. "app-plus": {
  163. // #ifdef APP-PLUS
  164. "titleNView": {
  165. "type": "default"
  166. }
  167. // #endif
  168. }
  169. }
  170. },
  171. {
  172. "path": "user_spread_code/index",
  173. "style": {
  174. "navigationBarTitleText": "分销海报",
  175. "app-plus": {
  176. // #ifdef APP-PLUS
  177. "titleNView": {
  178. "type": "default"
  179. }
  180. // #endif
  181. }
  182. }
  183. },
  184. {
  185. "path": "user_spread_money/index",
  186. "style": {
  187. "navigationBarTitleText": "佣金记录",
  188. "app-plus": {
  189. // #ifdef APP-PLUS
  190. "titleNView": {
  191. "type": "default"
  192. }
  193. // #endif
  194. }
  195. }
  196. },
  197. {
  198. "path": "user_transferOut/index",
  199. "style": {
  200. "navigationBarTitleText": "transferOut",
  201. "app-plus": {
  202. // #ifdef APP-PLUS
  203. "titleNView": {
  204. "type": "default"
  205. }
  206. // #endif
  207. }
  208. }
  209. },
  210. {
  211. "path": "user_phone/index",
  212. "style": {
  213. "navigationBarTitleText": "修改手机号",
  214. "navigationBarBackgroundColor": "#e93323"
  215. // #ifdef MP || APP-PLUS
  216. ,
  217. "navigationBarTextStyle": "black"
  218. // #endif
  219. ,
  220. "app-plus": {
  221. // #ifdef APP-PLUS
  222. "titleNView": {
  223. "type": "default"
  224. }
  225. // #endif
  226. }
  227. }
  228. },
  229. {
  230. "path": "user_payment/index",
  231. "style": {
  232. "navigationBarTitleText": "余额充值",
  233. "app-plus": {
  234. // #ifdef APP-PLUS
  235. "titleNView": {
  236. "type": "default"
  237. }
  238. // #endif
  239. }
  240. }
  241. },
  242. {
  243. "path": "user_spread_brokerage_out/index",
  244. "style": {
  245. "navigationBarTitleText": "佣金转入",
  246. "app-plus": {
  247. // #ifdef APP-PLUS
  248. "titleNView": {
  249. "type": "default"
  250. }
  251. // #endif
  252. }
  253. }
  254. },
  255. {
  256. "path": "user_pwd_edit/index",
  257. "style": {
  258. "navigationBarTitleText": "修改密码"
  259. // #ifdef MP || APP-PLUS
  260. ,
  261. "navigationBarTextStyle": "black"
  262. // #endif
  263. ,
  264. "app-plus": {
  265. // #ifdef APP-PLUS
  266. "titleNView": {
  267. "type": "default"
  268. }
  269. // #endif
  270. }
  271. }
  272. },
  273. {
  274. "path": "promoter-list/index",
  275. "style": {
  276. "navigationBarTitleText": "推广人列表",
  277. "app-plus": {
  278. // #ifdef APP-PLUS
  279. "titleNView": {
  280. "type": "default"
  281. }
  282. // #endif
  283. }
  284. }
  285. },
  286. {
  287. "path": "promoter-order/index",
  288. "style": {
  289. "navigationBarTitleText": "推广人订单",
  290. "app-plus": {
  291. // #ifdef APP-PLUS
  292. "titleNView": {
  293. "type": "default"
  294. }
  295. // #endif
  296. }
  297. }
  298. },
  299. {
  300. "path": "promoter_rank/index",
  301. "style": {
  302. "navigationBarTitleText": "推广人排行",
  303. "app-plus": {
  304. // #ifdef APP-PLUS
  305. "titleNView": {
  306. "type": "default"
  307. }
  308. // #endif
  309. }
  310. }
  311. },
  312. {
  313. "path": "commission_rank/index",
  314. "style": {
  315. "navigationBarTitleText": "佣金排行",
  316. "app-plus": {
  317. // #ifdef APP-PLUS
  318. "titleNView": {
  319. "type": "default"
  320. }
  321. // #endif
  322. }
  323. }
  324. },
  325. {
  326. "path": "login/index",
  327. "style": {
  328. "navigationBarTitleText": "登录",
  329. "app-plus": {
  330. // #ifdef APP-PLUS
  331. "titleNView": {
  332. "type": "default"
  333. }
  334. // #endif
  335. }
  336. }
  337. },
  338. {
  339. "path": "wechat_login/index",
  340. "style": {
  341. "navigationBarTitleText": "账户登录",
  342. "navigationStyle": "custom",
  343. "app-plus": {
  344. // #ifdef APP-PLUS
  345. "titleNView": {
  346. "type": "default"
  347. }
  348. // #endif
  349. }
  350. }
  351. },
  352. {
  353. "path": "app_login/index",
  354. "style": {
  355. "navigationBarTitleText": "绑定手机号",
  356. "navigationStyle": "custom",
  357. "app-plus": {
  358. // #ifdef APP-PLUS
  359. "titleNView": {
  360. "type": "default"
  361. }
  362. // #endif
  363. }
  364. }
  365. },
  366. {
  367. "path": "app_update/app_update",
  368. "style": {
  369. "navigationBarTitleText": "检查更新",
  370. "app-plus": {
  371. // #ifdef APP-PLUS
  372. "titleNView": {
  373. "type": "default"
  374. }
  375. // #endif
  376. }
  377. }
  378. },
  379. {
  380. "path": "settled/index",
  381. "style": {
  382. "navigationBarTitleText": "商户入驻",
  383. "enablePullDownRefresh": false,
  384. "app-plus": {
  385. // #ifdef APP-PLUS
  386. "titleNView": {
  387. "type": "default"
  388. }
  389. // #endif
  390. }
  391. }
  392. },
  393. {
  394. "path": "user_sgin_info/index",
  395. "style": {
  396. "navigationBarTitleText": "签到说明",
  397. "app-plus": {
  398. // #ifdef APP-PLUS
  399. "titleNView": {
  400. "type": "default"
  401. }
  402. // #endif
  403. }
  404. }
  405. },
  406. {
  407. "path": "user_coupon/index",
  408. "style": {
  409. "navigationBarTitleText": "我的优惠券",
  410. "app-plus": {
  411. // #ifdef APP-PLUS
  412. "titleNView": {
  413. "type": "default"
  414. }
  415. // #endif
  416. }
  417. }
  418. }
  419. ]
  420. },
  421. {
  422. "root": "pages/merchant",
  423. "name": "merchant",
  424. "pages": [{
  425. "path": "home/index",
  426. "style": {
  427. "navigationBarTitleText": "商户首页",
  428. "navigationStyle": "custom",
  429. "enablePullDownRefresh": false
  430. }
  431. },
  432. {
  433. "path": "classify_coupon/index",
  434. "style": {
  435. "navigationBarTitleText": "商品分类",
  436. "navigationStyle": "custom",
  437. "enablePullDownRefresh": false,
  438. "app-plus": {
  439. // #ifdef APP-PLUS
  440. "titleNView": {
  441. "type": "default"
  442. }
  443. // #endif
  444. }
  445. }
  446. },
  447. {
  448. "path": "application_record/index",
  449. "style": {
  450. "navigationBarTitleText": "申请记录",
  451. "enablePullDownRefresh": false,
  452. "app-plus": {
  453. // #ifdef APP-PLUS
  454. "titleNView": {
  455. "type": "default"
  456. }
  457. // #endif
  458. }
  459. }
  460. },
  461. {
  462. "path": "detail/index",
  463. "style": {
  464. "navigationBarTitleText": "商户详情",
  465. "app-plus": {
  466. // #ifdef APP-PLUS
  467. "titleNView": {
  468. "type": "default"
  469. }
  470. // #endif
  471. }
  472. }
  473. },
  474. {
  475. "path": "user_integral/index",
  476. "style": {
  477. "navigationBarTitleText": "积分详情",
  478. "app-plus": {
  479. // #ifdef APP-PLUS
  480. "titleNView": {
  481. "type": "default"
  482. }
  483. // #endif
  484. }
  485. }
  486. },
  487. {
  488. "path": "user_sgin/index",
  489. "style": {
  490. "navigationBarTitleText": "签到",
  491. "app-plus": {
  492. // #ifdef APP-PLUS
  493. "titleNView": {
  494. "type": "default"
  495. }
  496. // #endif
  497. }
  498. }
  499. },
  500. {
  501. "path": "user_sgin_list/index",
  502. "style": {
  503. "navigationBarTitleText": "签到记录",
  504. "app-plus": {
  505. // #ifdef APP-PLUS
  506. "titleNView": {
  507. "type": "default"
  508. }
  509. // #endif
  510. }
  511. }
  512. },
  513. {
  514. "path": "merchant_street/index",
  515. "style": {
  516. "navigationBarTitleText": "店铺街",
  517. //"enablePullDownRefresh": false,
  518. "app-plus": {
  519. // #ifdef APP-PLUS
  520. "titleNView": {
  521. "type": "default"
  522. }
  523. // #endif
  524. }
  525. }
  526. }
  527. ]
  528. },
  529. {
  530. "root": "pages/goods",
  531. "path": "goods",
  532. "pages": [{
  533. "path": "goods_details/index",
  534. "style": {
  535. "navigationBarTitleText": "商品详情",
  536. "navigationStyle": "custom"
  537. }
  538. },
  539. {
  540. "path": "goods_list/index",
  541. "style": {
  542. "navigationBarTitleText": "商品列表",
  543. //"navigationStyle": "custom",
  544. "app-plus": {
  545. // #ifdef APP-PLUS
  546. "titleNView": {
  547. "type": "default"
  548. }
  549. // #endif
  550. }
  551. }
  552. },
  553. {
  554. "path": "coupon_goods_list/index",
  555. "style": {
  556. "navigationBarTitleText": "商品列表",
  557. "app-plus": {
  558. // #ifdef APP-PLUS
  559. "titleNView": {
  560. "type": "default"
  561. }
  562. // #endif
  563. }
  564. }
  565. },
  566. {
  567. "path": "systemIframe/index",
  568. "style": {
  569. "navigationBarTitleText": "系统表单",
  570. "app-plus": {
  571. // #ifdef APP-PLUS
  572. "titleNView": {
  573. "type": "default"
  574. }
  575. // #endif
  576. }
  577. }
  578. },
  579. {
  580. "path": "goods_search/index",
  581. "style": {
  582. "navigationBarTitleText": "搜索商品",
  583. "navigationStyle": "custom",
  584. "app-plus": {
  585. // #ifdef APP-PLUS
  586. "titleNView": {
  587. "type": "default"
  588. }
  589. // #endif
  590. }
  591. }
  592. },
  593. {
  594. "path": "news_list/index",
  595. "style": {
  596. "navigationBarTitleText": "资讯",
  597. "app-plus": {
  598. // #ifdef APP-PLUS
  599. "titleNView": {
  600. "type": "default"
  601. }
  602. // #endif
  603. }
  604. }
  605. },
  606. {
  607. "path": "news_details/index",
  608. "style": {
  609. "navigationBarTitleText": "资讯详情",
  610. "app-plus": {
  611. // #ifdef APP-PLUS
  612. "titleNView": {
  613. "type": "default"
  614. }
  615. // #endif
  616. }
  617. }
  618. },
  619. {
  620. "path": "browsing_history/index",
  621. "style": {
  622. "navigationBarTitleText": "浏览记录",
  623. "backgroundColor": "#FFFFFF",
  624. "app-plus": {
  625. // #ifdef APP-PLUS
  626. "titleNView": {
  627. "type": "default"
  628. }
  629. // #endif
  630. }
  631. }
  632. },
  633. {
  634. "path": "order_list/index",
  635. "style": {
  636. "navigationBarTitleText": "我的订单",
  637. "app-plus": {
  638. // #ifdef APP-PLUS
  639. "titleNView": {
  640. "type": "default"
  641. }
  642. // #endif
  643. }
  644. }
  645. },
  646. {
  647. "path": "order_logistics/index",
  648. "style": {
  649. "navigationBarTitleText": "发货记录",
  650. "app-plus": {
  651. // #ifdef APP-PLUS
  652. "titleNView": {
  653. "type": "default"
  654. }
  655. // #endif
  656. }
  657. }
  658. },
  659. {
  660. "path": "order_confirm/index",
  661. "style": {
  662. "navigationBarTitleText": "提交订单",
  663. "navigationStyle": "custom",
  664. "app-plus": {
  665. // #ifdef APP-PLUS
  666. "titleNView": {
  667. "type": "default"
  668. }
  669. // #endif
  670. }
  671. }
  672. },
  673. {
  674. "path": "order_payment/index",
  675. "style": {
  676. "navigationBarTitleText": "支付订单",
  677. // #ifdef MP || APP-PLUS
  678. "navigationBarTextStyle": "black",
  679. "navigationBarBackgroundColor": "#fff",
  680. // #endif
  681. "app-plus": {
  682. // #ifdef APP-PLUS
  683. "titleNView": {
  684. "type": "default"
  685. }
  686. // #endif
  687. }
  688. }
  689. },
  690. {
  691. "path": "refund_details/index",
  692. "style": {
  693. "navigationBarTitleText": "售后详情",
  694. "navigationBarBackgroundColor": "#fff",
  695. "app-plus": {
  696. // #ifdef APP-PLUS
  697. "titleNView": {
  698. "type": "default"
  699. }
  700. // #endif
  701. }
  702. }
  703. },
  704. {
  705. "path": "order_pay_status/index",
  706. "style": {
  707. "navigationBarTitleText": "支付结果",
  708. "app-plus": {
  709. // #ifdef APP-PLUS
  710. "titleNView": {
  711. "type": "default"
  712. }
  713. // #endif
  714. }
  715. }
  716. },
  717. {
  718. "path": "order_details/index",
  719. "style": {
  720. "navigationBarTitleText": "订单详情",
  721. "app-plus": {
  722. // #ifdef APP-PLUS
  723. "titleNView": {
  724. "type": "default"
  725. }
  726. // #endif
  727. }
  728. }
  729. },
  730. {
  731. "path": "virtual_order_details/index",
  732. "style": {
  733. "navigationBarTitleText": "订单详情",
  734. "app-plus": {
  735. // #ifdef APP-PLUS
  736. "titleNView": {
  737. "type": "default"
  738. }
  739. // #endif
  740. }
  741. }
  742. },
  743. {
  744. "path": "user_return_list/index",
  745. "style": {
  746. "navigationBarTitleText": "售后列表",
  747. "app-plus": {
  748. // #ifdef APP-PLUS
  749. "titleNView": {
  750. "type": "default"
  751. }
  752. // #endif
  753. }
  754. }
  755. },
  756. {
  757. "path": "goods_return/index",
  758. "style": {
  759. "navigationBarTitleText": "售后退款",
  760. "app-plus": {
  761. // #ifdef APP-PLUS
  762. "titleNView": {
  763. "type": "default"
  764. }
  765. // #endif
  766. }
  767. }
  768. },
  769. {
  770. "path": "after_sales_type/index",
  771. "style": {
  772. "navigationBarTitleText": "售后类型",
  773. "app-plus": {
  774. // #ifdef APP-PLUS
  775. "titleNView": {
  776. "type": "default"
  777. }
  778. // #endif
  779. }
  780. }
  781. },
  782. {
  783. "path": "returns_and_refunds/index",
  784. "style": {
  785. "navigationBarTitleText": "退货退款",
  786. "app-plus": {
  787. // #ifdef APP-PLUS
  788. "titleNView": {
  789. "type": "default"
  790. }
  791. // #endif
  792. }
  793. }
  794. },
  795. {
  796. "path": "goods_comment_con/index",
  797. "style": {
  798. "navigationBarTitleText": "商品评价",
  799. "app-plus": {
  800. // #ifdef APP-PLUS
  801. "titleNView": {
  802. "type": "default"
  803. }
  804. // #endif
  805. }
  806. }
  807. },
  808. {
  809. "path": "evaluation_list/index",
  810. "style": {
  811. "navigationBarTitleText": "评价列表",
  812. "app-plus": {
  813. // #ifdef APP-PLUS
  814. "titleNView": {
  815. "type": "default"
  816. }
  817. // #endif
  818. }
  819. }
  820. },
  821. {
  822. "path": "goods_comment_list/index",
  823. "style": {
  824. "navigationBarTitleText": "商品评分",
  825. "app-plus": {
  826. // #ifdef APP-PLUS
  827. "titleNView": {
  828. "type": "default"
  829. }
  830. // #endif
  831. }
  832. }
  833. },
  834. {
  835. "path": "goods_logistics/index",
  836. "style": {
  837. "navigationBarTitleText": "物流信息",
  838. "app-plus": {
  839. // #ifdef APP-PLUS
  840. "titleNView": {
  841. "type": "default"
  842. }
  843. // #endif
  844. }
  845. }
  846. },
  847. {
  848. "path": "send_record/index",
  849. "style": {
  850. "navigationBarTitleText": "发货记录",
  851. "app-plus": {
  852. // #ifdef APP-PLUS
  853. "titleNView": {
  854. "type": "default"
  855. }
  856. // #endif
  857. }
  858. }
  859. },
  860. {
  861. "path": "agreement_rules/index",
  862. "style": {
  863. "navigationBarTitleText": "隐私协议",
  864. "app-plus": {
  865. // #ifdef APP-PLUS
  866. "titleNView": {
  867. "type": "default"
  868. }
  869. // #endif
  870. }
  871. }
  872. },
  873. {
  874. "path": "user_goods_collection/index",
  875. "style": {
  876. "navigationBarTitleText": "收藏商品",
  877. "app-plus": {
  878. // #ifdef APP-PLUS
  879. "titleNView": {
  880. "type": "default"
  881. }
  882. // #endif
  883. }
  884. }
  885. },
  886. {
  887. "path": "user_merchant_collection/index",
  888. "style": {
  889. "navigationBarTitleText": "收藏店铺",
  890. "app-plus": {
  891. // #ifdef APP-PLUS
  892. "titleNView": {
  893. "type": "default"
  894. }
  895. // #endif
  896. }
  897. }
  898. },
  899. {
  900. "path": "alipay_return/alipay_return",
  901. "style": {
  902. "navigationBarTitleText": "",
  903. "enablePullDownRefresh": false
  904. }
  905. },
  906. {
  907. "path": "alipay_invoke/index",
  908. "style": {
  909. "navigationBarTitleText": "",
  910. "enablePullDownRefresh": false
  911. }
  912. },
  913. {
  914. "path": "agreement_info/index",
  915. "style": {
  916. "navigationBarTitleText": "",
  917. "app-plus": {
  918. // #ifdef APP-PLUS
  919. "titleNView": {
  920. "type": "default"
  921. }
  922. // #endif
  923. }
  924. }
  925. },
  926. {
  927. "path": "user_grade/index",
  928. "style": {
  929. "navigationBarTitleText": "我的等级",
  930. "navigationBarBackgroundColor": "#181818",
  931. "app-plus": {
  932. // #ifdef APP-PLUS
  933. "titleNView": {
  934. "type": "default"
  935. }
  936. // #endif
  937. }
  938. // #ifdef MP || APP-PLUS
  939. ,
  940. "navigationBarTextStyle": "black"
  941. // #endif
  942. }
  943. },
  944. {
  945. "path": "exp_record/index",
  946. "style": {
  947. "navigationBarTitleText": "经验值明细",
  948. "app-plus": {
  949. // #ifdef APP-PLUS
  950. "titleNView": {
  951. "type": "default"
  952. }
  953. // #endif
  954. }
  955. }
  956. },
  957. {
  958. "path": "level_rule/index",
  959. "style": {
  960. "navigationBarTitleText": "等级规则说明",
  961. "navigationBarBackgroundColor": "#282828",
  962. "app-plus": {
  963. // #ifdef APP-PLUS
  964. "titleNView": {
  965. "type": "default"
  966. }
  967. // #endif
  968. }
  969. // #ifdef MP || APP-PLUS
  970. ,
  971. "navigationBarTextStyle": "black"
  972. // #endif
  973. }
  974. }
  975. ]
  976. },
  977. {
  978. "root": "pages/address",
  979. "name": "address",
  980. "pages": [{
  981. "path": "user_address_list/index",
  982. "style": {
  983. "navigationBarTitleText": "地址管理",
  984. "app-plus": {
  985. // #ifdef APP-PLUS
  986. "titleNView": {
  987. "type": "default"
  988. }
  989. // #endif
  990. }
  991. }
  992. },
  993. {
  994. "path": "user_address/index",
  995. "style": {
  996. "navigationBarTitleText": "添加地址",
  997. "app-plus": {
  998. // #ifdef APP-PLUS
  999. "titleNView": {
  1000. "type": "default"
  1001. }
  1002. // #endif
  1003. }
  1004. }
  1005. }
  1006. ]
  1007. // "plugins": {
  1008. // "live-player-plugin": {
  1009. // "version": "1.3.2",
  1010. // "provider": "wx2b03c6e691cd7370"
  1011. // }
  1012. // }
  1013. },
  1014. {
  1015. "root": "pages/activity",
  1016. "name": "activity",
  1017. "pages": [{
  1018. "path": "goods_seckill/index",
  1019. "style": {
  1020. "navigationBarTitleText": "秒杀列表",
  1021. "navigationStyle": "custom"
  1022. // #ifdef MP || APP-PLUS
  1023. ,
  1024. "navigationBarTextStyle": "black"
  1025. // #endif
  1026. }
  1027. },
  1028. {
  1029. "path": "mer-good-seckill/index",
  1030. "style": {
  1031. "navigationBarTitleText": "秒杀列表",
  1032. "navigationStyle": "custom"
  1033. // #ifdef MP || APP-PLUS
  1034. ,
  1035. "navigationBarTextStyle": "black"
  1036. // #endif
  1037. }
  1038. },
  1039. {
  1040. "path": "goods_group/index",
  1041. "style": {
  1042. "navigationBarTitleText": "拼团活动",
  1043. "navigationStyle": "custom"
  1044. // #ifdef MP || APP-PLUS
  1045. ,
  1046. "navigationBarTextStyle": "black"
  1047. // #endif
  1048. }
  1049. },
  1050. {
  1051. "path": "liveBroadcast/index",
  1052. "style": {
  1053. "navigationBarTitleText": "列表",
  1054. "navigationBarBackgroundColor": "#F2F2F2"
  1055. }
  1056. },
  1057. {
  1058. "path": "status/index",
  1059. "style": {
  1060. "navigationBarTitleText": "拼团活动",
  1061. "app-plus": {
  1062. // #ifdef APP-PLUS
  1063. "titleNView": {
  1064. "type": "default"
  1065. }
  1066. // #endif
  1067. }
  1068. }
  1069. },
  1070. {
  1071. "path": "couponList/index",
  1072. "style": {
  1073. "navigationBarTitleText": "领券中心",
  1074. // #ifdef MP || APP-PLUS
  1075. "navigationBarTextStyle": "black",
  1076. "navigationBarBackgroundColor": "#F2F2F2",
  1077. // #endif
  1078. "app-plus": {
  1079. // #ifdef APP-PLUS
  1080. "titleNView": {
  1081. "type": "default"
  1082. }
  1083. // #endif
  1084. }
  1085. }
  1086. },
  1087. {
  1088. "path": "small_page/index",
  1089. "style": {
  1090. "navigationBarTitleText": "",
  1091. "enablePullDownRefresh": false,
  1092. "app-plus": {
  1093. // #ifdef APP-PLUS
  1094. "titleNView": {
  1095. "type": "default"
  1096. }
  1097. // #endif
  1098. }
  1099. }
  1100. },
  1101. {
  1102. "path": "vip_paid/index",
  1103. "style": {
  1104. "navigationBarTitleText": "SVIP会员",
  1105. "navigationStyle": "custom",
  1106. "app-plus": {
  1107. // #ifdef APP-PLUS
  1108. "titleNView": {
  1109. "type": "default"
  1110. }
  1111. // #endif
  1112. }
  1113. }
  1114. },
  1115. {
  1116. "path": "vip_paid_benefits/index",
  1117. "style": {
  1118. "navigationBarTitleText": "会员权益",
  1119. "navigationStyle": "custom",
  1120. "app-plus": {
  1121. // #ifdef APP-PLUS
  1122. "titleNView": {
  1123. "type": "default"
  1124. }
  1125. // #endif
  1126. }
  1127. }
  1128. },
  1129. {
  1130. "path": "vip_order_record/index",
  1131. "style": {
  1132. "navigationBarTitleText": "会员购买记录",
  1133. "app-plus": {
  1134. // #ifdef APP-PLUS
  1135. "titleNView": {
  1136. "type": "default"
  1137. }
  1138. // #endif
  1139. }
  1140. }
  1141. },
  1142. {
  1143. "path": "points_mall/index",
  1144. "style": {
  1145. "navigationBarTitleText": "积分商城",
  1146. "navigationStyle": "custom"
  1147. }
  1148. },
  1149. {
  1150. "path": "goods_points/index",
  1151. "style": {
  1152. "navigationBarTitleText": "热门推荐",
  1153. "navigationStyle": "custom"
  1154. // #ifdef MP || APP-PLUS
  1155. ,
  1156. "navigationBarTextStyle": "black"
  1157. // #endif
  1158. }
  1159. }
  1160. ]
  1161. },
  1162. {
  1163. "root": "pages/discover",
  1164. "name": "discover",
  1165. "pages": [{
  1166. "path": "discover_search_list/index",
  1167. "style": {
  1168. "navigationBarTitleText": "搜索页面",
  1169. "app-plus": {
  1170. // #ifdef APP-PLUS
  1171. "titleNView": {
  1172. "type": "default"
  1173. }
  1174. // #endif
  1175. }
  1176. }
  1177. },
  1178. {
  1179. "path": "discover_recommend/index",
  1180. "style": {
  1181. "navigationBarTitleText": "为你推荐",
  1182. // "navigationStyle": "custom",
  1183. "app-plus": {
  1184. // #ifdef APP-PLUS
  1185. "titleNView": {
  1186. "type": "default"
  1187. }
  1188. // #endif
  1189. }
  1190. }
  1191. },
  1192. {
  1193. "path": "discover_release/index",
  1194. "style": {
  1195. "navigationBarTitleText": "内容发布",
  1196. "app-plus": {
  1197. // #ifdef APP-PLUS
  1198. "titleNView": {
  1199. "type": "default"
  1200. }
  1201. // #endif
  1202. }
  1203. }
  1204. },
  1205. // #ifndef APP-PLUS
  1206. {
  1207. "path": "discover_video/routineVideo/index",
  1208. "style": {
  1209. "navigationBarTitleText": "逛逛短视频",
  1210. "navigationStyle": "custom",
  1211. "app-plus": {
  1212. "titleNView": false,
  1213. "bounce": "none"
  1214. }
  1215. }
  1216. },
  1217. // #endif
  1218. // #ifdef APP-PLUS
  1219. {
  1220. "path": "discover_video/appVideo/index",
  1221. "style": {
  1222. "navigationBarTitleText": "逛逛短视频",
  1223. "navigationStyle": "custom",
  1224. "navigationBarTextStyle": "black",
  1225. "app-plus": {
  1226. "titleNView": false,
  1227. "bounce": "none"
  1228. }
  1229. }
  1230. },
  1231. // #endif
  1232. {
  1233. "path": "discover_user/index",
  1234. "style": {
  1235. "navigationBarTitleText": "个人主页",
  1236. "navigationStyle": "custom"
  1237. }
  1238. },
  1239. {
  1240. "path": "discover_follow/index",
  1241. "style": {
  1242. "navigationBarTitleText": "我的关注",
  1243. "app-plus": {
  1244. // #ifdef APP-PLUS
  1245. "titleNView": {
  1246. "type": "default"
  1247. }
  1248. // #endif
  1249. }
  1250. }
  1251. },
  1252. {
  1253. "path": "discover_note_topic/index",
  1254. "style": {
  1255. "navigationBarTitleText": "话题",
  1256. "app-plus": {
  1257. // #ifdef APP-PLUS
  1258. "titleNView": {
  1259. "type": "default"
  1260. }
  1261. // #endif
  1262. }
  1263. }
  1264. },
  1265. {
  1266. "path": "discover_details/index",
  1267. "style": {
  1268. "navigationBarTitleText": "内容详情",
  1269. "app-plus": {
  1270. // #ifdef APP-PLUS
  1271. "titleNView": {
  1272. "type": "default"
  1273. }
  1274. // #endif
  1275. }
  1276. }
  1277. }
  1278. ]
  1279. },
  1280. {
  1281. "root": "pages/admin/",
  1282. "name": "admin",
  1283. "pages": [{
  1284. "path": "work/index",
  1285. "style": {
  1286. "navigationBarTitleText": "工作台",
  1287. "navigationStyle": "custom"
  1288. }
  1289. },
  1290. {
  1291. "path": "skipRefund/index",
  1292. "style": {
  1293. "navigationBarTitleText": "售后订单",
  1294. "navigationStyle": "custom"
  1295. }
  1296. },
  1297. {
  1298. "path": "order/index",
  1299. "style": {
  1300. "navigationBarTitleText": "订单管理",
  1301. "navigationStyle": "custom"
  1302. }
  1303. },
  1304. {
  1305. "path": "logistics/index",
  1306. "style": {
  1307. "navigationBarTitleText": "物流信息",
  1308. "app-plus": {
  1309. // #ifdef APP-PLUS
  1310. "titleNView": {
  1311. "type": "default"
  1312. }
  1313. // #endif
  1314. }
  1315. }
  1316. },
  1317. {
  1318. "path": "logistics/detail",
  1319. "style": {
  1320. "navigationBarTitleText": "发货记录",
  1321. "navigationStyle": "custom",
  1322. "app-plus": {
  1323. // #ifdef APP-PLUS
  1324. "titleNView": {
  1325. "type": "default"
  1326. }
  1327. // #endif
  1328. }
  1329. }
  1330. },
  1331. {
  1332. "path": "logistics/record",
  1333. "style": {
  1334. "navigationBarTitleText": "发货记录",
  1335. "navigationStyle": "custom",
  1336. "app-plus": {
  1337. // #ifdef APP-PLUS
  1338. "titleNView": {
  1339. "type": "default"
  1340. }
  1341. // #endif
  1342. }
  1343. }
  1344. },
  1345. {
  1346. "path": "refund/index",
  1347. "style": {
  1348. "navigationBarTitleText": "立即退款",
  1349. "app-plus": {
  1350. // #ifdef APP-PLUS
  1351. "titleNView": {
  1352. "type": "default"
  1353. }
  1354. // #endif
  1355. }
  1356. }
  1357. },
  1358. {
  1359. "path": "order/send",
  1360. "style": {
  1361. "navigationBarTitleText": "发货",
  1362. "app-plus": {
  1363. // #ifdef APP-PLUS
  1364. "titleNView": {
  1365. "type": "default"
  1366. }
  1367. // #endif
  1368. }
  1369. }
  1370. },
  1371. {
  1372. "path": "order/detail",
  1373. "style": {
  1374. "navigationStyle": "custom"
  1375. }
  1376. },
  1377. {
  1378. "path": "after_sale/index",
  1379. "style": {
  1380. "navigationBarTitleText": "售后订单",
  1381. "navigationStyle": "custom"
  1382. }
  1383. },
  1384. {
  1385. "path": "statistics/index",
  1386. "style": {
  1387. "navigationStyle": "custom",
  1388. "navigationBarTitleText": "销售额统计",
  1389. "app-plus": {
  1390. // #ifdef APP-PLUS
  1391. "titleNView": {
  1392. "type": "default"
  1393. }
  1394. // #endif
  1395. }
  1396. }
  1397. },
  1398. {
  1399. "path": "cancel/index",
  1400. "style": {
  1401. "navigationBarTitleText": "订单核销",
  1402. "app-plus": {
  1403. // #ifdef APP-PLUS
  1404. "titleNView": {
  1405. "type": "default"
  1406. }
  1407. // #endif
  1408. }
  1409. }
  1410. },
  1411. {
  1412. "path": "cancel/list",
  1413. "style": {
  1414. "navigationBarTitleText": "核销订单",
  1415. "app-plus": {
  1416. // #ifdef APP-PLUS
  1417. "titleNView": {
  1418. "type": "default"
  1419. }
  1420. // #endif
  1421. }
  1422. }
  1423. },
  1424. {
  1425. "path": "cancel/result",
  1426. "style": {
  1427. "navigationBarTitleText": "核销结果",
  1428. "app-plus": {
  1429. // #ifdef APP-PLUS
  1430. "titleNView": {
  1431. "type": "default"
  1432. }
  1433. // #endif
  1434. }
  1435. }
  1436. },
  1437. {
  1438. "path": "refundOrderDetail/index",
  1439. "style": {
  1440. "navigationStyle": "custom"
  1441. }
  1442. },
  1443. {
  1444. "path": "goods/index",
  1445. "style": {
  1446. "navigationStyle": "custom",
  1447. "navigationBarTitleText": "商品管理"
  1448. }
  1449. },
  1450. {
  1451. "path": "goods/specs",
  1452. "style": {
  1453. "navigationBarTitleText": "修改价格/库存",
  1454. "navigationBarBackgroundColor": "#F5F5F5",
  1455. "app-plus": {
  1456. // #ifdef APP-PLUS
  1457. "titleNView": {
  1458. "type": "default"
  1459. }
  1460. // #endif
  1461. }
  1462. }
  1463. },
  1464. {
  1465. "path": "goods/inventory",
  1466. "style": {
  1467. "navigationBarTitleText": "增加库存",
  1468. "navigationBarBackgroundColor": "#F5F5F5",
  1469. "app-plus": {
  1470. // #ifdef APP-PLUS
  1471. "titleNView": {
  1472. "type": "default"
  1473. }
  1474. // #endif
  1475. }
  1476. }
  1477. }
  1478. ]
  1479. }
  1480. //#ifdef H5
  1481. ,
  1482. {
  1483. "root": "pages/auth",
  1484. "name": "pages/auth/index",
  1485. "pages": [{
  1486. "path": "index",
  1487. "style": {
  1488. "navigationBarTitleText": "CRMEB"
  1489. }
  1490. }]
  1491. }
  1492. //#endif
  1493. ],
  1494. "globalStyle": {
  1495. "navigationBarTextStyle": "black",
  1496. "navigationBarTitleText": "crmeb",
  1497. "navigationBarBackgroundColor": "#fff",
  1498. "backgroundColor": "#F8F8F8",
  1499. "titleNView": false,
  1500. "rpxCalcMaxDeviceWidth": 960,
  1501. "rpxCalcBaseDeviceWidth": 375,
  1502. "rpxCalcIncludeWidth": 750,
  1503. "app-plus": {
  1504. "scrollIndicator": "none" //隐藏所有页面滚动条
  1505. }
  1506. },
  1507. "tabBar": {
  1508. "custom": false,
  1509. "color": "#282828",
  1510. "selectedColor": "#fc4141",
  1511. "borderStyle": "white",
  1512. "backgroundColor": "#ffffff",
  1513. "list": [
  1514. {
  1515. "pagePath": "pages/index/index",
  1516. "iconPath": "static/tabBar/shouwei.png",
  1517. "selectedIconPath": "static/tabBar/shouxuan.png",
  1518. "text": "首页"
  1519. },
  1520. {
  1521. "pagePath": "pages/goods_cate/index",
  1522. "iconPath": "static/tabBar/fenwei.png",
  1523. "selectedIconPath": "static/tabBar/fenxuan.png",
  1524. "text": "分类"
  1525. },
  1526. {
  1527. "pagePath": "pages/discover_index/index",
  1528. "iconPath": "static/tabBar/tab3wei.png",
  1529. "selectedIconPath": "static/tabBar/tab3.png",
  1530. "text": "逛逛"
  1531. },
  1532. {
  1533. "pagePath": "pages/order_addcart/order_addcart",
  1534. "iconPath": "static/tabBar/gouwei.png",
  1535. "selectedIconPath": "static/tabBar/gouxuan.png",
  1536. "text": "购物车"
  1537. },
  1538. {
  1539. "pagePath": "pages/user/index",
  1540. "iconPath": "static/tabBar/wowei.png",
  1541. "selectedIconPath": "static/tabBar/woxuan.png",
  1542. "text": "我的"
  1543. }
  1544. ]
  1545. },
  1546. "condition": { //模式配置,仅开发期间生效
  1547. "current": 0, //当前激活的模式(list 的索引项)
  1548. "list": [{
  1549. "name": "", //模式名称
  1550. "path": "", //启动页面,必选
  1551. "query": "" //启动参数,在页面的onLoad函数里面得到
  1552. }]
  1553. }
  1554. }