From 147f4856e8c0bc7de212c6b26dfa2eab7667371c Mon Sep 17 00:00:00 2001 From: hrx <18603305412@163.com> Date: Sat, 23 May 2026 15:27:49 +0800 Subject: [PATCH] updata --- .../views/homePage/ncmatch/mainPage/index.vue | 26 ++++++++++++++++--- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/f/web-kboss/src/views/homePage/ncmatch/mainPage/index.vue b/f/web-kboss/src/views/homePage/ncmatch/mainPage/index.vue index aa78a8b..118253b 100644 --- a/f/web-kboss/src/views/homePage/ncmatch/mainPage/index.vue +++ b/f/web-kboss/src/views/homePage/ncmatch/mainPage/index.vue @@ -29,7 +29,7 @@

-
+

Token市集

汇聚海量精品模型,以更低成本畅享极致 AI 体验

- +
@@ -81,7 +81,7 @@
-
+

云枢基座

深耕基础云服务,筑牢 AI 平台数字根基

- +
@@ -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,