From 6f25735cce47a70133660b9b340df32073edfb54 Mon Sep 17 00:00:00 2001 From: hrx <18603305412@163.com> Date: Tue, 12 May 2026 15:42:12 +0800 Subject: [PATCH] updata --- .../views/homePage/components/topBox/index.vue | 16 +++++++++++++++- .../src/views/product/allProduct/index.vue | 2 +- .../src/views/registrationPage/indexNew.vue | 7 ++++++- 3 files changed, 22 insertions(+), 3 deletions(-) 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 0ab83fb..6a4af0d 100644 --- a/f/web-kboss/src/views/homePage/components/topBox/index.vue +++ b/f/web-kboss/src/views/homePage/components/topBox/index.vue @@ -22,6 +22,8 @@

产品与服务

+ +

供需广场 @@ -374,7 +376,10 @@ export default Vue.extend({ } }, methods: { - + // 跳转元境 https://ai.opencomputing.cn/#/index + goYuanjing() { + window.open('https://ai.opencomputing.cn/#/index') + }, // 处理AI助手点击 handleAIClick() { this.aiDialogVisible = true @@ -1042,6 +1047,15 @@ export default Vue.extend({ padding-right: 40px; position: relative; + &.nav-hover { + cursor: pointer; + transition: all 0.3s; + + &:hover { + color: #1E6FFF; + } + } + a { text-decoration: none; font-size: 18px !important; diff --git a/f/web-kboss/src/views/product/allProduct/index.vue b/f/web-kboss/src/views/product/allProduct/index.vue index 0427ab8..220e37a 100644 --- a/f/web-kboss/src/views/product/allProduct/index.vue +++ b/f/web-kboss/src/views/product/allProduct/index.vue @@ -5,7 +5,7 @@