From c6c3204631d7c2aaf1c65106587a3fc5b5e1ad8d Mon Sep 17 00:00:00 2001
From: Gary Gu <garygu@Garydebijibendiannao.local>
Date: Wed, 28 May 2025 15:02:49 +0800
Subject: [PATCH] feat: 增加智慧平台跳转

---
 src/Dashboard.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/src/Dashboard.vue b/src/Dashboard.vue
index ef37b63..c7a3d29 100644
--- a/src/Dashboard.vue
+++ b/src/Dashboard.vue
@@ -38,7 +38,7 @@
       <div class="w-[1080px]">
         <!-- 右侧模块 -->
         <div class="w-full h-full">
-          <Home v-if="isReady" />
+          <Home v-if="isReady" :selected-id="selectedId" />
         </div>
       </div>
     </div>
@@ -116,6 +116,9 @@
           case "xietong":
             window.open(window.ProjectConfig.xieTongIframeSrc, "_blank");
             break;
+          case "zhihui":
+            window.open("http://beijiaodaxiongan.zhihuibuild.com/#/autologin?next=", "_blank");
+            break;
         }
       },
       //重置引擎相关的东西

--
Gitblit v1.9.3