pages.json 34 KB

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