updata
This commit is contained in:
parent
e6b7aa0c94
commit
147f4856e8
@ -29,7 +29,7 @@
|
||||
</p>
|
||||
|
||||
<div class="hero-service-list">
|
||||
<div class="circle-item token" @click="$router.push('/product')">
|
||||
<div class="circle-item token" @click="goTokenMarket">
|
||||
<div class="circle-ring">
|
||||
<div class="circle-core">
|
||||
<svg viewBox="0 0 80 80" aria-hidden="true">
|
||||
@ -51,7 +51,7 @@
|
||||
</div>
|
||||
<h3>Token市集</h3>
|
||||
<p>汇聚海量精品模型,以更低成本畅享极致 AI 体验</p>
|
||||
<button type="button" @click.stop="$router.push('/product')">立即体验</button>
|
||||
<button type="button" @click.stop="goTokenMarket">立即体验</button>
|
||||
</div>
|
||||
|
||||
<div class="circle-item workshop" @click="goCreativeWorkshop">
|
||||
@ -81,7 +81,7 @@
|
||||
<button type="button" @click.stop="goCreativeWorkshop">了解更多</button>
|
||||
</div>
|
||||
|
||||
<div class="circle-item base" @click="$router.push('/product')">
|
||||
<div class="circle-item base" @click="goCloudBase">
|
||||
<div class="circle-ring">
|
||||
<div class="circle-core">
|
||||
<svg viewBox="0 0 80 80" aria-hidden="true">
|
||||
@ -107,7 +107,7 @@
|
||||
</div>
|
||||
<h3>云枢基座</h3>
|
||||
<p>深耕基础云服务,筑牢 AI 平台数字根基</p>
|
||||
<button type="button" @click.stop="$router.push('/product')">了解更多</button>
|
||||
<button type="button" @click.stop="goCloudBase">了解更多</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -218,6 +218,24 @@ export default Vue.extend({
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
goTokenMarket() {
|
||||
this.$router.push({
|
||||
path: '/product',
|
||||
query: {
|
||||
category: 'TOKEN市集',
|
||||
from: 'home'
|
||||
}
|
||||
})
|
||||
},
|
||||
goCloudBase() {
|
||||
this.$router.push({
|
||||
path: '/product',
|
||||
query: {
|
||||
category: '基础云',
|
||||
from: 'home'
|
||||
}
|
||||
})
|
||||
},
|
||||
getHomepageProductCategory() {
|
||||
reqHomepageProductCategory({
|
||||
url_link: window.location.href,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user