@@ -329,25 +329,25 @@ export let layer2ItemData: Array<HeaderMenuItemInterface> = [
329329 } ,
330330 router : { path : RouterPath . stoplimit + '/${pair}' } ,
331331 } ,
332- {
333- label : {
334- id : 'btrade' ,
335- i18nKey : 'labelBtradeTrade' ,
336- description : 'labelBtradeTradeDescription' ,
337- icon : BlockTradeIcon ,
338- } ,
339- router : { path : RouterPath . btrade + '/${pair}' } ,
340- } ,
332+ // {
333+ // label: {
334+ // id: 'btrade',
335+ // i18nKey: 'labelBtradeTrade',
336+ // description: 'labelBtradeTradeDescription',
337+ // icon: BlockTradeIcon,
338+ // },
339+ // router: { path: RouterPath.btrade + '/${pair}' },
340+ // },
341341
342- {
343- label : {
344- id : 'fiat' ,
345- i18nKey : 'labelFiat' ,
346- description : 'labelFiatDescription' ,
347- icon : FiatIcon ,
348- } ,
349- router : { path : RouterPath . fiat } ,
350- } ,
342+ // {
343+ // label: {
344+ // id: 'fiat',
345+ // i18nKey: 'labelFiat',
346+ // description: 'labelFiatDescription',
347+ // icon: FiatIcon,
348+ // },
349+ // router: { path: RouterPath.fiat },
350+ // },
351351]
352352
353353export enum VaultKey {
@@ -783,25 +783,25 @@ export const headerMenuData: Array<HeaderMenuItemInterface> = [
783783 status : HeaderMenuTabStatus . default ,
784784 child : layer2ItemData ,
785785 } ,
786- {
787- label : {
788- id : 'Invest' ,
789- i18nKey : 'labelInvest' ,
790- } ,
791- router : { path : `${ RouterPath . invest } /${ InvestRouter [ InvestType . Overview ] } ` } ,
792- status : HeaderMenuTabStatus . default ,
793- child : subMenuInvest ,
794- } ,
795- {
796- label : {
797- id : 'vault' ,
798- i18nKey : 'labelVault' ,
799- description : 'labelVaultDescription' ,
800- } ,
801- router : { path : `${ RouterPath . vault } ` } ,
802- status : HeaderMenuTabStatus . default ,
803- child : vaultItemData ,
804- } ,
786+ // {
787+ // label: {
788+ // id: 'Invest',
789+ // i18nKey: 'labelInvest',
790+ // },
791+ // router: { path: `${RouterPath.invest}/${InvestRouter[InvestType.Overview]}` },
792+ // status: HeaderMenuTabStatus.default,
793+ // child: subMenuInvest,
794+ // },
795+ // {
796+ // label: {
797+ // id: 'vault',
798+ // i18nKey: 'labelVault',
799+ // description: 'labelVaultDescription',
800+ // },
801+ // router: { path: `${RouterPath.vault}` },
802+ // status: HeaderMenuTabStatus.default,
803+ // child: vaultItemData,
804+ // },
805805 {
806806 label : {
807807 id : 'NFT' ,
@@ -992,15 +992,15 @@ export const headerMenuDataMap: { [key: string]: HeaderMenuItemInterface[] } = {
992992 } ,
993993 router : { path : RouterPath . stoplimit + '/${pair}' } ,
994994 } ,
995- {
996- label : {
997- id : 'btrade' ,
998- i18nKey : 'labelBtradeTrade' ,
999- description : 'labelBtradeTradeDescription' ,
1000- icon : BlockTradeIcon ,
1001- } ,
1002- router : { path : RouterPath . btrade + '/${pair}' } ,
1003- } ,
995+ // {
996+ // label: {
997+ // id: 'btrade',
998+ // i18nKey: 'labelBtradeTrade',
999+ // description: 'labelBtradeTradeDescription',
1000+ // icon: BlockTradeIcon,
1001+ // },
1002+ // router: { path: RouterPath.btrade + '/${pair}' },
1003+ // },
10041004 ]
10051005 } ,
10061006 {
@@ -1113,15 +1113,15 @@ export const headerMenuDataMap: { [key: string]: HeaderMenuItemInterface[] } = {
11131113 } ,
11141114 router : { path : RouterPath . stoplimit + '/${pair}' } ,
11151115 } ,
1116- {
1117- label : {
1118- id : 'btrade' ,
1119- i18nKey : 'labelBtradeTrade' ,
1120- description : 'labelBtradeTradeDescription' ,
1121- icon : BlockTradeIcon ,
1122- } ,
1123- router : { path : RouterPath . btrade + '/${pair}' } ,
1124- } ,
1116+ // {
1117+ // label: {
1118+ // id: 'btrade',
1119+ // i18nKey: 'labelBtradeTrade',
1120+ // description: 'labelBtradeTradeDescription',
1121+ // icon: BlockTradeIcon,
1122+ // },
1123+ // router: { path: RouterPath.btrade + '/${pair}' },
1124+ // },
11251125 ]
11261126 } ,
11271127 {
0 commit comments