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