pages.json 34 KB

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