pages.json 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608
  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/goods",
  560. "path": "goods",
  561. "pages": [{
  562. "path": "goods_details/index",
  563. "style": {
  564. "navigationBarTitleText": "商品详情",
  565. "navigationStyle": "custom"
  566. }
  567. },
  568. {
  569. "path": "goods_list/index",
  570. "style": {
  571. "navigationBarTitleText": "商品列表",
  572. //"navigationStyle": "custom",
  573. "app-plus": {
  574. // #ifdef APP-PLUS
  575. "titleNView": {
  576. "type": "default"
  577. }
  578. // #endif
  579. }
  580. }
  581. },
  582. {
  583. "path": "coupon_goods_list/index",
  584. "style": {
  585. "navigationBarTitleText": "商品列表",
  586. "app-plus": {
  587. // #ifdef APP-PLUS
  588. "titleNView": {
  589. "type": "default"
  590. }
  591. // #endif
  592. }
  593. }
  594. },
  595. {
  596. "path": "systemIframe/index",
  597. "style": {
  598. "navigationBarTitleText": "系统表单",
  599. "app-plus": {
  600. // #ifdef APP-PLUS
  601. "titleNView": {
  602. "type": "default"
  603. }
  604. // #endif
  605. }
  606. }
  607. },
  608. {
  609. "path": "goods_search/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": "news_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": "news_details/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": "browsing_history/index",
  650. "style": {
  651. "navigationBarTitleText": "浏览记录",
  652. "backgroundColor": "#FFFFFF",
  653. "app-plus": {
  654. // #ifdef APP-PLUS
  655. "titleNView": {
  656. "type": "default"
  657. }
  658. // #endif
  659. }
  660. }
  661. },
  662. {
  663. "path": "order_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": "order_logistics/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": "order_confirm/index",
  690. "style": {
  691. "navigationBarTitleText": "提交订单",
  692. "navigationStyle": "custom",
  693. "app-plus": {
  694. // #ifdef APP-PLUS
  695. "titleNView": {
  696. "type": "default"
  697. }
  698. // #endif
  699. }
  700. }
  701. },
  702. {
  703. "path": "order_payment/index",
  704. "style": {
  705. "navigationBarTitleText": "支付订单",
  706. // #ifdef MP || APP-PLUS
  707. "navigationBarTextStyle": "black",
  708. "navigationBarBackgroundColor": "#fff",
  709. // #endif
  710. "app-plus": {
  711. // #ifdef APP-PLUS
  712. "titleNView": {
  713. "type": "default"
  714. }
  715. // #endif
  716. }
  717. }
  718. },
  719. {
  720. "path": "refund_details/index",
  721. "style": {
  722. "navigationBarTitleText": "售后详情",
  723. "navigationBarBackgroundColor": "#fff",
  724. "app-plus": {
  725. // #ifdef APP-PLUS
  726. "titleNView": {
  727. "type": "default"
  728. }
  729. // #endif
  730. }
  731. }
  732. },
  733. {
  734. "path": "order_pay_status/index",
  735. "style": {
  736. "navigationBarTitleText": "支付结果",
  737. "app-plus": {
  738. // #ifdef APP-PLUS
  739. "titleNView": {
  740. "type": "default"
  741. }
  742. // #endif
  743. }
  744. }
  745. },
  746. {
  747. "path": "order_details/index",
  748. "style": {
  749. "navigationBarTitleText": "订单详情",
  750. "app-plus": {
  751. // #ifdef APP-PLUS
  752. "titleNView": {
  753. "type": "default"
  754. }
  755. // #endif
  756. }
  757. }
  758. },
  759. {
  760. "path": "virtual_order_details/index",
  761. "style": {
  762. "navigationBarTitleText": "订单详情",
  763. "app-plus": {
  764. // #ifdef APP-PLUS
  765. "titleNView": {
  766. "type": "default"
  767. }
  768. // #endif
  769. }
  770. }
  771. },
  772. {
  773. "path": "user_return_list/index",
  774. "style": {
  775. "navigationBarTitleText": "售后列表",
  776. "app-plus": {
  777. // #ifdef APP-PLUS
  778. "titleNView": {
  779. "type": "default"
  780. }
  781. // #endif
  782. }
  783. }
  784. },
  785. {
  786. "path": "goods_return/index",
  787. "style": {
  788. "navigationBarTitleText": "售后退款",
  789. "app-plus": {
  790. // #ifdef APP-PLUS
  791. "titleNView": {
  792. "type": "default"
  793. }
  794. // #endif
  795. }
  796. }
  797. },
  798. {
  799. "path": "after_sales_type/index",
  800. "style": {
  801. "navigationBarTitleText": "售后类型",
  802. "app-plus": {
  803. // #ifdef APP-PLUS
  804. "titleNView": {
  805. "type": "default"
  806. }
  807. // #endif
  808. }
  809. }
  810. },
  811. {
  812. "path": "returns_and_refunds/index",
  813. "style": {
  814. "navigationBarTitleText": "退货退款",
  815. "app-plus": {
  816. // #ifdef APP-PLUS
  817. "titleNView": {
  818. "type": "default"
  819. }
  820. // #endif
  821. }
  822. }
  823. },
  824. {
  825. "path": "goods_comment_con/index",
  826. "style": {
  827. "navigationBarTitleText": "商品评价",
  828. "app-plus": {
  829. // #ifdef APP-PLUS
  830. "titleNView": {
  831. "type": "default"
  832. }
  833. // #endif
  834. }
  835. }
  836. },
  837. {
  838. "path": "evaluation_list/index",
  839. "style": {
  840. "navigationBarTitleText": "评价列表",
  841. "app-plus": {
  842. // #ifdef APP-PLUS
  843. "titleNView": {
  844. "type": "default"
  845. }
  846. // #endif
  847. }
  848. }
  849. },
  850. {
  851. "path": "goods_comment_list/index",
  852. "style": {
  853. "navigationBarTitleText": "商品评分",
  854. "app-plus": {
  855. // #ifdef APP-PLUS
  856. "titleNView": {
  857. "type": "default"
  858. }
  859. // #endif
  860. }
  861. }
  862. },
  863. {
  864. "path": "goods_logistics/index",
  865. "style": {
  866. "navigationBarTitleText": "物流信息",
  867. "app-plus": {
  868. // #ifdef APP-PLUS
  869. "titleNView": {
  870. "type": "default"
  871. }
  872. // #endif
  873. }
  874. }
  875. },
  876. {
  877. "path": "send_record/index",
  878. "style": {
  879. "navigationBarTitleText": "发货记录",
  880. "app-plus": {
  881. // #ifdef APP-PLUS
  882. "titleNView": {
  883. "type": "default"
  884. }
  885. // #endif
  886. }
  887. }
  888. },
  889. {
  890. "path": "agreement_rules/index",
  891. "style": {
  892. "navigationBarTitleText": "隐私协议",
  893. "app-plus": {
  894. // #ifdef APP-PLUS
  895. "titleNView": {
  896. "type": "default"
  897. }
  898. // #endif
  899. }
  900. }
  901. },
  902. {
  903. "path": "user_goods_collection/index",
  904. "style": {
  905. "navigationBarTitleText": "收藏商品",
  906. "app-plus": {
  907. // #ifdef APP-PLUS
  908. "titleNView": {
  909. "type": "default"
  910. }
  911. // #endif
  912. }
  913. }
  914. },
  915. {
  916. "path": "user_merchant_collection/index",
  917. "style": {
  918. "navigationBarTitleText": "收藏店铺",
  919. "app-plus": {
  920. // #ifdef APP-PLUS
  921. "titleNView": {
  922. "type": "default"
  923. }
  924. // #endif
  925. }
  926. }
  927. },
  928. {
  929. "path": "alipay_return/alipay_return",
  930. "style": {
  931. "navigationBarTitleText": "",
  932. "enablePullDownRefresh": false
  933. }
  934. },
  935. {
  936. "path": "alipay_invoke/index",
  937. "style": {
  938. "navigationBarTitleText": "",
  939. "enablePullDownRefresh": false
  940. }
  941. },
  942. {
  943. "path": "agreement_info/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_grade/index",
  957. "style": {
  958. "navigationBarTitleText": "我的等级",
  959. "navigationBarBackgroundColor": "#181818",
  960. "app-plus": {
  961. // #ifdef APP-PLUS
  962. "titleNView": {
  963. "type": "default"
  964. }
  965. // #endif
  966. }
  967. // #ifdef MP || APP-PLUS
  968. ,
  969. "navigationBarTextStyle": "black"
  970. // #endif
  971. }
  972. },
  973. {
  974. "path": "exp_record/index",
  975. "style": {
  976. "navigationBarTitleText": "经验值明细",
  977. "app-plus": {
  978. // #ifdef APP-PLUS
  979. "titleNView": {
  980. "type": "default"
  981. }
  982. // #endif
  983. }
  984. }
  985. },
  986. {
  987. "path": "level_rule/index",
  988. "style": {
  989. "navigationBarTitleText": "等级规则说明",
  990. "navigationBarBackgroundColor": "#282828",
  991. "app-plus": {
  992. // #ifdef APP-PLUS
  993. "titleNView": {
  994. "type": "default"
  995. }
  996. // #endif
  997. }
  998. // #ifdef MP || APP-PLUS
  999. ,
  1000. "navigationBarTextStyle": "black"
  1001. // #endif
  1002. }
  1003. }
  1004. ]
  1005. },
  1006. {
  1007. "root": "pages/address",
  1008. "name": "address",
  1009. "pages": [{
  1010. "path": "user_address_list/index",
  1011. "style": {
  1012. "navigationBarTitleText": "地址管理",
  1013. "app-plus": {
  1014. // #ifdef APP-PLUS
  1015. "titleNView": {
  1016. "type": "default"
  1017. }
  1018. // #endif
  1019. }
  1020. }
  1021. },
  1022. {
  1023. "path": "user_address/index",
  1024. "style": {
  1025. "navigationBarTitleText": "添加地址",
  1026. "app-plus": {
  1027. // #ifdef APP-PLUS
  1028. "titleNView": {
  1029. "type": "default"
  1030. }
  1031. // #endif
  1032. }
  1033. }
  1034. }
  1035. ]
  1036. // "plugins": {
  1037. // "live-player-plugin": {
  1038. // "version": "1.3.2",
  1039. // "provider": "wx2b03c6e691cd7370"
  1040. // }
  1041. // }
  1042. },
  1043. {
  1044. "root": "pages/activity",
  1045. "name": "activity",
  1046. "pages": [{
  1047. "path": "goods_seckill/index",
  1048. "style": {
  1049. "navigationBarTitleText": "秒杀列表",
  1050. "navigationStyle": "custom"
  1051. // #ifdef MP || APP-PLUS
  1052. ,
  1053. "navigationBarTextStyle": "black"
  1054. // #endif
  1055. }
  1056. },
  1057. {
  1058. "path": "mer-good-seckill/index",
  1059. "style": {
  1060. "navigationBarTitleText": "秒杀列表",
  1061. "navigationStyle": "custom"
  1062. // #ifdef MP || APP-PLUS
  1063. ,
  1064. "navigationBarTextStyle": "black"
  1065. // #endif
  1066. }
  1067. },
  1068. {
  1069. "path": "goods_group/index",
  1070. "style": {
  1071. "navigationBarTitleText": "拼团活动",
  1072. "navigationStyle": "custom"
  1073. // #ifdef MP || APP-PLUS
  1074. ,
  1075. "navigationBarTextStyle": "black"
  1076. // #endif
  1077. }
  1078. },
  1079. {
  1080. "path": "liveBroadcast/index",
  1081. "style": {
  1082. "navigationBarTitleText": "列表",
  1083. "navigationBarBackgroundColor": "#F2F2F2"
  1084. }
  1085. },
  1086. {
  1087. "path": "status/index",
  1088. "style": {
  1089. "navigationBarTitleText": "拼团活动",
  1090. "app-plus": {
  1091. // #ifdef APP-PLUS
  1092. "titleNView": {
  1093. "type": "default"
  1094. }
  1095. // #endif
  1096. }
  1097. }
  1098. },
  1099. {
  1100. "path": "couponList/index",
  1101. "style": {
  1102. "navigationBarTitleText": "领券中心",
  1103. // #ifdef MP || APP-PLUS
  1104. "navigationBarTextStyle": "black",
  1105. "navigationBarBackgroundColor": "#F2F2F2",
  1106. // #endif
  1107. "app-plus": {
  1108. // #ifdef APP-PLUS
  1109. "titleNView": {
  1110. "type": "default"
  1111. }
  1112. // #endif
  1113. }
  1114. }
  1115. },
  1116. {
  1117. "path": "small_page/index",
  1118. "style": {
  1119. "navigationBarTitleText": "",
  1120. "enablePullDownRefresh": false,
  1121. "app-plus": {
  1122. // #ifdef APP-PLUS
  1123. "titleNView": {
  1124. "type": "default"
  1125. }
  1126. // #endif
  1127. }
  1128. }
  1129. },
  1130. {
  1131. "path": "vip_paid/index",
  1132. "style": {
  1133. "navigationBarTitleText": "SVIP会员",
  1134. "navigationStyle": "custom",
  1135. "app-plus": {
  1136. // #ifdef APP-PLUS
  1137. "titleNView": {
  1138. "type": "default"
  1139. }
  1140. // #endif
  1141. }
  1142. }
  1143. },
  1144. {
  1145. "path": "vip_paid_benefits/index",
  1146. "style": {
  1147. "navigationBarTitleText": "会员权益",
  1148. "navigationStyle": "custom",
  1149. "app-plus": {
  1150. // #ifdef APP-PLUS
  1151. "titleNView": {
  1152. "type": "default"
  1153. }
  1154. // #endif
  1155. }
  1156. }
  1157. },
  1158. {
  1159. "path": "vip_order_record/index",
  1160. "style": {
  1161. "navigationBarTitleText": "会员购买记录",
  1162. "app-plus": {
  1163. // #ifdef APP-PLUS
  1164. "titleNView": {
  1165. "type": "default"
  1166. }
  1167. // #endif
  1168. }
  1169. }
  1170. },
  1171. {
  1172. "path": "points_mall/index",
  1173. "style": {
  1174. "navigationBarTitleText": "积分商城",
  1175. "navigationStyle": "custom"
  1176. }
  1177. },
  1178. {
  1179. "path": "goods_points/index",
  1180. "style": {
  1181. "navigationBarTitleText": "热门推荐",
  1182. "navigationStyle": "custom"
  1183. // #ifdef MP || APP-PLUS
  1184. ,
  1185. "navigationBarTextStyle": "black"
  1186. // #endif
  1187. }
  1188. }
  1189. ]
  1190. },
  1191. {
  1192. "root": "pages/discover",
  1193. "name": "discover",
  1194. "pages": [{
  1195. "path": "discover_search_list/index",
  1196. "style": {
  1197. "navigationBarTitleText": "搜索页面",
  1198. "app-plus": {
  1199. // #ifdef APP-PLUS
  1200. "titleNView": {
  1201. "type": "default"
  1202. }
  1203. // #endif
  1204. }
  1205. }
  1206. },
  1207. {
  1208. "path": "discover_recommend/index",
  1209. "style": {
  1210. "navigationBarTitleText": "为你推荐",
  1211. // "navigationStyle": "custom",
  1212. "app-plus": {
  1213. // #ifdef APP-PLUS
  1214. "titleNView": {
  1215. "type": "default"
  1216. }
  1217. // #endif
  1218. }
  1219. }
  1220. },
  1221. {
  1222. "path": "discover_release/index",
  1223. "style": {
  1224. "navigationBarTitleText": "内容发布",
  1225. "app-plus": {
  1226. // #ifdef APP-PLUS
  1227. "titleNView": {
  1228. "type": "default"
  1229. }
  1230. // #endif
  1231. }
  1232. }
  1233. },
  1234. // #ifndef APP-PLUS
  1235. {
  1236. "path": "discover_video/routineVideo/index",
  1237. "style": {
  1238. "navigationBarTitleText": "逛逛短视频",
  1239. "navigationStyle": "custom",
  1240. "app-plus": {
  1241. "titleNView": false,
  1242. "bounce": "none"
  1243. }
  1244. }
  1245. },
  1246. // #endif
  1247. // #ifdef APP-PLUS
  1248. {
  1249. "path": "discover_video/appVideo/index",
  1250. "style": {
  1251. "navigationBarTitleText": "逛逛短视频",
  1252. "navigationStyle": "custom",
  1253. "navigationBarTextStyle": "black",
  1254. "app-plus": {
  1255. "titleNView": false,
  1256. "bounce": "none"
  1257. }
  1258. }
  1259. },
  1260. // #endif
  1261. {
  1262. "path": "discover_user/index",
  1263. "style": {
  1264. "navigationBarTitleText": "个人主页",
  1265. "navigationStyle": "custom"
  1266. }
  1267. },
  1268. {
  1269. "path": "discover_follow/index",
  1270. "style": {
  1271. "navigationBarTitleText": "我的关注",
  1272. "app-plus": {
  1273. // #ifdef APP-PLUS
  1274. "titleNView": {
  1275. "type": "default"
  1276. }
  1277. // #endif
  1278. }
  1279. }
  1280. },
  1281. {
  1282. "path": "discover_note_topic/index",
  1283. "style": {
  1284. "navigationBarTitleText": "话题",
  1285. "app-plus": {
  1286. // #ifdef APP-PLUS
  1287. "titleNView": {
  1288. "type": "default"
  1289. }
  1290. // #endif
  1291. }
  1292. }
  1293. },
  1294. {
  1295. "path": "discover_details/index",
  1296. "style": {
  1297. "navigationBarTitleText": "内容详情",
  1298. "app-plus": {
  1299. // #ifdef APP-PLUS
  1300. "titleNView": {
  1301. "type": "default"
  1302. }
  1303. // #endif
  1304. }
  1305. }
  1306. }
  1307. ]
  1308. },
  1309. {
  1310. "root": "pages/rider",
  1311. "name": "rider",
  1312. "pages": [{
  1313. "path": "rider_shipping/index",
  1314. "style": {
  1315. "navigationBarTitleText": "接单",
  1316. "app-plus": {
  1317. // #ifdef APP-PLUS
  1318. "titleNView": {
  1319. "type": "default"
  1320. }
  1321. // #endif
  1322. }
  1323. }
  1324. },
  1325. {
  1326. "path": "rider_me/index",
  1327. "style": {
  1328. "navigationBarTitleText": "我的",
  1329. "app-plus": {
  1330. // #ifdef APP-PLUS
  1331. "titleNView": {
  1332. "type": "default"
  1333. }
  1334. // #endif
  1335. }
  1336. }
  1337. }
  1338. ]
  1339. },
  1340. {
  1341. "root": "pages/admin/",
  1342. "name": "admin",
  1343. "pages": [{
  1344. "path": "work/index",
  1345. "style": {
  1346. "navigationBarTitleText": "工作台",
  1347. "navigationStyle": "custom"
  1348. }
  1349. },
  1350. {
  1351. "path": "skipRefund/index",
  1352. "style": {
  1353. "navigationBarTitleText": "售后订单",
  1354. "navigationStyle": "custom"
  1355. }
  1356. },
  1357. {
  1358. "path": "order/index",
  1359. "style": {
  1360. "navigationBarTitleText": "订单管理",
  1361. "navigationStyle": "custom"
  1362. }
  1363. },
  1364. {
  1365. "path": "logistics/index",
  1366. "style": {
  1367. "navigationBarTitleText": "物流信息",
  1368. "app-plus": {
  1369. // #ifdef APP-PLUS
  1370. "titleNView": {
  1371. "type": "default"
  1372. }
  1373. // #endif
  1374. }
  1375. }
  1376. },
  1377. {
  1378. "path": "logistics/detail",
  1379. "style": {
  1380. "navigationBarTitleText": "发货记录",
  1381. "navigationStyle": "custom",
  1382. "app-plus": {
  1383. // #ifdef APP-PLUS
  1384. "titleNView": {
  1385. "type": "default"
  1386. }
  1387. // #endif
  1388. }
  1389. }
  1390. },
  1391. {
  1392. "path": "logistics/record",
  1393. "style": {
  1394. "navigationBarTitleText": "发货记录",
  1395. "navigationStyle": "custom",
  1396. "app-plus": {
  1397. // #ifdef APP-PLUS
  1398. "titleNView": {
  1399. "type": "default"
  1400. }
  1401. // #endif
  1402. }
  1403. }
  1404. },
  1405. {
  1406. "path": "refund/index",
  1407. "style": {
  1408. "navigationBarTitleText": "立即退款",
  1409. "app-plus": {
  1410. // #ifdef APP-PLUS
  1411. "titleNView": {
  1412. "type": "default"
  1413. }
  1414. // #endif
  1415. }
  1416. }
  1417. },
  1418. {
  1419. "path": "order/send",
  1420. "style": {
  1421. "navigationBarTitleText": "发货",
  1422. "app-plus": {
  1423. // #ifdef APP-PLUS
  1424. "titleNView": {
  1425. "type": "default"
  1426. }
  1427. // #endif
  1428. }
  1429. }
  1430. },
  1431. {
  1432. "path": "order/detail",
  1433. "style": {
  1434. "navigationStyle": "custom"
  1435. }
  1436. },
  1437. {
  1438. "path": "after_sale/index",
  1439. "style": {
  1440. "navigationBarTitleText": "售后订单",
  1441. "navigationStyle": "custom"
  1442. }
  1443. },
  1444. {
  1445. "path": "statistics/index",
  1446. "style": {
  1447. "navigationStyle": "custom",
  1448. "navigationBarTitleText": "销售额统计",
  1449. "app-plus": {
  1450. // #ifdef APP-PLUS
  1451. "titleNView": {
  1452. "type": "default"
  1453. }
  1454. // #endif
  1455. }
  1456. }
  1457. },
  1458. {
  1459. "path": "cancel/index",
  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": "cancel/list",
  1473. "style": {
  1474. "navigationBarTitleText": "核销订单",
  1475. "app-plus": {
  1476. // #ifdef APP-PLUS
  1477. "titleNView": {
  1478. "type": "default"
  1479. }
  1480. // #endif
  1481. }
  1482. }
  1483. },
  1484. {
  1485. "path": "cancel/result",
  1486. "style": {
  1487. "navigationBarTitleText": "核销结果",
  1488. "app-plus": {
  1489. // #ifdef APP-PLUS
  1490. "titleNView": {
  1491. "type": "default"
  1492. }
  1493. // #endif
  1494. }
  1495. }
  1496. },
  1497. {
  1498. "path": "refundOrderDetail/index",
  1499. "style": {
  1500. "navigationStyle": "custom"
  1501. }
  1502. },
  1503. {
  1504. "path": "goods/index",
  1505. "style": {
  1506. "navigationStyle": "custom",
  1507. "navigationBarTitleText": "商品管理"
  1508. }
  1509. },
  1510. {
  1511. "path": "goods/specs",
  1512. "style": {
  1513. "navigationBarTitleText": "修改价格/库存",
  1514. "navigationBarBackgroundColor": "#F5F5F5",
  1515. "app-plus": {
  1516. // #ifdef APP-PLUS
  1517. "titleNView": {
  1518. "type": "default"
  1519. }
  1520. // #endif
  1521. }
  1522. }
  1523. },
  1524. {
  1525. "path": "goods/inventory",
  1526. "style": {
  1527. "navigationBarTitleText": "增加库存",
  1528. "navigationBarBackgroundColor": "#F5F5F5",
  1529. "app-plus": {
  1530. // #ifdef APP-PLUS
  1531. "titleNView": {
  1532. "type": "default"
  1533. }
  1534. // #endif
  1535. }
  1536. }
  1537. }
  1538. ]
  1539. }
  1540. //#ifdef H5
  1541. ,
  1542. {
  1543. "root": "pages/auth",
  1544. "name": "pages/auth/index",
  1545. "pages": [{
  1546. "path": "index",
  1547. "style": {
  1548. "navigationBarTitleText": "CRMEB"
  1549. }
  1550. }]
  1551. }
  1552. //#endif
  1553. ],
  1554. "globalStyle": {
  1555. "navigationBarTextStyle": "black",
  1556. "navigationBarTitleText": "crmeb",
  1557. "navigationBarBackgroundColor": "#fff",
  1558. "backgroundColor": "#F8F8F8",
  1559. "titleNView": false,
  1560. "rpxCalcMaxDeviceWidth": 960,
  1561. "rpxCalcBaseDeviceWidth": 375,
  1562. "rpxCalcIncludeWidth": 750,
  1563. "app-plus": {
  1564. "scrollIndicator": "none" //隐藏所有页面滚动条
  1565. }
  1566. },
  1567. "tabBar": {
  1568. "custom": false,
  1569. "color": "#8E8E8E",
  1570. "selectedColor": "#FF6702",
  1571. "borderStyle": "white",
  1572. "backgroundColor": "#ffffff",
  1573. "list": [{
  1574. "pagePath": "pages/index/index",
  1575. "iconPath": "/static/tabBar/home-false.png",
  1576. "selectedIconPath": "/static/tabBar/home-true.png",
  1577. "text": "首页"
  1578. },
  1579. {
  1580. "pagePath": "pages/order/index",
  1581. "iconPath": "/static/tabBar/order-false.png",
  1582. "selectedIconPath": "static/tabBar/order-true.png",
  1583. "text": "订单"
  1584. },
  1585. {
  1586. "pagePath": "pages/user/index",
  1587. "iconPath": "static/tabBar/my-false.png",
  1588. "selectedIconPath": "static/tabBar/my-true.png",
  1589. "text": "我的"
  1590. }
  1591. ]
  1592. },
  1593. "condition": { //模式配置,仅开发期间生效
  1594. "current": 0, //当前激活的模式(list 的索引项)
  1595. "list": [{
  1596. "name": "", //模式名称
  1597. "path": "", //启动页面,必选
  1598. "query": "" //启动参数,在页面的onLoad函数里面得到
  1599. }]
  1600. }
  1601. }