diff --git a/web-ui/docs/.vuepress/theme/components/CustomHeader.vue b/web-ui/docs/.vuepress/theme/components/CustomHeader.vue index c0aed6e49ce50ac70a6d27efb8cfa18262aea91b..f83a7f8ebf268e967b5616d7354ba5ec70c52d40 100644 --- a/web-ui/docs/.vuepress/theme/components/CustomHeader.vue +++ b/web-ui/docs/.vuepress/theme/components/CustomHeader.vue @@ -1,43 +1,17 @@ @@ -88,9 +62,7 @@ export default { window.open(url); }, goHome() { - const targetLocale = '/' + this.$lang + '/'; - this.$router.push(targetLocale); - this.menuMobileFlag = false; + window.open(); }, go(item) { if (item.IS_OPEN_WINDOW) {