refactor: 右上角的帮助文档,修改为新页面打开

--bug=1004972 --user=王振 【github#4495】右上角的帮助文档,修改为新开页面,不要当前页面跳转。 https://www.tapd.cn/55049933/s/1024900
This commit is contained in:
BugKing 2021-07-09 10:29:39 +08:00 committed by jianxing
parent cb01577851
commit 99ff674a6d
1 changed files with 1 additions and 1 deletions

View File

@ -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");