pages.json 33 KB

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