From 88c1714238d6456e163dc607106b447461a57bee Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Thu, 4 May 2023 15:19:07 +0800 Subject: [PATCH] =?UTF-8?q?fix(web):=20=E4=BF=AE=E5=A4=8D=20Eureka=20?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=9C=A8=E5=BD=93=E5=89=8D=E9=A1=B5=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service-web/src/main/resources/static/components/cloud-tab.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service-web/src/main/resources/static/components/cloud-tab.js b/service-web/src/main/resources/static/components/cloud-tab.js index 20359cf..7075270 100644 --- a/service-web/src/main/resources/static/components/cloud-tab.js +++ b/service-web/src/main/resources/static/components/cloud-tab.js @@ -7,9 +7,9 @@ function cloudTab() { size: 'none', body: [ { - type: 'button', + type: 'action', label: 'Eureka', - actionType: 'link', + actionType: 'url', url: 'http://132.122.116.142:35670', blank: true, }