From a439d4076bc26d46572b8c2a10b9f82875cd9b1b Mon Sep 17 00:00:00 2001 From: hrx <18603305412@163.com> Date: Mon, 15 Jun 2026 18:03:35 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=B4=E9=83=A8=E6=96=B0=E5=A2=9E=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/homePage/components/topBox/index.vue | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/f/web-kboss/src/views/homePage/components/topBox/index.vue b/f/web-kboss/src/views/homePage/components/topBox/index.vue index 4660bdc..b00f0be 100644 --- a/f/web-kboss/src/views/homePage/components/topBox/index.vue +++ b/f/web-kboss/src/views/homePage/components/topBox/index.vue @@ -23,6 +23,10 @@ 基础云

+ + + +

@@ -406,6 +410,16 @@ export default Vue.extend({ }) }, + // 跳转训推平台 + goTrainPlatform() { + window.open('http://101.200.145.167:8923/', '_blank') + }, + + // 跳转智能体商店 + goAgentStore() { + window.open('http://101.200.145.167:8923/compute-apps', '_blank') + }, + // 跳转元境 async goYuanjing() { const yuanJingBaseUrl = window.location.origin === 'https://dev.opencomputing.cn'