From c139d1c4ecfc45bd1e2b95e23a29eec75d04db5e Mon Sep 17 00:00:00 2001
From: Gary Gu <garygu@Garydebijibendiannao.local>
Date: Wed, 28 May 2025 15:06:03 +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