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