pages.json 33 KB

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