pages.json 33 KB

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