From 99ff674a6d0e794fff0262337f5291471608f61d Mon Sep 17 00:00:00 2001 From: BugKing Date: Fri, 9 Jul 2021 10:29:39 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=8F=B3=E4=B8=8A=E8=A7=92?= =?UTF-8?q?=E7=9A=84=E5=B8=AE=E5=8A=A9=E6=96=87=E6=A1=A3=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E6=96=B0=E9=A1=B5=E9=9D=A2=E6=89=93=E5=BC=80?= =?UTF-8?q?=20--bug=3D1004972=20--user=3D=E7=8E=8B=E6=8C=AF=20=E3=80=90git?= =?UTF-8?q?hub#4495=E3=80=91=E5=8F=B3=E4=B8=8A=E8=A7=92=E7=9A=84=E5=B8=AE?= =?UTF-8?q?=E5=8A=A9=E6=96=87=E6=A1=A3=EF=BC=8C=E4=BF=AE=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E6=96=B0=E5=BC=80=E9=A1=B5=E9=9D=A2=EF=BC=8C=E4=B8=8D=E8=A6=81?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E9=A1=B5=E9=9D=A2=E8=B7=B3=E8=BD=AC=E3=80=82?= =?UTF-8?q?=20https://www.tapd.cn/55049933/s/1024900?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/business/components/common/head/HeaderUser.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/common/head/HeaderUser.vue b/frontend/src/business/components/common/head/HeaderUser.vue index b96dab93ca..05f6fc91f9 100644 --- a/frontend/src/business/components/common/head/HeaderUser.vue +++ b/frontend/src/business/components/common/head/HeaderUser.vue @@ -82,7 +82,7 @@ export default { this.$refs.aboutUs.open(); break; case "help": - window.location.href = "https://metersphere.io/docs/index.html"; + window.open('https://metersphere.io/docs/index.html', "_blank"); break; case "ApiHelp": window.open('/swagger-ui/index.html?configUrl=/v3/api-docs/swagger-config', "_blank");