From a11c9a65b7582995eb3b52144f6ddbec28a51205 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Thu, 16 Nov 2023 09:15:01 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=E5=B8=AE?= =?UTF-8?q?=E5=8A=A9=E6=96=87=E6=A1=A3=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/layout/components/TopDoc.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/layout/components/TopDoc.vue b/core/core-frontend/src/layout/components/TopDoc.vue index c1c0764f2d..6bd2997858 100644 --- a/core/core-frontend/src/layout/components/TopDoc.vue +++ b/core/core-frontend/src/layout/components/TopDoc.vue @@ -2,13 +2,13 @@ import { ref } from 'vue' import { Icon } from '@/components/icon-custom' import TopDocCard from '@/layout/components/TopDocCard.vue' -const helpLink = ref('https://dataease.io/docs/') +const helpLink = ref('https://dataease.io/docs/v2/') const openBlank = () => { window.open(helpLink.value) } const cardInfoList = [ - { name: '帮助文档', url: 'https://dataease.io/docs/index.html', icon: 'top-help-doc' }, + { name: '帮助文档', url: 'https://dataease.io/docs/v2/', icon: 'top-help-doc' }, { name: '产品论坛', url: 'https://bbs.fit2cloud.com/c/de/6', icon: 'top-product-bbs' }, { name: '技术博客',