pages.json 32 KB

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