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 | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/Dashboard.vue b/src/Dashboard.vue index a7c466c..c7a3d29 100644 --- a/src/Dashboard.vue +++ b/src/Dashboard.vue @@ -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