pages.json 32 KB

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