From: j Date: Wed, 18 Aug 2021 06:16:01 +0000 (+0800) Subject: fix: update bytom1 link X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=74e2cf362865325804aa63c1456de8cfc6ac78c8;p=bytom%2FByone.git fix: update bytom1 link --- diff --git a/src/assets/bapp/bapp.json b/src/assets/bapp/bapp.json index 67f647b..cf060cf 100644 --- a/src/assets/bapp/bapp.json +++ b/src/assets/bapp/bapp.json @@ -7,10 +7,6 @@ { "title":"Staking", "description":"Staking for high rewards" - }, - { - "title":"Redpacket", - "description":"Support all kind of tokens" }], "cn":[ { @@ -20,10 +16,6 @@ { "title":"投票", "description":"节点投票 高额年化" - }, - { - "title":"红包", - "description":"比原侧链-多币种红包" } ], "list":[ @@ -38,15 +30,10 @@ { "icon":"vote.jpg", "color":"linear-gradient(94.25deg, rgba(255, 255, 255, 0) 21.9%, rgba(255, 255, 255, 0.1) 81.37%), #0A57EB", - "link":"https://staking.bymov.io", + "link":"https://classicstaking.mov.network", "domainsMeta": { "icon": "https://supertx.bymov.io/favicon.ico" } - }, - { - "icon":"red-packet.jpg", - "color":"linear-gradient(274.27deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), #EB4232", - "link":"https://bapp.blockmeta.com/redpacket/" } ] } diff --git a/src/views/assetList.vue b/src/views/assetList.vue index 0aee7be..8081262 100644 --- a/src/views/assetList.vue +++ b/src/views/assetList.vue @@ -237,7 +237,7 @@ export default { if(this.netType === 'vapor'){ return `https://vapor.blockmeta.com/tx/${txid}` }else{ - return `https://blockmeta.com/tx/${txid}` + return `https://classic.blockmeta.com/tx/${txid}` } }, camelize: function (object) { diff --git a/src/views/delayTxList.vue b/src/views/delayTxList.vue index eda7344..fc3a5df 100644 --- a/src/views/delayTxList.vue +++ b/src/views/delayTxList.vue @@ -194,7 +194,7 @@ export default { if(this.netType === 'vapor'){ return `https://vapor.blockmeta.com/tx/${txid}` }else{ - return `https://blockmeta.com/tx/${txid}` + return `https://classic.blockmeta.com/tx/${txid}` } }, close: function () {