pages.json 31 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576
  1. {
  2. "pages": [ //pages数组中第一项表示应用启动页
  3. {
  4. "path": "pages/guide/index",
  5. "style": {
  6. "app-plus": {
  7. "titleNView": false //禁用原生导航栏
  8. }
  9. }
  10. },
  11. {
  12. "path": "pages/index/index",
  13. "style": {
  14. "navigationBarTitleText": "",
  15. "navigationStyle": "custom",
  16. "navigationBarTextStyle": "white",
  17. "app-plus": {
  18. "scrollIndicator": "none"
  19. }
  20. }
  21. },
  22. {
  23. "path": "pages/order_addcart/order_addcart",
  24. "style": {
  25. "navigationBarTitleText": "购物车",
  26. "app-plus": {
  27. // #ifdef APP-PLUS
  28. "titleNView": {
  29. "type": "default"
  30. }
  31. // #endif
  32. }
  33. }
  34. },
  35. {
  36. "path": "pages/user/index",
  37. "style": {
  38. "navigationBarTitleText": "个人中心",
  39. "enablePullDownRefresh": true
  40. // #ifdef MP || APP-PLUS
  41. ,
  42. "navigationStyle": "custom",
  43. // "navigationBarBackgroundColor": "#e93323",
  44. "navigationBarTextStyle": "black"
  45. // #endif
  46. }
  47. },
  48. {
  49. "path": "pages/goods_cate/goods_cate",
  50. "style": {
  51. "navigationBarTitleText": "商品分类",
  52. "app-plus": {
  53. // #ifdef APP-PLUS
  54. "titleNView": {
  55. "type": "default"
  56. }
  57. // #endif
  58. }
  59. }
  60. }
  61. ],
  62. "subPackages": [{ // 模块分包
  63. "root": "pages/extension",
  64. "name": "extension",
  65. "pages": [{
  66. "path": "customer_list/chat",
  67. "style": {
  68. "navigationBarTitleText": "对话详情",
  69. "navigationStyle": "custom",
  70. "app-plus": {
  71. "scrollIndicator": false //禁用原生导航栏
  72. // #ifdef APP-PLUS
  73. ,
  74. "titleNView": {
  75. "type": "default"
  76. }
  77. // #endif
  78. },
  79. "disableScroll": true
  80. }
  81. },
  82. {
  83. "path": "news_list/index",
  84. "style": {
  85. "navigationBarTitleText": "资讯",
  86. "app-plus": {
  87. // #ifdef APP-PLUS
  88. "titleNView": {
  89. "type": "default"
  90. }
  91. // #endif
  92. }
  93. }
  94. },
  95. {
  96. "path": "news_details/index",
  97. "style": {
  98. "navigationBarTitleText": "资讯详情",
  99. "app-plus": {
  100. // #ifdef APP-PLUS
  101. "titleNView": {
  102. "type": "default"
  103. }
  104. // #endif
  105. }
  106. }
  107. }
  108. ]
  109. }, {
  110. "root": "pages/goods",
  111. "name": "goods",
  112. "pages": [{
  113. "path": "goods_list/index",
  114. "style": {
  115. "navigationBarTitleText": "商品列表",
  116. "app-plus": {
  117. // #ifdef APP-PLUS
  118. "titleNView": {
  119. "type": "default"
  120. }
  121. // #endif
  122. }
  123. }
  124. }, {
  125. "path": "goods_search/index",
  126. "style": {
  127. "navigationBarTitleText": "搜索商品",
  128. "app-plus": {
  129. // #ifdef APP-PLUS
  130. "titleNView": {
  131. "type": "default"
  132. }
  133. // #endif
  134. }
  135. }
  136. }, {
  137. "path": "order_pay_status/index",
  138. "style": {
  139. "navigationBarTitleText": "支付成功",
  140. "app-plus": {
  141. // #ifdef APP-PLUS
  142. "titleNView": {
  143. "type": "default"
  144. }
  145. // #endif
  146. }
  147. }
  148. }, {
  149. "path": "admin_order_detail/index",
  150. "style": {
  151. "navigationBarTitleText": "订单详情",
  152. "app-plus": {
  153. // #ifdef APP-PLUS
  154. "titleNView": {
  155. "type": "default"
  156. }
  157. // #endif
  158. }
  159. }
  160. }, {
  161. "path": "goods_comment_con/index",
  162. "style": {
  163. "navigationBarTitleText": "商品评价",
  164. "app-plus": {
  165. // #ifdef APP-PLUS
  166. "titleNView": {
  167. "type": "default"
  168. }
  169. // #endif
  170. }
  171. }
  172. }, {
  173. "path": "goods_comment_con/lottery_comment",
  174. "style": {
  175. "navigationBarTitleText": "订单评价",
  176. "app-plus": {
  177. // #ifdef APP-PLUS
  178. "titleNView": {
  179. "type": "default"
  180. }
  181. // #endif
  182. }
  183. }
  184. }, {
  185. "path": "goods_comment_list/index",
  186. "style": {
  187. "navigationBarTitleText": "商品评分",
  188. "app-plus": {
  189. // #ifdef APP-PLUS
  190. "titleNView": {
  191. "type": "default"
  192. }
  193. // #endif
  194. }
  195. }
  196. }, {
  197. "path": "goods_details_store/index",
  198. "style": {
  199. "navigationBarTitleText": "门店列表",
  200. "app-plus": {
  201. // #ifdef APP-PLUS
  202. "titleNView": {
  203. "type": "default"
  204. }
  205. // #endif
  206. }
  207. }
  208. }, {
  209. "path": "goods_logistics/index",
  210. "style": {
  211. "navigationBarTitleText": "物流信息",
  212. "app-plus": {
  213. // #ifdef APP-PLUS
  214. "titleNView": {
  215. "type": "default"
  216. }
  217. // #endif
  218. }
  219. }
  220. }, {
  221. "path": "goods_return/index",
  222. "style": {
  223. "navigationBarTitleText": "申请退货",
  224. "app-plus": {
  225. // #ifdef APP-PLUS
  226. "titleNView": {
  227. "type": "default"
  228. }
  229. // #endif
  230. }
  231. }
  232. }, {
  233. "path": "goods_return_list/index",
  234. "style": {
  235. "navigationBarTitleText": "退货列表",
  236. "app-plus": {
  237. // #ifdef APP-PLUS
  238. "titleNView": {
  239. "type": "default"
  240. }
  241. // #endif
  242. }
  243. }
  244. }, {
  245. "path": "lottery/grids/index",
  246. "style": {
  247. "navigationBarTitleText": "抽奖活动",
  248. "app-plus": {
  249. // #ifdef APP-PLUS
  250. "titleNView": {
  251. "type": "default"
  252. }
  253. // #endif
  254. }
  255. }
  256. },
  257. {
  258. "path": "lottery/grids/record",
  259. "style": {
  260. "navigationBarTitleText": "中奖记录",
  261. "app-plus": {
  262. // #ifdef APP-PLUS
  263. "titleNView": {
  264. "type": "default"
  265. }
  266. // #endif
  267. }
  268. }
  269. }, {
  270. "path": "order_confirm/index",
  271. "style": {
  272. "navigationBarTitleText": "提交订单",
  273. "app-plus": {
  274. // #ifdef APP-PLUS
  275. "titleNView": {
  276. "type": "default"
  277. }
  278. // #endif
  279. }
  280. }
  281. }, {
  282. "path": "order_details/index",
  283. "style": {
  284. "navigationBarTitleText": "订单详情",
  285. "app-plus": {
  286. // #ifdef APP-PLUS
  287. "titleNView": {
  288. "type": "default"
  289. }
  290. // #endif
  291. }
  292. }
  293. }, {
  294. "path": "order_list/index",
  295. "style": {
  296. "navigationBarTitleText": "我的订单",
  297. "app-plus": {
  298. // #ifdef APP-PLUS
  299. "titleNView": {
  300. "type": "default"
  301. }
  302. // #endif
  303. }
  304. }
  305. }, {
  306. "path": "order_refund_goods/index",
  307. "style": {
  308. "navigationBarTitleText": "退回商品",
  309. "app-plus": {
  310. // #ifdef APP-PLUS
  311. "titleNView": {
  312. "type": "default"
  313. }
  314. // #endif
  315. }
  316. }
  317. }
  318. ]
  319. }, {
  320. "root": "pages/users",
  321. "name": "users",
  322. "pages": [{
  323. "path": "user_vip_areer/index",
  324. "style": {
  325. "navigationBarTitleText": "经验记录",
  326. "app-plus": {
  327. // #ifdef APP-PLUS
  328. "titleNView": {
  329. "type": "default"
  330. }
  331. // #endif
  332. }
  333. }
  334. },
  335. {
  336. "path": "privacy/index",
  337. "style": {
  338. "navigationBarTitleText": "隐私协议",
  339. "app-plus": {
  340. // #ifdef APP-PLUS
  341. "titleNView": {
  342. "type": "default"
  343. }
  344. // #endif
  345. }
  346. }
  347. },
  348. {
  349. "path": "user_cancellation/index",
  350. "style": {
  351. "navigationBarTitleText": "注销说明",
  352. "app-plus": {
  353. // #ifdef APP-PLUS
  354. "titleNView": {
  355. "type": "default"
  356. }
  357. // #endif
  358. }
  359. }
  360. },
  361. {
  362. "path": "message_center/index",
  363. "style": {
  364. "navigationBarTitleText": "消息中心",
  365. "enablePullDownRefresh": true,
  366. "app-plus": {
  367. // #ifdef APP-PLUS
  368. "titleNView": {
  369. "type": "default"
  370. }
  371. // #endif
  372. }
  373. }
  374. },
  375. {
  376. "path": "message_center/messageDetail",
  377. "style": {
  378. "navigationBarTitleText": "消息详情",
  379. "app-plus": {
  380. // #ifdef APP-PLUS
  381. "titleNView": {
  382. "type": "default"
  383. }
  384. // #endif
  385. }
  386. }
  387. },
  388. {
  389. "path": "user_invoice_order/index",
  390. "style": {
  391. "navigationBarTitleText": "订单详情",
  392. "app-plus": {
  393. // #ifdef APP-PLUS
  394. "titleNView": {
  395. "type": "default"
  396. }
  397. // #endif
  398. }
  399. }
  400. },
  401. {
  402. "path": "scan_login/index",
  403. "style": {
  404. "navigationBarTitleText": "授权登录"
  405. }
  406. },
  407. {
  408. "path": "user_invoice_list/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. "path": "user_invoice_form/index",
  422. "style": {
  423. "navigationBarTitleText": "添加新发票",
  424. "app-plus": {
  425. // #ifdef APP-PLUS
  426. "titleNView": {
  427. "type": "default"
  428. }
  429. // #endif
  430. }
  431. }
  432. },
  433. //#ifdef H5
  434. {
  435. "path": "alipay_invoke/index",
  436. "style": {
  437. "navigationBarTitleText": "支付提示"
  438. }
  439. },
  440. //#endif
  441. {
  442. "path": "wechat_login/index",
  443. "style": {
  444. "navigationBarTitleText": "账户登录",
  445. "navigationStyle": "custom",
  446. "app-plus": {
  447. "scrollIndicator": false //禁用原生导航栏
  448. }
  449. }
  450. },
  451. {
  452. "path": "retrievePassword/index",
  453. "style": {
  454. "navigationBarTitleText": "忘记密码",
  455. "app-plus": {
  456. // #ifdef APP-PLUS
  457. "titleNView": {
  458. "type": "default"
  459. }
  460. // #endif
  461. }
  462. }
  463. },
  464. {
  465. "path": "user_info/index",
  466. "style": {
  467. "navigationBarTitleText": "个人资料",
  468. "app-plus": {
  469. // #ifdef APP-PLUS
  470. "titleNView": {
  471. "type": "default"
  472. }
  473. // #endif
  474. }
  475. }
  476. },
  477. {
  478. "path": "user_get_coupon/index",
  479. "style": {
  480. "navigationBarTitleText": "领取优惠券",
  481. "app-plus": {
  482. // #ifdef APP-PLUS
  483. "titleNView": {
  484. "type": "default"
  485. }
  486. // #endif
  487. }
  488. }
  489. },
  490. {
  491. "path": "visit_list/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_goods_collection/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. // #ifdef MP
  521. // "navigationBarTextStyle": "white",
  522. // "navigationBarBackgroundColor": "#e93323"
  523. // #endif
  524. "app-plus": {
  525. // #ifdef APP-PLUS
  526. "titleNView": {
  527. "type": "default"
  528. }
  529. // #endif
  530. }
  531. }
  532. },
  533. {
  534. "path": "user_sgin_list/index",
  535. "style": {
  536. "navigationBarTitleText": "签到记录",
  537. "app-plus": {
  538. // #ifdef APP-PLUS
  539. "titleNView": {
  540. "type": "default"
  541. }
  542. // #endif
  543. }
  544. }
  545. },
  546. {
  547. "path": "user_money/index",
  548. "style": {
  549. "navigationBarTitleText": "我的账户",
  550. "app-plus": {
  551. // #ifdef APP-PLUS
  552. "titleNView": {
  553. "type": "default"
  554. }
  555. // #endif
  556. }
  557. }
  558. },
  559. {
  560. "path": "user_bill/index",
  561. "style": {
  562. "navigationBarTitleText": "账单明细",
  563. "app-plus": {
  564. // #ifdef APP-PLUS
  565. "titleNView": {
  566. "type": "default"
  567. }
  568. // #endif
  569. }
  570. }
  571. },
  572. {
  573. "path": "user_integral/index",
  574. "style": {
  575. "navigationBarTitleText": "积分详情"
  576. // #ifdef MP
  577. ,
  578. "navigationBarTextStyle": "black",
  579. "navigationBarBackgroundColor": "#FFFFFF"
  580. // #endif
  581. ,
  582. "app-plus": {
  583. // #ifdef APP-PLUS
  584. "titleNView": {
  585. "type": "default"
  586. }
  587. // #endif
  588. }
  589. }
  590. },
  591. {
  592. "path": "user_coupon/index",
  593. "style": {
  594. "navigationBarTitleText": "我的优惠券",
  595. "app-plus": {
  596. // #ifdef APP-PLUS
  597. "titleNView": {
  598. "type": "default"
  599. }
  600. // #endif
  601. }
  602. }
  603. },
  604. {
  605. "path": "user_spread_user/index",
  606. "style": {
  607. "navigationBarTitleText": "我的推广"
  608. // #ifdef MP
  609. ,
  610. "navigationBarTextStyle": "black",
  611. "navigationBarBackgroundColor": "#FFFFFF"
  612. // #endif
  613. ,
  614. "app-plus": {
  615. // #ifdef APP-PLUS
  616. "titleNView": {
  617. "type": "default"
  618. }
  619. // #endif
  620. }
  621. }
  622. },
  623. {
  624. "path": "user_spread_code/index",
  625. "style": {
  626. "navigationBarTitleText": "分销海报",
  627. "app-plus": {
  628. // #ifdef APP-PLUS
  629. "titleNView": {
  630. "type": "default"
  631. }
  632. // #endif
  633. }
  634. }
  635. },
  636. {
  637. "path": "user_spread_money/index",
  638. "style": {
  639. "navigationBarTitleText": "佣金记录"
  640. // #ifdef MP
  641. ,
  642. "navigationBarTextStyle": "black",
  643. "navigationBarBackgroundColor": "#FFFFFF"
  644. // #endif
  645. ,
  646. "app-plus": {
  647. // #ifdef APP-PLUS
  648. "titleNView": {
  649. "type": "default"
  650. }
  651. // #endif
  652. }
  653. }
  654. },
  655. {
  656. "path": "user_cash/index",
  657. "style": {
  658. "navigationBarTitleText": "提现",
  659. "navigationBarBackgroundColor": "#FFFFFF"
  660. // #ifdef MP || APP-PLUS
  661. ,
  662. "navigationBarTextStyle": "black"
  663. // #endif
  664. ,
  665. "app-plus": {
  666. // #ifdef APP-PLUS
  667. "titleNView": {
  668. "type": "default"
  669. }
  670. // #endif
  671. }
  672. }
  673. },
  674. {
  675. "path": "user_vip/index",
  676. "style": {
  677. "navigationBarTitleText": "我的等级",
  678. "navigationBarBackgroundColor": "#232323"
  679. // #ifdef MP || APP-PLUS
  680. ,
  681. "navigationBarTextStyle": "white"
  682. // #endif
  683. ,
  684. "app-plus": {
  685. // #ifdef APP-PLUS
  686. "titleNView": {
  687. "type": "default"
  688. }
  689. // #endif
  690. }
  691. }
  692. }, {
  693. "path": "user_distribution_level/index",
  694. "style": {
  695. "navigationBarTitleText": "分销等级",
  696. "navigationBarBackgroundColor": "#232323"
  697. // #ifdef MP || APP-PLUS
  698. ,
  699. "navigationBarTextStyle": "white"
  700. // #endif
  701. ,
  702. "app-plus": {
  703. // #ifdef APP-PLUS
  704. "titleNView": {
  705. "type": "default"
  706. }
  707. // #endif
  708. }
  709. }
  710. },
  711. {
  712. "path": "user_address_list/index",
  713. "style": {
  714. "navigationBarTitleText": "地址管理",
  715. "app-plus": {
  716. // #ifdef APP-PLUS
  717. "titleNView": {
  718. "type": "default"
  719. }
  720. // #endif
  721. }
  722. }
  723. },
  724. {
  725. "path": "user_address/index",
  726. "style": {
  727. "navigationBarTitleText": "添加地址",
  728. "app-plus": {
  729. // #ifdef APP-PLUS
  730. "titleNView": {
  731. "type": "default"
  732. }
  733. // #endif
  734. }
  735. }
  736. },
  737. {
  738. "path": "user_phone/index",
  739. "style": {
  740. "navigationBarTitleText": "绑定手机",
  741. // #ifdef MP
  742. // "navigationBarTextStyle": "white",
  743. // "navigationBarBackgroundColor": "#e93323"
  744. // #endif
  745. "app-plus": {
  746. // #ifdef APP-PLUS
  747. "titleNView": {
  748. "type": "default"
  749. }
  750. // #endif
  751. }
  752. }
  753. },
  754. {
  755. "path": "user_payment/index",
  756. "style": {
  757. "navigationBarTitleText": "余额充值",
  758. "app-plus": {
  759. // #ifdef APP-PLUS
  760. "titleNView": {
  761. "type": "default"
  762. }
  763. // #endif
  764. }
  765. }
  766. },
  767. {
  768. "path": "user_pwd_edit/index",
  769. "style": {
  770. "navigationBarTitleText": "修改密码"
  771. // #ifdef MP
  772. // ,
  773. // "navigationBarTextStyle": "white"
  774. // "navigationBarBackgroundColor": "#e93323"
  775. // #endif
  776. ,
  777. "app-plus": {
  778. // #ifdef APP-PLUS
  779. "titleNView": {
  780. "type": "default"
  781. }
  782. // #endif
  783. }
  784. }
  785. },
  786. {
  787. "path": "promoter-list/index",
  788. "style": {
  789. "navigationBarTitleText": "推广人列表"
  790. // #ifdef MP
  791. ,
  792. "navigationBarBackgroundColor": "#FFFFFF",
  793. "navigationBarTextStyle": "black"
  794. // #endif
  795. ,
  796. "app-plus": {
  797. // #ifdef APP-PLUS
  798. "titleNView": {
  799. "type": "default"
  800. }
  801. // #endif
  802. }
  803. }
  804. },
  805. {
  806. "path": "promoter-order/index",
  807. "style": {
  808. "navigationBarTitleText": "推广人订单"
  809. // #ifdef MP
  810. ,
  811. "navigationBarTextStyle": "black",
  812. "navigationBarBackgroundColor": "#FFFFFF"
  813. // #endif
  814. ,
  815. "app-plus": {
  816. // #ifdef APP-PLUS
  817. "titleNView": {
  818. "type": "default"
  819. }
  820. // #endif
  821. }
  822. }
  823. },
  824. {
  825. "path": "promoter_rank/index",
  826. "style": {
  827. "navigationBarTitleText": "推广人排行"
  828. // #ifdef MP
  829. ,
  830. "navigationBarTextStyle": "black",
  831. "navigationBarBackgroundColor": "#FFFFFF"
  832. // #endif
  833. ,
  834. "app-plus": {
  835. // #ifdef APP-PLUS
  836. "titleNView": {
  837. "type": "default"
  838. }
  839. // #endif
  840. }
  841. }
  842. },
  843. {
  844. "path": "commission_rank/index",
  845. "style": {
  846. "navigationBarTitleText": "佣金排行",
  847. "navigationBarBackgroundColor": "#FFFFFF"
  848. // #ifdef MP || APP-PLUS
  849. ,
  850. "navigationBarTextStyle": "black"
  851. // #endif
  852. ,
  853. "app-plus": {
  854. // #ifdef APP-PLUS
  855. "titleNView": {
  856. "type": "default"
  857. }
  858. // #endif
  859. }
  860. }
  861. },
  862. {
  863. "path": "user_return_list/index",
  864. "style": {
  865. "navigationBarTitleText": "退货列表",
  866. "app-plus": {
  867. // #ifdef APP-PLUS
  868. "titleNView": {
  869. "type": "default"
  870. }
  871. // #endif
  872. }
  873. }
  874. },
  875. {
  876. "path": "login/index",
  877. "style": {
  878. "navigationBarTitleText": "登录",
  879. "app-plus": {
  880. // #ifdef APP-PLUS
  881. "titleNView": {
  882. "type": "default"
  883. }
  884. // #endif
  885. }
  886. }
  887. },
  888. {
  889. "path": "payment_on_behalf/index",
  890. "style": {
  891. "navigationBarTitleText": "好友代付",
  892. "app-plus": {
  893. // #ifdef APP-PLUS
  894. "titleNView": {
  895. "type": "default"
  896. }
  897. // #endif
  898. }
  899. }
  900. }, {
  901. "path": "payment_on_behalf/pay_status",
  902. "style": {
  903. "navigationBarTitleText": "代付成功",
  904. "app-plus": {
  905. // #ifdef APP-PLUS
  906. "titleNView": {
  907. "type": "default"
  908. }
  909. // #endif
  910. }
  911. }
  912. },
  913. {
  914. "path": "staff_list/index",
  915. "style": {
  916. "navigationBarTitleText": "员工列表",
  917. "navigationBarBackgroundColor": "#e93323"
  918. // #ifdef MP
  919. ,
  920. "navigationBarTextStyle": "#fff"
  921. // #endif
  922. }
  923. }
  924. // #ifdef H5
  925. ,
  926. {
  927. "path": "auth/index",
  928. "style": {
  929. "navigationBarTitleText": ""
  930. }
  931. }
  932. // #endif
  933. ],
  934. "plugins": {
  935. "live-player-plugin": {
  936. "version": "1.3.5",
  937. "provider": "wx2b03c6e691cd7370"
  938. }
  939. }
  940. },
  941. {
  942. "root": "pages/goods_details",
  943. "name": "goods_details",
  944. "pages": [{
  945. "path": "index",
  946. "style": {
  947. "navigationStyle": "custom",
  948. "transparentTitle": "auto",
  949. "app-plus": {
  950. // #ifdef APP-PLUS
  951. "titleNView": {
  952. "padding-left": "10px",
  953. "padding-right": "10px",
  954. "type": "transparent",
  955. "buttons": [ //原生标题栏按钮配置,
  956. {
  957. "type": "menu" //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
  958. }
  959. ]
  960. }
  961. // #endif
  962. }
  963. }
  964. }]
  965. },
  966. {
  967. "root": "pages/activity",
  968. "name": "activity",
  969. "pages": [{
  970. "path": "goods_bargain/index",
  971. "style": {
  972. // #ifdef MP
  973. // "navigationBarTextStyle": "white",
  974. // "navigationBarBackgroundColor": "#E93323",
  975. "navigationBarTitleText": "砍价列表",
  976. // #endif
  977. "app-plus": {
  978. // #ifdef APP-PLUS
  979. "titleNView": {
  980. "type": "default"
  981. }
  982. // #endif
  983. }
  984. }
  985. },
  986. {
  987. "path": "goods_bargain_details/index",
  988. "style": {
  989. // #ifdef MP
  990. "navigationBarTitleText": "砍价活动",
  991. // #endif
  992. "app-plus": {
  993. // #ifdef APP-PLUS
  994. "titleNView": {
  995. "type": "default"
  996. }
  997. // #endif
  998. }
  999. }
  1000. },
  1001. {
  1002. "path": "goods_combination/index",
  1003. "style": {
  1004. // #ifdef MP
  1005. // "navigationBarTextStyle": "white",
  1006. // "navigationBarBackgroundColor": "#E93323",
  1007. "navigationBarTitleText": "拼团活动",
  1008. // #endif
  1009. "app-plus": {
  1010. // #ifdef APP-PLUS
  1011. "titleNView": {
  1012. "type": "default"
  1013. }
  1014. // #endif
  1015. }
  1016. }
  1017. },
  1018. {
  1019. "path": "goods_combination_details/index",
  1020. "style": {
  1021. "navigationStyle": "custom",
  1022. "app-plus": {
  1023. // #ifdef APP-PLUS
  1024. "titleNView": {
  1025. "padding-left": "10px",
  1026. "padding-right": "10px",
  1027. "type": "transparent",
  1028. "buttons": [ //原生标题栏按钮配置,
  1029. {
  1030. "type": "menu" //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
  1031. }
  1032. ]
  1033. }
  1034. // #endif
  1035. }
  1036. }
  1037. },
  1038. {
  1039. "path": "goods_combination_status/index",
  1040. "style": {
  1041. "navigationBarTitleText": "拼团",
  1042. "app-plus": {
  1043. // #ifdef APP-PLUS
  1044. "titleNView": {
  1045. "type": "default"
  1046. }
  1047. // #endif
  1048. }
  1049. }
  1050. },
  1051. {
  1052. "path": "goods_seckill/index",
  1053. "style": {
  1054. "navigationBarTitleText": "限时秒杀"
  1055. // #ifdef MP
  1056. // "navigationBarTextStyle": "white"
  1057. // "navigationBarBackgroundColor": "#e93323"
  1058. // #endif
  1059. ,
  1060. "app-plus": {
  1061. // #ifdef APP-PLUS
  1062. "titleNView": {
  1063. "type": "default"
  1064. }
  1065. // #endif
  1066. }
  1067. }
  1068. },
  1069. {
  1070. "path": "goods_seckill_details/index",
  1071. "style": {
  1072. "navigationStyle": "custom"
  1073. // #ifdef MP
  1074. ,
  1075. "navigationBarTextStyle": "white"
  1076. // #endif
  1077. ,
  1078. "app-plus": {
  1079. // #ifdef APP-PLUS
  1080. "titleNView": {
  1081. "padding-left": "10px",
  1082. "padding-right": "10px",
  1083. "type": "transparent",
  1084. "buttons": [ //原生标题栏按钮配置,
  1085. {
  1086. "type": "menu" //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
  1087. }
  1088. ]
  1089. }
  1090. // #endif
  1091. }
  1092. }
  1093. },
  1094. {
  1095. "path": "poster-poster/index",
  1096. "style": {
  1097. "navigationBarTitleText": "砍价海报"
  1098. // #ifdef MP
  1099. // "navigationBarTextStyle": "white"
  1100. // "navigationBarBackgroundColor": "#d22516"
  1101. // #endif
  1102. ,
  1103. "app-plus": {
  1104. // #ifdef APP-PLUS
  1105. "titleNView": {
  1106. "type": "default"
  1107. }
  1108. // #endif
  1109. }
  1110. }
  1111. },
  1112. {
  1113. "path": "bargain/index",
  1114. "style": {
  1115. "navigationBarTitleText": "砍价记录",
  1116. "app-plus": {
  1117. // #ifdef APP-PLUS
  1118. "titleNView": {
  1119. "type": "default"
  1120. }
  1121. // #endif
  1122. }
  1123. }
  1124. },
  1125. {
  1126. "path": "presell/index",
  1127. "style": {
  1128. "navigationBarTitleText": "预售列表",
  1129. "app-plus": {
  1130. // #ifdef APP-PLUS
  1131. "titleNView": {
  1132. "type": "default"
  1133. }
  1134. // #endif
  1135. }
  1136. }
  1137. }
  1138. ]
  1139. },
  1140. {
  1141. "root": "pages/admin",
  1142. "name": "adminOrder",
  1143. "pages": [{
  1144. "path": "custom_date/index",
  1145. "style": {
  1146. "navigationBarTitleText": "选择日期"
  1147. }
  1148. },
  1149. {
  1150. "path": "order/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": "orderList/index",
  1164. "style": {
  1165. "navigationBarTitleText": "订单列表",
  1166. "app-plus": {
  1167. // #ifdef APP-PLUS
  1168. "titleNView": {
  1169. "type": "default"
  1170. }
  1171. // #endif
  1172. }
  1173. }
  1174. },
  1175. {
  1176. "path": "orderDetail/index",
  1177. "style": {
  1178. "navigationBarTitleText": "订单详情",
  1179. "app-plus": {
  1180. // #ifdef APP-PLUS
  1181. "titleNView": {
  1182. "type": "default"
  1183. }
  1184. // #endif
  1185. }
  1186. }
  1187. },
  1188. {
  1189. "path": "delivery/index",
  1190. "style": {
  1191. "navigationBarTitleText": "订单发货",
  1192. "app-plus": {
  1193. // #ifdef APP-PLUS
  1194. "titleNView": {
  1195. "type": "default"
  1196. }
  1197. // #endif
  1198. }
  1199. }
  1200. },
  1201. {
  1202. "path": "statistics/index",
  1203. "style": {
  1204. "navigationBarTitleText": "订单数据统计",
  1205. "app-plus": {
  1206. // #ifdef APP-PLUS
  1207. "titleNView": {
  1208. "type": "default"
  1209. }
  1210. // #endif
  1211. }
  1212. }
  1213. },
  1214. {
  1215. "path": "order_cancellation/index",
  1216. "style": {
  1217. "navigationBarTitleText": "订单核销",
  1218. "app-plus": {
  1219. // #ifdef APP-PLUS
  1220. "titleNView": {
  1221. "type": "default"
  1222. }
  1223. // #endif
  1224. }
  1225. }
  1226. }
  1227. ]
  1228. },
  1229. {
  1230. "root": "pages/columnGoods",
  1231. "name": "columnGoods",
  1232. "pages": [{
  1233. "path": "HotNewGoods/index",
  1234. "style": {
  1235. "navigationBarTitleText": "精品推荐",
  1236. "app-plus": {
  1237. // #ifdef APP-PLUS
  1238. "titleNView": {
  1239. "type": "default"
  1240. }
  1241. // #endif
  1242. }
  1243. }
  1244. },
  1245. {
  1246. "path": "HotNewGoods/feedback",
  1247. "style": {
  1248. "navigationBarTitleText": "我的客服",
  1249. "navigationBarTextStyle": "white",
  1250. "navigationBarBackgroundColor": "#3A3A3A",
  1251. "app-plus": {
  1252. // #ifdef APP-PLUS
  1253. "titleNView": {
  1254. "type": "default"
  1255. }
  1256. // #endif
  1257. }
  1258. }
  1259. },
  1260. {
  1261. "path": "live_list/index",
  1262. "style": {
  1263. "navigationBarTitleText": "精彩内容"
  1264. }
  1265. }
  1266. ]
  1267. },
  1268. {
  1269. "root": "pages/annex",
  1270. "pages": [{
  1271. "path": "web_view/index",
  1272. "style": {
  1273. "navigationBarTitleText": "",
  1274. "app-plus": {
  1275. // #ifdef APP-PLUS
  1276. "titleNView": {
  1277. "type": "default"
  1278. }
  1279. // #endif
  1280. }
  1281. }
  1282. }, {
  1283. "path": "vip_paid/index",
  1284. "style": {
  1285. "navigationBarTitleText": "SVIP会员",
  1286. "app-plus": {
  1287. // #ifdef APP-PLUS
  1288. "titleNView": {
  1289. "type": "default"
  1290. }
  1291. // #endif
  1292. }
  1293. }
  1294. },
  1295. {
  1296. "path": "vip_coupon/index",
  1297. "style": {
  1298. "navigationBarTitleText": "会员优惠券",
  1299. "app-plus": {
  1300. // #ifdef APP-PLUS
  1301. "titleNView": {
  1302. "type": "default"
  1303. }
  1304. // #endif
  1305. }
  1306. }
  1307. },
  1308. {
  1309. "path": "vip_clause/index",
  1310. "style": {
  1311. "navigationBarTitleText": "会员协议",
  1312. "app-plus": {
  1313. // #ifdef APP-PLUS
  1314. "titleNView": {
  1315. "type": "default"
  1316. }
  1317. // #endif
  1318. }
  1319. }
  1320. },
  1321. {
  1322. "path": "vip_active/index",
  1323. "style": {
  1324. "navigationBarTitleText": "激活会员",
  1325. "app-plus": {
  1326. // #ifdef APP-PLUS
  1327. "titleNView": {
  1328. "type": "default"
  1329. }
  1330. // #endif
  1331. }
  1332. }
  1333. },
  1334. {
  1335. "path": "offline_pay/index",
  1336. "style": {
  1337. "navigationBarTitleText": "支付",
  1338. "app-plus": {
  1339. // #ifdef APP-PLUS
  1340. "titleNView": {
  1341. "type": "default"
  1342. }
  1343. // #endif
  1344. }
  1345. }
  1346. },
  1347. {
  1348. "path": "offline_result/index",
  1349. "style": {
  1350. "navigationBarTitleText": "支付结果",
  1351. "app-plus": {
  1352. // #ifdef APP-PLUS
  1353. "titleNView": {
  1354. "type": "default"
  1355. }
  1356. // #endif
  1357. }
  1358. }
  1359. },
  1360. {
  1361. "path": "special/index",
  1362. "style": {
  1363. "navigationBarTitleText": "专题页",
  1364. "app-plus": {
  1365. // #ifdef APP-PLUS
  1366. "titleNView": {
  1367. "type": "default"
  1368. }
  1369. // #endif
  1370. }
  1371. }
  1372. },
  1373. {
  1374. "path": "settled/index",
  1375. "style": {
  1376. "navigationBarTitleText": "代理商申请",
  1377. "app-plus": {
  1378. // #ifdef APP-PLUS
  1379. "titleNView": {
  1380. "type": "default"
  1381. }
  1382. // #endif
  1383. }
  1384. }
  1385. }
  1386. ]
  1387. },
  1388. {
  1389. "root": "pages/points_mall",
  1390. "pages": [{
  1391. "path": "index",
  1392. "style": {
  1393. "navigationBarTextStyle": "white",
  1394. "navigationBarBackgroundColor": "#333333",
  1395. "navigationBarTitleText": "积分商城",
  1396. "app-plus": {
  1397. // #ifdef APP-PLUS
  1398. "titleNView": {
  1399. "type": "default"
  1400. }
  1401. // #endif
  1402. }
  1403. }
  1404. },
  1405. {
  1406. "path": "integral_goods_list",
  1407. "style": {
  1408. "navigationBarTitleText": "商品列表",
  1409. // "navigationBarTextStyle": "white",
  1410. // "navigationBarBackgroundColor": "#E93323",
  1411. "app-plus": {
  1412. // #ifdef APP-PLUS
  1413. "titleNView": {
  1414. "type": "default"
  1415. }
  1416. // #endif
  1417. }
  1418. }
  1419. },
  1420. {
  1421. "path": "integral_goods_details",
  1422. "style": {
  1423. "navigationStyle": "custom",
  1424. "app-plus": {
  1425. // #ifdef APP-PLUS
  1426. "titleNView": {
  1427. "padding-left": "10px",
  1428. "padding-right": "10px",
  1429. "type": "transparent",
  1430. "buttons": [ //原生标题栏按钮配置,
  1431. {
  1432. "type": "menu" //原生标题栏增加分享按钮,点击事件可通过页面的 onNavigationBarButtonTap 函数进行监听
  1433. }
  1434. ]
  1435. }
  1436. // #endif
  1437. }
  1438. }
  1439. },
  1440. {
  1441. "path": "exchange_record",
  1442. "style": {
  1443. "navigationBarTitleText": "兑换记录",
  1444. "app-plus": {
  1445. // #ifdef APP-PLUS
  1446. "titleNView": {
  1447. "type": "default"
  1448. }
  1449. // #endif
  1450. }
  1451. }
  1452. },
  1453. {
  1454. "path": "integral_order",
  1455. "style": {
  1456. "navigationBarTitleText": "积分订单",
  1457. "app-plus": {
  1458. // #ifdef APP-PLUS
  1459. "titleNView": {
  1460. "type": "default"
  1461. }
  1462. // #endif
  1463. }
  1464. }
  1465. }, {
  1466. "path": "user_address",
  1467. "style": {
  1468. "navigationBarTitleText": "选择地址",
  1469. "app-plus": {
  1470. // #ifdef APP-PLUS
  1471. "titleNView": {
  1472. "type": "default"
  1473. }
  1474. // #endif
  1475. }
  1476. }
  1477. },
  1478. {
  1479. "path": "integral_order_status",
  1480. "style": {
  1481. "navigationBarTitleText": "兑换成功",
  1482. "app-plus": {
  1483. // #ifdef APP-PLUS
  1484. "titleNView": {
  1485. "type": "default"
  1486. }
  1487. // #endif
  1488. }
  1489. }
  1490. }, {
  1491. "path": "integral_order_details",
  1492. "style": {
  1493. "navigationBarTitleText": "兑换订单详情",
  1494. "app-plus": {
  1495. // #ifdef APP-PLUS
  1496. "titleNView": {
  1497. "type": "default"
  1498. }
  1499. // #endif
  1500. }
  1501. }
  1502. }, {
  1503. "path": "logistics_details",
  1504. "style": {
  1505. "navigationBarTitleText": "兑换物流详情",
  1506. "app-plus": {
  1507. // #ifdef APP-PLUS
  1508. "titleNView": {
  1509. "type": "default"
  1510. }
  1511. // #endif
  1512. }
  1513. }
  1514. }
  1515. ]
  1516. }
  1517. ],
  1518. "tabBar": { // 底部菜单
  1519. "color": "#282828",
  1520. "selectedColor": "#ff3366",
  1521. "borderStyle": "white",
  1522. "backgroundColor": "#ffffff",
  1523. "list": [{
  1524. "pagePath": "pages/index/index",
  1525. "iconPath": "static/images/1-001.png",
  1526. "selectedIconPath": "static/images/1-002.png",
  1527. "text": "首页"
  1528. },
  1529. {
  1530. "pagePath": "pages/goods_cate/goods_cate",
  1531. "iconPath": "static/images/2-001.png",
  1532. "selectedIconPath": "static/images/2-002.png",
  1533. "text": "分类"
  1534. },
  1535. {
  1536. "pagePath": "pages/order_addcart/order_addcart",
  1537. "iconPath": "static/images/3-001.png",
  1538. "selectedIconPath": "static/images/3-002.png",
  1539. "text": "购物车"
  1540. },
  1541. {
  1542. "pagePath": "pages/user/index",
  1543. "iconPath": "static/images/4-001.png",
  1544. "selectedIconPath": "static/images/4-002.png",
  1545. "text": "我的"
  1546. }
  1547. ]
  1548. },
  1549. "globalStyle": {
  1550. "navigationBarTextStyle": "black",
  1551. "navigationBarTitleText": "加载中",
  1552. "navigationBarBackgroundColor": "#fff",
  1553. "backgroundColor": "#F8F8F8",
  1554. "titleNView": false
  1555. },
  1556. "condition": { //模式配置,仅开发期间生效
  1557. "current": 0, //当前激活的模式(list 的索引项)
  1558. "list": [{
  1559. "name": "", //模式名称
  1560. "path": "", //启动页面,必选
  1561. "query": "" //启动参数,在页面的onLoad函数里面得到
  1562. }]
  1563. }
  1564. }