From ba24b4e5a670a3351cdffc3cdf66cadab3fd0546 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Thu, 1 Feb 2024 15:48:31 +0800 Subject: [PATCH] =?UTF-8?q?fix(web):=20=E4=BF=AE=E5=A4=8Dyarn=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E6=97=A5=E5=BF=97=E8=B7=B3=E8=BD=AC=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service-web/src/main/resources/static/components/common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/service-web/src/main/resources/static/components/common.js b/service-web/src/main/resources/static/components/common.js index 7435ef2..8b3430b 100644 --- a/service-web/src/main/resources/static/components/common.js +++ b/service-web/src/main/resources/static/components/common.js @@ -467,6 +467,7 @@ function yarnCrudColumns() { url = targetHudiCompactionLokiUrlByAlias(alias) } else { url = targetYarnApplicationLokiUrlByAppId(appId) + console.log(url) } window.open(url, '_blank') },