feat: 申请服务跳转链接
This commit is contained in:
parent
5fff9b86e1
commit
b3a9601b5f
@ -248,7 +248,7 @@
|
||||
<div class="content">
|
||||
<div class="bottom-box-content-title">建立您的碳数字身份</div>
|
||||
<div class="desc">基于国家区块链网络,实现碳数据的一站式确权、核验与托管</div>
|
||||
<div class="btn">申请服务</div>
|
||||
<div class="btn" @click="openService">申请服务</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -308,6 +308,9 @@ export default {
|
||||
openNewTab(url){
|
||||
window.open(url);
|
||||
},
|
||||
openService() {
|
||||
window.open('http://carbon_did.liantu.tech/');
|
||||
},
|
||||
|
||||
|
||||
syncBannerHeight() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user